Serial to Parallel Conversion
2 ビュー (過去 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!