Merge bits on a byte simulink
Afficher commentaires plus anciens
Dears,
I would like to create a byte with 8 independent bits in Simulink. The opposite function is achieved with the "Extract Bits" block. From a byte I can extract the value of the bit at position x. I would like to do the opposite operation, from many bits to generate a byte.
Thanks and regards
Juan
2 commentaires
Walter Roberson
le 16 Juin 2022
You can use a series of BitSet blocks, or you can use a Math block... 128*u(1) + 64*u(2) etc
JuanMa
le 16 Juin 2022
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur String dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
