Arbitrary-Magnitude FIR multi band-pass filter

조회 수: 2 (최근 30일)
Talha Gungor
Talha Gungor 2021년 5월 22일
댓글: Sulaymon Eshkabilov 2021년 5월 22일
I want to design the filter in the figure with desingfilt command.
My code for to obtain it is;
d2 = designfilt('arbmagfir', ...
'FilterOrder',205, ...
'NumBands',2, ...
'BandFrequencies1',[90 110], ...
'BandFrequencies2',[490 510], ...
'BandAmplitudes1',[2 2], ...
'BandAmplitudes2',[0 0], ...
'DesignMethod','ls', ...
'BandWeights1',[1 1]/10, ...
'BandWeights2',[3 1], ...
'SampleRate',5000) ;
But I'm getting errors. What am I doing wrong?
  댓글 수: 1
Sulaymon Eshkabilov
Sulaymon Eshkabilov 2021년 5월 22일
Can you post your obtained error messages here?
As is you command codes are running ok in MATLAB 2020b.

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

답변 (0개)

카테고리

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

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by