how can i design the FIR Filters using window function in MATLAB ;without using inbuilt functions.

1 view (last 30 days)
Hi,
please provide me the code for-->
how can i design the FIR Filters using window function in MATLAB ;without using inbuilt functions.
thanks,

Answers (1)

Honglei Chen
Honglei Chen on 1 Aug 2014
You will first know what kind of filters you want, things like cutoff frequencies, ripples, stop band attenuations. Based on these information you can start to choose the window that fits your needs and there are usually some formulas (some of them empirical) to help you choose the order of the filter. Then you simply generate the window. Here are some information:

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!