Update array_comps.md

This commit is contained in:
PhillipRambo 2025-04-10 16:04:26 +02:00 committed by GitHub
parent 0703a95e98
commit 301ae7de96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ In this section, we won't focus on heavy simulation but instead use this step as
The first component we'll create is the Capacitive DAC (C-DAC). This is a simple array of capacitors, and the design in Xschem looks like this:
<p align="center">
<img src="../../../media/module_3/C-DAC.png" width="800" height="800" />
<img src="../../../media/module_3/C-DAC.png" width="1000" height="200" />
</p>
The C-DAC is formed by placing 8 capacitors in parallel, with the following dimensions:
@ -34,7 +34,7 @@ Additionally, you will notice that an extra resistor is placed between the input
The symbol for the C-DAC can be seen below:
<p align="center">
<img src="../../../media/module_3/C-DAC_sym.png" width="800" height="800" />
<img src="../../../media/module_3/C-DAC_sym.png" width="800" height="350" />
</p>
## Switch Bank
@ -63,7 +63,7 @@ Where the D's are digital inputs from the algorithm, and the S's correspond to t
The symbol for this switch bank is shown below:
<p align="center">
<img src="../../../media/module_3/switch_bank_sym.png" width="800" height="800" />
<img src="../../../media/module_3/switch_bank_sym.png" width="800" height="350" />
</p>
**TIP:**