Serial to Parallel Conversion
4 views (last 30 days)
Show older comments
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
Accepted Answer
Kaustubha Govind
on 5 Dec 2011
6 Comments
Walter Roberson
on 6 Dec 2011
You might need a transpose block as well. Reshape to 10 *rows*, then transpose so that the rows become columns.
More Answers (0)
See Also
Categories
Find more on String 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!