Error in UFMC Modulation : Undefined variable "comm" or class "comm.Rectangular".
显示 更早的评论
<<UFMCTransmit end>>
% Design Window with specified attenuation
prototypeFilter = chebwin(flterLen, slobeAtten);
%QAM Symbol mapper
qamMappper = comm.Rectangular*QAMModulator('Modulatororder'), ...
2^bitsperSubcarrier, 'BitInput', true, ...
'NormalizationMethod', 'Averagepower',
回答(1 个)
Samatha Aleti
2020-5-7
0 个投票
Hi,
There is no system object with name "comm.Rectangular". It should be "comm.RectangularQAMModulator" instead, in your case.
类别
在 帮助中心 和 File Exchange 中查找有关 Modulation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!