Multichannel operation is not supported.
28 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
ashok
el 25 de Feb. de 2014
Comentada: buhari shehu
el 25 de Jul. de 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.
0 comentarios
Respuesta aceptada
Walter Roberson
el 25 de Feb. de 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 comentarios
faisal
el 8 de Mzo. de 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
Más respuestas (0)
Ver también
Categorías
Más información sobre Import, Export, and Conversion en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!