Multichannel operation is not supported.
15 ビュー (過去 30 日間)
古いコメントを表示
after doing demodulation and converted symbol to bit using
hIntToBit = comm.IntegerToBit(k);
z = step(hIntToBit,zsym);
shows error as
Error using IntegerToBit/step Multichannel operation is not supported.
0 件のコメント
採用された回答
Walter Roberson
2014 年 2 月 25 日
What is size(zsym) ?
My guess is that zsym is a 2D array, and that the operation you are applying to requires that its parameter be a column vector. Multiple columns in a signal indicate multiple channels.
3 件のコメント
faisal
2014 年 3 月 8 日
Hello i have the same error but in simulink....i am transmitting an image using RS encoder and have the same issue..plz help
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Import, Export, and Conversion についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!