do we have a serial to parallel converter and parallel to serial cnvrtr in matlab 2014b
조회 수: 4 (최근 30일)
이전 댓글 표시
im having serializer and deserialzer but thats not working as per how s to p works
-p
[Merged from duplicate question]
hello guys does any body know if there is a serial to parallel converter and parallel to serial converter in matlab 2014b? or else i need to write the code for it and then convert it into simulink block using matlab functional block.
채택된 답변
Walter Roberson
2016년 9월 8일
You need to write the code for it.
Remember, one implementation for serail to parallel (for integer values) would be a bunch of look-up blocks all fed by the same input.
댓글 수: 0
추가 답변 (1개)
Vladimir Melnikov
2020년 1월 31일
the way I do it is using "Unit Delay" blocks in series and after them a "Bit Concat" - also you need a kind of strobe to latch the result.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!