Error using PhaseFrequencyOffset.setParameters Unable to load C:\Program Files\Polyspace\R2020a\toolbox\comm\commutilities\commmex\mcomfreqoffset.mexw64 [error: The specified module could not be found. ]
3 次查看(过去 30 天)
显示 更早的评论
I am facing ettot in below line
frequencyShifter = comm.PhaseFrequencyOffset( 'SampleRate', fs);
but that mcomfreqoffset.mexw64 is present where i install matlab
0 个评论
回答(2 个)
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;
0 个评论
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,
0 个评论
另请参阅
类别
在 Help Center 和 File 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!