|
|
|
|
|
by bmitc
531 days ago
|
|
That's not exactly true. In digital signal processing, delays and filters are effectively one in the same. This is because you implement digital filters using digital delays. For example, the simplest low-pass filter is just a summation of the current and previous sample: y(n) = x(n) + x(n-1). |
|