Which funtion i can use instead of UnitPowerAverage?
2 次查看(过去 30 天)
显示 更早的评论
For a constellation diagram in F-OFDM which function used the loop>refConst = qammod((0:63).', 64,'UnitAveragePower', true); but matlab shows an error like>> INI_PHASE must be a real scalar why? I am using matlab version R2015a.
0 个评论
采纳的回答
Walter Roberson
2017-10-25
MATLAB shows that error because that feature was not implemented until R2016a, which is a later version than you have. In your version, there are no name/value pairs supported for qammod.
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 PSK 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!