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!