Design Notching Filter for different frequencies
Ältere Kommentare anzeigen
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?
Akzeptierte Antwort
Weitere Antworten (1)
Neema Joseph
am 21 Nov. 2018
Bearbeitet: Neema Joseph
am 21 Nov. 2018
0 Stimmen
can you please help to write the output of cascaded filter in case of an audio input
Kategorien
Mehr zu Digital Filter Analysis finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
