Clear Filters
Clear Filters

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

2 views (last 30 days)
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.

Accepted Answer

Walter Roberson
Walter Roberson on 25 Oct 2017
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

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!