why Matlab show me INI_PHASE must be a real scalar?

조회 수: 10 (최근 30일)
Choi
Choi 2020년 10월 4일
댓글: Walter Roberson 2020년 10월 9일
im using version 2015a
[xInit, ~] = find_init_sol(y,h,'MMSE',sigma,'64QAM');
[xHatTS, ~] = TS_real(y, h, m, P, '64QAM', Nt, xInit);
x_hat1 = xHatTS(1);
x_zfmod1 = qamdemod(x_hat1,M,'gray'); %%this line they show me INI_PHASE must be a real scalar.

답변 (1개)

Ayush Gupta
Ayush Gupta 2020년 10월 8일
The current documentation for qamdemod function doesn’t use INI_PHASE and since you are using a previous version, 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
  댓글 수: 2
Choi
Choi 2020년 10월 9일
thank you is this for 2015version??
Walter Roberson
Walter Roberson 2020년 10월 9일
That is r2015b documentation ad the R2015a archives were removed

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Propagation and Channel Models에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by