
The 3bit flash ADC consists of (2^n)-1 comparators, which are supplied with the input voltage on the non-inverting input, and a scalled reference voltage from a resistor chain. This circuit is designed to operate from 0V-1V, using a vref = 1V.
For DC analysis, sweep the vin voltage from 0V-1V and observe the digital output counting up. For AC analysis, provide a sinusoidal signal (<100kHz for better performance) and overlay the output with the input signal (you can graph the difference between the two to quantify the performance).
DC Power Supply, AC Function Generator, Oscilloscope, and possibly a simple microcontroller DIY board to automatically convert from binary output to decimal.
| # | Input | Output | Bidirectional |
|---|---|---|---|
| 0 | bin_out_0 | therm_out_5 | |
| 1 | bin_out_1 | therm_out_6 | |
| 2 | bin_out_2 | ||
| 3 | therm_out_0 | ||
| 4 | therm_out_1 | ||
| 5 | therm_out_2 | ||
| 6 | therm_out_3 | ||
| 7 | therm_out_4 |
ua | PCB Pin | Internal index | Description |
|---|---|---|---|
| 0 | B4 | 10 | vin |
| 1 | B1 | 7 | vref |