Serial to Parallel Conversion
4 次查看(过去 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
采纳的回答
Kaustubha Govind
2011-12-5
6 个评论
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.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 String 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!