Saturday, 22 April 2017

EXP 5: Digital Butterworth Design:


The design of digital butterworth filter was done on an open source tool - Scilab. Its functions are same as that of MATLAB. The transfer function of the filter was calculated in the Laplace (s) domain and then converted to the z domain by using the Bilinear Transform Method. Both low pass and high pass filter were designed. Order for each of the designs was higher than tens. The theoretical calculation for filter design seems to be easier than the code but the program can design a filter of any order.



12 comments:

  1. There are no ripples in the pass band and stop band of Butterworth filter

    ReplyDelete
  2. It is used for functions that order minimum 1

    ReplyDelete
  3. This filter has advantage that it's output spectrum is monotonic in nature with no ripples at all in pass band as well as stop band.

    ReplyDelete
    Replies
    1. Yes, this is the advantage of Butterworth filter

      Delete
  4. The Butterworth filter is a type of signal processing filter designed to have as flat a frequency response as possible in the pass band.

    ReplyDelete
  5. Group delay largely frequency-dependent

    ReplyDelete
  6. Butterworth filters generally have higher order

    ReplyDelete
  7. it is also referred as a maximally flat magnitude filter. The rate of falloff response of the filter is determined by the number of poles taken in the circuit

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

    ReplyDelete