Tuesday, 28 March 2017

Design of Butterworth Filter

In this experiment, we designed a butterworth filter using SCILAB for implementation of the code.Input parameters such as As,Ap,Fs,Fp and F were used to design the filters.With the help of this parameters order of the filter,cutoff frequency,normalized filter and denormalized filter was calculated.
Graph was observed between Mag(in db) vs Frequency (in Hz).From the output we observed that the magnitude response is monotonic and poles lies inside unit circle which is the condition of stablilty.We used BLT method for design of filter,

12 comments:

  1. Butterworth being an IIR filter has lower stability compared to a FIR filter

    ReplyDelete
  2. Butter worth filter was well explained

    ReplyDelete
  3. Well explained..BLT has different equations for conversion from analog to digital frequency and poles.

    ReplyDelete
    Replies
    1. Yes the formulas are different for both IIM and BLT method.

      Delete
  4. In the last part of the algorithm Impulse Invariant method can also be used

    ReplyDelete
  5. We have to input parameters such as Ap,As,stop band and pass band frequency when we execute the scilab code

    ReplyDelete
  6. Butterworth filter is monotonic in nature

    ReplyDelete
  7. Butterworth filters have no ripples

    ReplyDelete