フィルターのクリア

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 件)

カテゴリ

Help Center および File ExchangeBPSK についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by