FIR filter Design using Windowing approach.

In this experiment we were asked to design a linear or non-linear FIR filter using a very popular method of window function.The magnitude response was calculated accordingly checking whether the filter was high pass or low pass.For linear phase ,ofcourse,the phase was also calculated and the by using the theoretical formula.Further,IDFT was used for the obtaining hd(n).It was later multiplied by the window function for the final answer.Thus FIR filter was designed by truncating infinite samples of hd(n) using the window function.Note that the formula for window function was different for each one of them and depending upon the value of As we had to choose the best one to fit our needs.

Comments

  1. Very simple for filter design

    ReplyDelete
  2. FSM is better than window function for this filter design.

    ReplyDelete
    Replies
    1. Yes it is easier and it does require the output to be known.

      Delete
  3. Width of the main lobe is an important factor and hamming window has less error

    ReplyDelete
  4. Blackmann window is the best since it is used when the stop band attenuation is highest

    ReplyDelete
  5. Selection of appropriate window is the key step

    ReplyDelete
  6. Windowing method gives a variety of window functions. So we can choose the appropriate window function according to our requirement of filter design.

    ReplyDelete
  7. Rectangular Window is not preferred as it has low Stop band attenuation.

    ReplyDelete

Post a Comment

Popular posts from this blog

FIR filter design using the FSM approach.

Butterworth Filter Design

Chebyshev Filter Design