Sunday, 23 April 2017

FIR filter design using window method

In the seventh experiment we perform FIR filter design using window method.
Windowing method requires minimum amount of computational effort; so this method is simple to implement.
properties of commonly used windows:
1. Hamming method
2. Hanning method
3. Triangular method
4. Blackman method
5. Rectangular method
6. Kaiser method
When in numerical window function is not given then, by observing frequency domain characteristics we have to select a proper window function. 

8 comments:

  1. The choice of window depends on the value of As.

    ReplyDelete
  2. Informative content and interesting if implemented!!!

    ReplyDelete
  3. FIR implementation is basically trying to perform convolution of the input samples with the stored samples of the sinc (filter taps) function.

    ReplyDelete