필터 지우기
필터 지우기

Error using PhaseFrequ​encyOffset​.setParame​ters Unable to load C:\Program Files\Poly​space\R202​0a\toolbox​\comm\comm​utilities\​commmex\mc​omfreqoffs​et.mexw64 [error: The specified module could not be found. ]

조회 수: 4 (최근 30일)
I am facing ettot in below line
frequencyShifter = comm.PhaseFrequencyOffset( 'SampleRate', fs);
but that mcomfreqoffset.mexw64 is present where i install matlab

답변 (2개)

G Bielsa
G Bielsa 2022년 2월 8일
I am facing the same problem but with a different module on this communication toolbox.
While I can run the QPSKModulator without any problem, I obtain that same error when trying to run the demodulator.
So, this works:
qpskMod = comm.QPSKModulator;
But this line complains that the mcompskdemod.mexw64 file cannot be found:
qpskDemod = comm.QPSKDemodulator;

G Bielsa
G Bielsa 2022년 2월 9일
I will answer myself in case it is useful for someone else:
It looks like the antivirus is blocking some of these files, that is why Matlab cannot access them.
Cheers,

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by