Dit 705 - DSP - 4
Dit 705 - DSP - 4
Characteristics
1. Impulse response – finite length
2. Non-recursive filter – stable (values not repeating)
3. Phase distortion of frequency response can be eliminated by FIR filter.
4. Quantization nose can be made negligible.
Advantages
1. Stability of the system
2. Flexibility of the system
3. Exact linear phase of the signal
4. Low sensitive to quantization noise
5. Effectively realized in hardware.
Disadvantages
6. Complex in practical realization
7. Requires more filter coefficients to be stored (eg: m=100)
8. Long duration impulse response requires large amount of processing
9. Costly since narrow transition band of FIR require arithmetic operations of
hardware components.
Z-Transform of the FIR system:
Note: IIF Filter have both zeros (numerators) and poles (denominators)
FILTER DESIGN
In the design of IIR filter, the following characteristics needs to be considered:
1. Transform analog filter design: due to the presence of the unknown parameters of
poles (denominators), optimization design will be very complex. As such well
known analog filter design is considered which will be transformed from analog
or continuous time filter to a discrete time filter.
2. Frequency selective gain: there will be a limitation to frequency response that the
frequency selects. Gain can be approximated and phase remains same.
3. Non-linear phase and no control: the different analog filters will have different
phase characteristics.
If phase is not important and the focus is on frequency selectivity, then IIR filter
can be used.
4. Requires fewer coefficients than FIR filter.
PROBLEMS AND EXAMPLES
Solution:
(a)Filter (1) is an IIR Filter
Filter (2) is a FIR Filter
(b)The Difference equation:
IIR Filter
FIR Filter
The Block Diagram representation
(a)From the two Difference equation, the computational
and storage requirements are summarized as follows:
IIR FIR
Number of Multiplications 5 12
Number of Additions 4 11
Storage locations (coefficient and data) 8 24
Example 2:
The input-output relationship of a finite impulse response filter is given as:
y(n) = x(n) − 2.5 x(n −1) + 5.25 x(n − 2) − 2.5 x(n − 3) + x(n − 4)
a. Write the z-transfer function of this filter.
b. Represent the block diagram
Solution:
c. The z-transfer function of the finite impulse response filter H(z) is given by
b. Block Diagram Representation
THANK YOU