Update Introduction.md

This commit is contained in:
PhillipRambo 2024-10-29 12:38:59 +01:00 committed by GitHub
parent bb7b96e6d6
commit 07966fcec3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 30 additions and 1 deletions

View File

@ -9,6 +9,35 @@ devices with opposite temperature coefficients within a given interval of intere
$$V_{BE} = V_T \cdot ln(\frac{I_C}{I_S})$$
Where $I_C$ is the collector current and $I_S$ is the saturation current. From this we want to generate a positive TC in order to fulfill the criteria given in the figure above.
Where $I_C$ is the collector current and $I_S$ is the saturation current.
The theory behind different circuit topology regarding the bandgap references are quite comprehensive, and will therefore not be covered here. Instead the circuit seen below is proposed:
<p align="center"> <img src="../../media/Screenshot 2024-10-29 120123.png" width="800" height="700" /> </p>
From the following criteria, $I_{C,Q1}=I_{C,Q2}$ if $R_2 = R_3$, we can try to understand the circuit functionality. The voltage X and Y is forced to be equal due to the operation of the feedback of the OP-amps. This means that we can write the following expression
$$\vert V_{BE1}\vert = \vert V_{BE2}\vert + I_{C2}\cdot R_1$$
Making a simple KCL at node Y, shows that the current through $R_1$ must be given as
$$I_{C2} = \frac{\vert V_{BE1} \vert - \vert V_{BE2} \vert }{R_1}$$
$$I_{C2} = \frac{\left\vert V_T \cdot ln(\frac{I_{C1}}{I_{S1}})-V_T \cdot ln(n\cdot \frac{I_{C2}}{I_{S2}})\right\vert}{R_1}$$
Now we know that $I_{C1} = I_{C2}$ , and $I_{S1} = I_{S2}$ . This gives the following expression for $I_{C2}$
$$I_{C2} = \frac{V_T \cdot ln(n)}{R_1}$$
Now we see we can describe the whole current in the branch of M4 as
$$I_{D4} = \frac{\vert V_{BE1}\vert}{R_2} + \frac{V_T \cdot ln (n)}{R_1}$$
In order to then set the bandgap voltage, the current is then copied out to the branch with the resistor $R_4$ and the relation can then be described by
$$V_{out} = I_{D4} \cdot R_4 = \frac{R_4}{R_2} \cdot \left(\vert V_{BE1}\vert + \frac{R_2}{R_1} V_T \cdot ln(n)\right) $$
So to sum up the operation we see that the bandgap voltage is given as a upscaling of the PTAT of the BJT given by the ratio of discrete resistors. Without this upscaling the sizes of the BJT would be incredibly large and low voltage reference wouldn't be possible. We highly recommend the reader to dive into the theory behind this literature, specified in the bibliography of this chapter
# Bibliography
- B. Razavi,“Design of Analog CMOS Integrated Circuits,” McGrawHill, second edition, Chapter 12
- Ali Hajimiri lectures: https://www.youtube.com/watch?v=AMgrGvzCTck