Unable to resolve the name dsp.FIRFilter.

조회 수: 16 (최근 30일)
Veeresh Dammur
Veeresh Dammur 2021년 5월 23일
답변: Veeresh Dammur 2021년 5월 25일
Hi all,
I am newbie to MATLAB. I was trying out this LMS filter MATLAB example, but gets the following error
"Unable to resolve the name dsp.FIRFilter."
signal = sin(2*pi*0.055*(0:1000-1)');
noise = randn(1000,1);
filt = dsp.FIRFilter;
filt.Numerator = fir1(11,0.4);
fnoise = filt(noise);
d = signal + fnoise;
Do we need to have separate licence to run the tutorial?
PS: Currently I have licenses for the following products,

답변 (2개)

Uday Pradhan
Uday Pradhan 2021년 5월 25일
Hi Veeresh,
The dsp.FIRFilter system object is part of the DSP System toolbox which is a separate licensed product. You can however try out the code using MATLAB online.
Note: Please check if you are eligible to access MATLAB online from this page.

Veeresh Dammur
Veeresh Dammur 2021년 5월 25일
Hi Uday,
Thanks for the response. I believe we need to have a license to try out the code on MATLAB online too. I receive the same kind of error over there.

카테고리

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

태그

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by