This was a relatively easy assignment as the MATLAB function fir1() directly generates the required filter based on the given specifications. The only task was to decide the appropriate window function based on the given stop band attenuation, as taught in the lecture.
Blog created to share my experience of the Digital Signal Processing & Processors (DSPP) lab practicals. Electronics Batch '19, SPIT, Mumbai.
FIR filters are very useful because they can be used to obtaining linear phase response.
ReplyDeleteWindow method is widely used because different window functions can be used for different specifications of filter design.
ReplyDeleteYes, MATLAB does make it much simpler to use and analyse different Window functions with variety of inbuilt functions.
ReplyDeleteWhy not use 'C' as the other experiments?
ReplyDelete