How to implement an adder without using adder block in Simulink

1 回表示 (過去 30 日間)
Gowtham Gowda
Gowtham Gowda 2019 年 5 月 16 日
回答済み: Robert U 2019 年 5 月 16 日
How to implement an adder without using adder block in Simulink

回答 (1 件)

Robert U
Robert U 2019 年 5 月 16 日
Hello Gowtham Gowda,
my suggestion would be to use the implementation of a full adder which performs bitwise logical operations. I attached a Simulink model that performs a 4-bit addition just using logical operations. Just for the sake of result visualization there is an add-block in the convertToDouble subsystem.
For further reference have a look at wikipedia:
Kind regards,
Robert

カテゴリ

Help Center および File ExchangeModeling についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by