Filter löschen
Filter löschen

Multichannel operation is not supported.

29 Ansichten (letzte 30 Tage)
ashok
ashok am 25 Feb. 2014
Kommentiert: buhari shehu am 25 Jul. 2020
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.

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 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 Kommentare
faisal
faisal am 8 Mär. 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 am 25 Jul. 2020
Thanks

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Images finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by