do we have a serial to parallel converter and parallel to serial cnvrtr in matlab 2014b
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Sandeep Kumar
le 1 Sep 2016
Réponse apportée : Vladimir Melnikov
le 31 Jan 2020
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.
Réponse acceptée
Walter Roberson
le 8 Sep 2016
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 commentaires
Plus de réponses (1)
Vladimir Melnikov
le 31 Jan 2020
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 commentaires
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!