Serial to Parallel Conversion
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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
Réponse acceptée
Kaustubha Govind
le 5 Déc 2011
6 commentaires
Walter Roberson
le 6 Déc 2011
You might need a transpose block as well. Reshape to 10 *rows*, then transpose so that the rows become columns.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Unit Conversions dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!