Borrar filtros
Borrar filtros

Serial to Parallel Conversion

5 visualizaciones (últimos 30 días)
Vinoth
Vinoth el 5 de Dic. de 2011
Hello,
I want to pass digital stream in the format
1 0 1 1 1 0 1 0
into transfer function block in simulink.But my data is stored as 1011 1010
how can i convert this in simulink? please reply.its urgent -vinoth
  1 comentario
Vinoth
Vinoth el 5 de Dic. de 2011
Required format is (m*1)..but data is stored in(1*m)format

Iniciar sesión para comentar.

Respuesta aceptada

Kaustubha Govind
Kaustubha Govind el 5 de Dic. de 2011
Try the Reshape block.
  6 comentarios
Walter Roberson
Walter Roberson el 6 de Dic. de 2011
You might need a transpose block as well. Reshape to 10 *rows*, then transpose so that the rows become columns.
Vinoth
Vinoth el 6 de Dic. de 2011
Now it works :)we have to pass the signal as a frame based.Cheers :)

Iniciar sesión para comentar.

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by