Sunday, 23 April 2017

Design of Chebyshev Filter

The experiment was performed on Scilab with same procedure required to that of the Butterworth filter design.The difference in the code of Chebyshev is the formula for calculating the parameters of Analog filter.
Design of the digital filter remains the same either by Bilinear Transform Method or Impulse Invariant Method.Order of the chebyshev filter was found less than Butterworth filter which simplifies the hardware required for designing this filter.
From the magnitude spectrum it was observed that there are ripples in pass band and it is monotonic in stop band.The number of ripples represent the order of the filter.

12 comments:

  1. short & precise

    ReplyDelete
  2. BLT method is more preferable to avoid aliasing at higher frequencies!

    ReplyDelete
    Replies
    1. Also IIM is lengthy procedure for designing....

      Delete
    2. Also IIM is lengthy procedure for designing....

      Delete
  3. Lesser order makes it easier to implement it on hardware.

    ReplyDelete
  4. For cheby 1: monotonic in SB

    ReplyDelete
    Replies
    1. For Chebyshev 1 there are ripples in pass band.Cgebyshev 2 is monotonic in pass band

      Delete