Multichannel operation is not supported.

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.

 채택된 답변

Walter Roberson
Walter Roberson 2014년 2월 25일

0 개 추천

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

ashok
ashok 2014년 2월 26일
편집: ashok 2014년 2월 26일
yes sir i have converted to column using
zsym.'
and i got the answer thank u sir
faisal
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
buhari shehu
buhari shehu 2020년 7월 25일
Thanks

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

질문:

2014년 2월 25일

댓글:

2020년 7월 25일

Community Treasure Hunt

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

Start Hunting!

Translated by