How to implement an adder without using adder block in Simulink
조회 수: 4 (최근 30일)
이전 댓글 표시
How to implement an adder without using adder block in Simulink
댓글 수: 0
답변 (1개)
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
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Event Functions에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!