binary convertion data simulink

조회 수: 1 (최근 30일)
Danilo NASCIMENTO
Danilo NASCIMENTO 2013년 11월 18일
편집: BhaTTa 2024년 10월 25일
Is there anyway of converting a binary data into decimal in simulink? Or doing a operation in binary?

답변 (1개)

BhaTTa
BhaTTa 2024년 10월 25일
편집: BhaTTa 2024년 10월 25일
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.

카테고리

Help CenterFile Exchange에서 Electrical Block Libraries에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by