Which funtion i can use instead of UnitPowerAverage?
조회 수: 1 (최근 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!