Which funtion i can use instead of UnitPowerAverage?
1 view (last 30 days)
Show older comments
MOLLAH KHOKON ALI
on 25 Oct 2017
Answered: Walter Roberson
on 25 Oct 2017
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 Comments
Accepted Answer
Walter Roberson
on 25 Oct 2017
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 Comments
More Answers (0)
See Also
Categories
Find more on PSK in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!