why Matlab show me INI_PHASE must be a real scalar?
1 次查看(过去 30 天)
显示 更早的评论
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.
0 个评论
回答(1 个)
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 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!