Category: Circuit Simulation
-
Averager as a Constraint System
Simulation of an Averager as a Constraint System This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters Show hidden characters (define (adder a1 a2 sum)…
-
Celsius Fahrenheit Converter as a Constraint System
Celsius Fahrenheit Converter as a Constraint System: This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters Show hidden characters (define (adder a1 a2 sum) (define (process-new-value)…
-
Half Adder Simulation
Half adder simulation and probing of delays: This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters Show hidden characters (define (front-ptr queue) (car queue)) (define (rear-ptr…
-
Or Gate Simulation
Or Gate as a combination of inverter and and gates. This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters Show hidden characters (define (inverter input output)…