modulation normalizating factor in matlab
2 次查看(过去 30 天)
显示 更早的评论
in matlab there is function called modnorm used in (from help)
M = 16; % Alphabet size % QAM Modulation hMod = comm.RectangularQAMModulator(M);
x = randi([0 M-1], 100,1); scale = modnorm(const,'peakpow',1); % Compute scale factor. y = scale * step(hMod,x); % Modulate and scale.
but in most of matlab codes for sim ber for ex for many modeulation tech i didn't see them using modnorm cmd
so when should i use it ?
Thanks in advance
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Modulation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!