why Matlab show me INI_PHASE must be a real scalar?

12 Ansichten (letzte 30 Tage)
Choi
Choi am 4 Okt. 2020
Kommentiert: Walter Roberson am 9 Okt. 2020
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.

Antworten (1)

Ayush Gupta
Ayush Gupta am 8 Okt. 2020
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 Kommentare
Choi
Choi am 9 Okt. 2020
thank you is this for 2015version??
Walter Roberson
Walter Roberson am 9 Okt. 2020
That is r2015b documentation ad the R2015a archives were removed

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Propagation and Channel Models finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by