binary convertion data simulink

1 visualización (últimos 30 días)
Danilo NASCIMENTO
Danilo NASCIMENTO el 18 de Nov. de 2013
Editada: BhaTTa el 25 de Oct. de 2024
Is there anyway of converting a binary data into decimal in simulink? Or doing a operation in binary?

Respuestas (1)

BhaTTa
BhaTTa el 25 de Oct. de 2024
Editada: BhaTTa el 25 de Oct. de 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.

Categorías

Más información sobre Electrical Block Libraries en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by