필터 지우기
필터 지우기

Can not find the comb filter or notch filter in my processing toolbox?

조회 수: 3 (최근 30일)
Håkon
Håkon 2013년 6월 24일
댓글: Paola 2018년 6월 27일
Hi,
I am working on the following version of matlab and SPT
MATLAB Version 7.14 (R2012a)
Signal Processing Toolbox Version 6.17 (R2012a)
From looking at the web I understand that the signal processing toolbox should include the comb filter and notch filter under fdesign. This is not the case in my version.
What is the problem?
  댓글 수: 1
Håkon
Håkon 2013년 6월 24일
Figured it out, I had the wrong toolbox. Apperently I do not have DSP system toolbox, only signal processing toolbox.

댓글을 달려면 로그인하십시오.

답변 (1개)

Ravi
Ravi 2013년 6월 24일
or You can just type help iirnotch and then see the following example:
% Design a filter with a Q-factor of Q=35 to remove a 60 Hz tone from % system running at 300 Hz. Wo = 60/(300/2); BW = Wo/35; [b,a] = iirnotch(Wo,BW); if you replace the 60 with 50 Hz and then do: Y = filter(b,a,X)
  댓글 수: 1
Paola
Paola 2018년 6월 27일
This doesn't work if you don't have DSP toolbox, since it doesn't recognize "iirnotch" function.

댓글을 달려면 로그인하십시오.

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by