Digital FIR Filter using Frequency Sampling Method

This is the second method of FIR Filter design. The steps of finding the frequency response of the input is same as that of the windowing method. Then, DFT of the frequency response is calculated. The values are adjusted depending on the type of filter i.e. low pass filter or high pass filter. Inverse of the frequency sampled signal gives the desired filter design. The designing and plotting of magnitude response was done on Scilab.

Comments

  1. in FSM calculations are reduced

    ReplyDelete
    Replies
    1. When the desired frequency response characterization of the FIR filter is narrowband, most of the coefficients H[k] are zero. The corresponding filter sections can be eliminated and only the filters with non zero coefficients need to be retained. The net result is a filter that requires fewer computations

      Delete
  2. What was the sampling frequency used?

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

    ReplyDelete
  4. Simplest and direct technique for fir filter design

    ReplyDelete
  5. Requires N multiplications per output
    sample

    ReplyDelete
  6. Frequency sampling realization is computationally more efficient than direct form realization

    ReplyDelete
    Replies
    1. Frequency sampling realization is realization of FIR filter using combination of FIR and IIR filters

      Delete
  7. It has time aliased response, if undersampled

    ReplyDelete
    Replies
    1. When a signal is undersampled in the frequency domain, its spectrum has overlapping tails. That means that it is no longer possible to correctly reconstruct the time-domain signal.

      Delete
  8. The samples obtained are identified as DFT coefficients.

    ReplyDelete

Post a Comment

Popular posts from this blog

Research Paper Review