summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.tex35
1 files changed, 18 insertions, 17 deletions
diff --git a/main.tex b/main.tex
index e4974d6..bc989e0 100644
--- a/main.tex
+++ b/main.tex
@@ -149,7 +149,24 @@
\section{Valeur de $R_{18}$ pour le circuit d'amplification}
-\todo{Calculs et démarche}
+
+\begin{multicols}{2}
+ La tension maximale à la sortie du circuit doit être de \SI{5}{\V}. Toutefois,
+ la sortie du sommateur donne un gain calculé maximal de $4.\overline{66}\si{\V}$.
+ Un Ampli-OP est donc utilisé pour bonnifier le gain maximal (gardant les
+ autres gains possibles proportionels).
+
+ \columnbreak
+ \begin{circuitikz}
+ \draw (0,0) node[op amp] (opamp) {}
+ (opamp.down) node[ground] {}
+ (opamp.up) (0,1) node[above] {\SI{5}{\V}}
+ (opamp.+) node[left] {$V_{\textrm{sum}}$}
+
+ ;
+
+ \end{circuitikz}
+\end{multicols}
\section{Résultats et pièces choisies}
@@ -198,22 +215,6 @@
-\begin{circuitikz}
- \node at (-0.5,3) (src) {5V};
-
- \node[npn] at (4,1) (npn) {}
- (npn.base) node[anchor=east] {} % B
- (npn.collector) node[anchor=north] {} % C
- (npn.emitter) node[anchor=south] {}; % E
- \draw (npn) circle (0.85cm);
-
- \draw (npn.emitter) to (4,0) node[ground] {} ;
-
- \draw (src) to[R,l=$R_3$] (2,3)
- to[led] (4,3)
- to (npn.collector);
-
-\end{circuitikz}
\begin{figure}[H]
\centering