Why matlab shows an error like>> Error using qammod (line 54) INI_PHASE must be a real scalar.?

2 次查看(过去 30 天)
Here I have used the Loop>>
refConst = qammod((0:63).', 64,'UnitAveragePower', true);
Please give me the direction anybody. I am using Matlab R2015a version.

采纳的回答

Walter Roberson
Walter Roberson 2017-10-25
The 'UnitAveragePower' option was not added until R2016a, but you are using a version older than that. You should be referring to the documentation for your version, not for current versions. https://www.mathworks.com/help/releases/R2015b/comm/ref/qammod.html

更多回答(0 个)

标签

Community Treasure Hunt

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

Start Hunting!

Translated by