how make bandpass filter using fdatool perfect for IIR and for FIR ? for fs= 360 . thank you

7 views (last 30 days)
how make bandpass filter using fdatool perfect for IIR and for FIR ? for fs= 360 . thank you

Answers (1)

Star Strider
Star Strider on 4 Nov 2017
As of R2016b, fdatool is called Filter Designer (link) and is available as an App in the ‘APPS’ tab in the main MATLAB window. It will walk you through the design process.
If you have R2014a or later, I also recommend using the designfilt (link) function. It will also walk you through the design process.
These are quite useful. I usually design my own filters using the individual functions.

Community Treasure Hunt

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

Start Hunting!