FIR Filter Design
We learned that FIR filter design is done by window method and frequency sampling method.
The Windowing method is used for truncation of the signal with respect to window functions like rectangular, hamming , hanning, bartlett, Blackmann. Frequency sampling method samples the DTFT signal at frequency of (2*pi*k/N). We wrote a script on scilab to design these filters and obtained the graphs.
The Windowing method is used for truncation of the signal with respect to window functions like rectangular, hamming , hanning, bartlett, Blackmann. Frequency sampling method samples the DTFT signal at frequency of (2*pi*k/N). We wrote a script on scilab to design these filters and obtained the graphs.
FIR filters are practical filters are causal
ReplyDeleteyes because the practical signals are all finite length signals.
DeleteTHere are ripples in stop band observed..
ReplyDeleteThe ripples in stop band are because of the Gibbs phenomenon.
DeleteFIR filter design methods are explained pointwise and briefly.
ReplyDeletePoles of FIR filter always lies at the origin.
ReplyDeletethat makes the FIR filters always stable.
DeleteYeah and this provides good stability to this filters.
ReplyDeleteAlso , FIR filters gives distortionless output.
Distortion less output of FIR filters is obtained only if filter is Linear.
Delete