How to implement an adder without using adder block in Simulink
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
How to implement an adder without using adder block in Simulink
0 comentarios
Respuestas (1)
Robert U
el 16 de Mayo de 2019
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 comentarios
Ver también
Categorías
Más información sobre Event Functions en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!