Linear phase FIR filter design using windowing method
In this experiment we designed Linear phase FIR filter using Scilab. These are filters that have a Finite Impulse Response. Broadly, the method for designing the filter is the same as IIR filters. Filter parameters like Attenuation in Stop band (As) and Pass band (Ap) as well as Pass band frequency, Stop band frequency and sampling frequency were given as input. You input the formulae in a Scilab code and run the program. Window function include Hamming window, Bartlet Window, Hanning window, Blackman window etc. We used a Hanning Window as the window function and wrote the code accordingly. The difference between IIR and FIR designing is that much of the calculation is done in time domain rather than the transform domain..
We can even directly call the required window function by using the window() scilab function
ReplyDeleteyes
DeleteWell explained.
ReplyDelete😄
DeleteIt is one the best methods to implement FIR filters
ReplyDeleteYes along with FSM
DeleteAccording to value of As, window function can be selected
ReplyDeleteAs of the window function should be greater than the given As
DeleteWindow functions are preferable because they allow different window functions
ReplyDeletewhich can be used as per the design specifications of filter