Linear Phase FIR using Frequency Sampling Method

The code was written on Scilab software. The inputs taken from the user were As, Ap, cut-off frequency, wp and ws. Both LPF and HPF were designed using this method. The As and Ap calculated and observed values were verified. This method is simple for designing a filter. However, this method leads to aliasing if desired response is undersampled.

Comments

  1. The sample values are symmetric about k = N/2.

    ReplyDelete
  2. Replies
    1. Yes, it requires less input parameters so it is easy to implement

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

    ReplyDelete
    Replies
    1. Frequency sampling involves less computation as DFT is used.

      Delete
    2. Drawback is that at frequencies other than w=1, the sampled value vary significantly from the spectrum values

      Delete
  4. Easy method for filter Designing

    ReplyDelete
  5. Thank you for adding your comments to this blog! :)

    ReplyDelete

Post a Comment

Popular posts from this blog

Research Paper Review

Chebyshev Filter Design

Butterworth Filter Design