Design Notching Filter for different frequencies
Afficher commentaires plus anciens
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?
Réponse acceptée
Plus de réponses (1)
Neema Joseph
le 21 Nov 2018
Modifié(e) : Neema Joseph
le 21 Nov 2018
0 votes
can you please help to write the output of cascaded filter in case of an audio input
Catégories
En savoir plus sur Digital Filter Analysis dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
