Multichannel operation is not supported.

43 views (last 30 days)
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.

Accepted Answer

Walter Roberson
Walter Roberson on 25 Feb 2014
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 Comments
faisal
faisal on 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

Sign in to comment.

More Answers (0)

Categories

Find more on Images in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!