Error using fdesign.notch

조회 수: 2 (최근 30일)
user86753
user86753 2021년 2월 15일
답변: Star Strider 2021년 2월 15일
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)

채택된 답변

Star Strider
Star Strider 2021년 2월 15일
The fdesign.notch function is in the DSP System Toolbox.
An appropriate Signal Processing Toolbox equivalent function is bandstop.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Filter Design에 대해 자세히 알아보기

태그

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by