Serial to Parallel Conversion

5 次查看(过去 30 天)
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 个评论
Vinoth
Vinoth 2011-12-5
Required format is (m*1)..but data is stored in(1*m)format

请先登录,再进行评论。

采纳的回答

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

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 String 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by