binary convertion data simulink

10 vues (au cours des 30 derniers jours)
Danilo NASCIMENTO
Danilo NASCIMENTO le 18 Nov 2013
Modifié(e) : BhaTTa le 25 Oct 2024
Is there anyway of converting a binary data into decimal in simulink? Or doing a operation in binary?

Réponses (1)

BhaTTa
BhaTTa le 25 Oct 2024
Modifié(e) : BhaTTa le 25 Oct 2024
Hey @Danilo NASCIMENTO, you can convert binary data into decimal format in Simulink by using a combination of blocks that interpret the binary data and convert it to a decimal number.
Please follow below steps:
  1. Open Simulink
  2. Create a New Model
  3. Add these blocks: Constant Block, Data Type Conversion Block and Dsiplay Block.
  4. Configure and Connect the Blocks
  5. Run Simulation.

Catégories

En savoir plus sur Modeling 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!

Translated by