Wednesday, 12 April 2017

Design of Chebyshev Filter

Design of Chebyshev Filter.
The design procedure of chebyshev filter is very smiliar to that of Butterwoth Filter. In this experiment we implemented the Chebyshev Filter using BLT method. The parameters which were earlier used for design of butterworth filter are used for chebyshev filter. The magnitude response of chebyshev filter has ripple in passband depending upon the order of the filter and has monotonic response in stopband.

18 comments:

  1. Explain Frequency Warping in BLT method

    ReplyDelete
    Replies
    1. In BLT, Analog frequency in the range [ 0 to infinity ) is compressed to Digital frequency in the range [ 0 to pie]. This frequency compression is called frequency warping.

      Delete
  2. What are the disadvantages of IIR filter?

    ReplyDelete
    Replies
    1. The disadvantage of IIR filter is that they dont have linear phase response. Hence they provide distorted output and they are not always stable and also they are harder to implement using fixed-point arithmetic.

      Delete
  3. Chebyshev filter has ripples in pass band and stop band

    ReplyDelete
    Replies
    1. Chebyshev filter have ripple in passband and no ripple in stopband

      Delete
  4. Minimum order of chebyshev filter is 2

    ReplyDelete
  5. Transition width is less than that of butterworth filter

    ReplyDelete
    Replies
    1. That's the advantage of butterworth filter

      Delete
  6. For same analog filter input parameters, Chebyshev has lower order than butterworth hence it is easier to implement on hardware.

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

    ReplyDelete
  8. Chebyshev is characterized by ripples in pass band and monotonic in stop band.

    ReplyDelete
    Replies
    1. And also the number of ripples in stopband determine the order of te filter

      Delete
  9. Chebyshev Filter is an IIR filter and the disadvantage of IIR filter design method is that they are harder to implement using fixed point arithematic

    ReplyDelete
    Replies
    1. Also in order to determine the output of IIR filter we need to use difference equations

      Delete
  10. Why do we use a digital filter?

    ReplyDelete
    Replies
    1. We basically use a digital filter because it provides stability against temperature and various other parameters and also provides a greater amount of flexibility

      Delete