Error using fdesign.notch
    4 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    user86753
 am 15 Feb. 2021
  
    
    
    
    
    Beantwortet: Star Strider
      
      
 am 15 Feb. 2021
            I'm trying to test the notch filter code referenced here, https://www.mathworks.com/help/dsp/ref/fdesign.notch.html.
F0 = 60;   % interference is at 60 Hz
Fs = 3000; % sampling frequency is 3000 Hz
notchspec = fdesign.notch('N,F0,Q',2,F0,10,Fs);
notchfilt = design(notchspec,'SystemObject',true);
fvtool(notchfilt,'Color','white');
I have the Signal Processing Toolbox but I'm getting the error below.
Unable to resolve the name fdesign.notch.
Signal Processing Toolbox                             Version 8.5         (R2020b)
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
				Mehr zu Filter Design finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

