Chapter 8 DESIGN OF FIR FILTER
Chapter 8 DESIGN OF FIR FILTER
OR
This step ensures that the filter has a finite number of coefficients while reducing
the effects of truncation (such as Gibbs phenomenon).
Steps Summary:
1. Determine ideal impulse response: Use the sinc function based on cut-off
frequency and sampling rate.
2. Select a window function: Choose a window (Hamming window in this case)
to control side lobes.
3. Apply the window to the ideal response: Multiply the window with the
ideal impulse response to get the filter coefficients.
4. Normalize the coefficients: Ensure unity gain at zero frequency by
normalizing the filter coefficients.
Example:
Design a digital FIR low-pass filter with the following specifications:
• Sampling frequency: 10 kHz
• Cut-off frequency: 1.5 kHz
• Filter order: 10
Outline the steps of the filter design using the window method and choose a
suitable window function.