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 Center および File ExchangeElectrical Block Libraries についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by