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!