Monday, 24 April 2017

FIR FILTER DESIGN USING FREQUENCY SAMPLING METHOD

    The aim of the experiment was to design digital filter using frequency sampling method. The magnitude and phase spectrum were plotted for LPF and HPF. 
    It was observed that the phase plot is similar. Also, if the order of LPF and HPF are same, then the phase plot for both the filters is also same. The observed and calculated values of As and Ap were verified.

10 comments:

  1. How do we design the filter using this method?

    ReplyDelete
    Replies
    1. In this method the given frequency response is sampled as a set of equally sampled frequencies to obtain N samples. The continuous frequency response Hd(w) at N points essentially gives us the N-Point DFT of Hd(2pnk/N).Thus by using IDFT formula, the filter co-efficients can be calculated. Increasing the number of samples can possibly reduce the error. Thus FIR design can be designed using FSM method.

      Delete
    2. concise description.Well written.

      Delete
  2. This method requires less computation than windowing method.

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

    ReplyDelete