Design Notching Filter for different frequencies
Show older comments
Hi,
I want to design a filter with Notches in different frequencies. The MATLAB give the option for one Notch only:
F0 = 60; % interference is at 60 Hz
Fs = 3000; % sampling frequency is 3000 Hz
BW=1;
f = fdesign.notch('N,F0,BW',2,F0,10,Fs);
h = design(f,'SystemObject',true);
hfvt= fvtool(h,'Color','white');
Any idea how to filter the other frequencies?
Accepted Answer
More Answers (1)
Neema Joseph
on 21 Nov 2018
Edited: Neema Joseph
on 21 Nov 2018
0 votes
can you please help to write the output of cascaded filter in case of an audio input
Categories
Find more on Digital Filter Design in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!