Effacer les filtres
Effacer les filtres

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

2 vues (au cours des 30 derniers jours)
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.

Réponse acceptée

Walter Roberson
Walter Roberson le 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

Plus de réponses (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by