フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Dear all, can anyone help me on to fix the following

2 ビュー (過去 30 日間)
samson zitha
samson zitha 2018 年 1 月 22 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Error using comm.APPDecoder/step
Complexity mismatch with input 2; expected real, got complex.
-tmp is QPSK complex signal+noise
Error in G_NOMA_IDMA_SAMSON_ZITHA>CBCReceiever (line 297)
[outSoftData outLLR]= step(hAppDec,ini,transpose(tmp));
In fact i want the hAppDec to decode complex signal, how do i define that in the hAppDec matlab function
e.g
hAppDec = comm.APPDecoder(...
'TerminationMethod','Truncated','TrellisStructure',poly2trellis(3,[5 7]), ...
'Algorithm','True APP','CodedBitLLROutputPort',true);

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by