Input: X(n)
Output: Y(n)
y(n)=SUM(i=0->N)(Ai*X(n-i))+SUM(i=1->M)(Bi*Y(n-i))
Ai and Bi are coefficients of the filter.
If N is finite and B(i) are all zero, the filter is a finite impulse
response filter(FIR). The number N is sometimes called the number
of taps in the filter.
文章评论(0条评论)
登录后参与讨论