Next: Example
Up: Digital FilteringDecember 7, 1998
Previous: Digital FilteringDecember 7, 1998
- Digital filters are described by difference equations.
- Let xn denote the n-th sample of the input and yn denote the
n-th sample of the output of the filter.
- Then, a relationship like the following describes the operation of the
filter
- That means, the n-th output sample is computed as a weighted average of
the N+1 most recent inputs minus a weighted average of the M most recent
outputs.
- The numbers ai and bi are called filter coefficients.
- We will focus on the case when the coefficients bi are equal to zero.
- The resulting filters
are called finite impulse response (FIR) filters.
Prof. Bernd-Peter Paris
1998-12-14