Monday, 24 April 2017

Design of FIR filter using Frequency Sampling Method

Frequency Sampling Method:

The aim of the experiment was to design FIR filter using Frequency sampling method. In this experiment, the various parameters like pass band attenuation, stop band attenuation, pass band frequency, stop band frequency and sampling frequency are passed as input and the order of the filter is calculated. The flow is Hd(w) to H(k) to h(n)

In this we convert the H(k) function into h(n) to plot the spectrum .In phase plot discontinuities were observed between lobes when plot goes out of the range of -pie to +pie.

18 comments:

  1. FSM uses FFT for FIR filter designing

    ReplyDelete
  2. Well explained

    ReplyDelete
    Replies
    1. Refer to proakis for detailed explanation

      Delete
  3. FSM is relatively easy to implement

    ReplyDelete
    Replies
    1. Yes, we use dft in this which reduces the computations

      Delete
  4. Replies
    1. Yes, hence it needs an antialiasing filter

      Delete
  5. It can lead to aliasing if Nyquist criterion is not satisfied. Also, the sampling frequency must be optimized to ensure that the frequency samples have useful information.

    ReplyDelete
    Replies
    1. Yes, hence the values of sampling frequency should be selected properly

      Delete
  6. FSM uses approximation if aompared to windowing methods hence its not optimum technique for filter design.

    ReplyDelete
    Replies
    1. True but it is faster than window method

      Delete