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.

 Réponse acceptée

Walter Roberson
Walter Roberson le 25 Fév 2014

0 votes

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 commentaires

ashok
ashok le 26 Fév 2014
Modifié(e) : ashok le 26 Fév 2014
yes sir i have converted to column using
zsym.'
and i got the answer thank u sir
faisal
faisal le 8 Mar 2014
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 le 25 Juil 2020
Thanks

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by