Friday, 22 April 2016

Experiment 6: Design of Chebyshev IIR Filter

We performed design of Low Pass and High Pass Chebyshev Filter and observed its Magnitude plots using Scilab. We have used BLT method for the filter design. We specified the stop band and pass band attenuation, stop band and pass band frequencies and sampling frequency in each case. The observed and the calculated values of the stop band and pass band attenuation are nearly same. Number of ripples in the pass band gives the order of the filter. In magnitude response, Chebyshev is equiripple in pass band and monotonic is stop band.

Chebyshev : https://drive.google.com/open?id=0BwzFGc0wvjNvNDV0c2lQdm5nOVk

6 comments:

  1. Poles are inside the unit circle thus filters are stable(HPF and LPF)

    ReplyDelete
  2. This comment has been removed by the author.

    ReplyDelete
  3. Chebyshev is preferred over Butterworth as the order of the filter is smaller for the same filter specifications so hardware requirement is less

    ReplyDelete
  4. This comment has been removed by the author.

    ReplyDelete
  5. Analpf() can be used in Scilab to find chebyshev-1 filter

    ReplyDelete
  6. For same specifications, the order of Chebyshev filter is less than that of Butterworth filter, i.e. the number of poles is less in Chebyshev, thus less number of discrete components are required in Chebyshev filter, hence it is preferred

    ReplyDelete