Sunday, 23 April 2017

Design of Butterworth Filter


               This was the first experiment where we used Scilab for implementing the code. 

In this experiment, the various parameters like pass band attenuation, stop band attenuation, pass band frequency, stop band frequency and sampling frequency are passed as input and the order of the filter is calculated. Similarly, the cutoff frequency is calculated.
                       The normalized transfer function is evaluated according to the filter type,i.e LPF or HPF(replacing s by 1/s). From the normalized transfer function, the denormalized function is calculated by substituting the value of cut off frequency. The response in z -domain is equivalently calculated by IIM or BLT transformations. 

10 comments: