Please tell me. Also I dont know why phase is linear with FIR filters. I would like quantitative analysis. And why linear phase is not achieved by IIR filters ?
|
The impulse response of a linear phase filter must be symmetric. If the impulse response is infinitely long, then the center of the impulse is an infinite distance away from the beginning, giving the symmetric IIR filter infinite delay. |
|||
|
|
|
For digital filters, linear phase places the following requirement on the transfer function: $$ H(z) = H(z^{-1}).$$ That restriction implies a linear phase IIR filter would need to have poles both inside and outside the unit circle, making it unstable. Similar arguments apply for analog filters. That being said, there are any number of approximations which may be "close enough" to linear phase, depending on the application--especially if the causality of filter is sacrificed. For a review of techniques, see the introduction to this paper:
The algorithm in that paper achieves linear phase with acausal block processing, rather than the usual offline "Forward-Backward" zero-phase approach. |
|||
|
|