working at work
This commit is contained in:
parent
fda862cb60
commit
aca6570318
@ -61,7 +61,7 @@ amplifier determined.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
A standard non inverting op amp (from ``The Art of Electronics'' ~\cite{aoe}[pp.234]) is shown in figure \ref{fig:noninvamp}.
|
A standard non inverting op amp (from ``The Art of Electronics'' ~\cite{aoe}[p.234]) is shown in figure \ref{fig:noninvamp}.
|
||||||
|
|
||||||
|
|
||||||
\begin{figure}[h]
|
\begin{figure}[h]
|
||||||
|
BIN
opamp_circuits_C_GARRETT/circuit1001.png
Normal file
BIN
opamp_circuits_C_GARRETT/circuit1001.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
BIN
opamp_circuits_C_GARRETT/circuit2002.png
Normal file
BIN
opamp_circuits_C_GARRETT/circuit2002.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 175 KiB |
BIN
opamp_circuits_C_GARRETT/circuit3003.png
Normal file
BIN
opamp_circuits_C_GARRETT/circuit3003.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
65
opamp_circuits_C_GARRETT/opamps.tex
Normal file
65
opamp_circuits_C_GARRETT/opamps.tex
Normal file
@ -0,0 +1,65 @@
|
|||||||
|
\documentclass[a4paper,10pt]{article}
|
||||||
|
\usepackage[utf8x]{inputenc}
|
||||||
|
\usepackage{graphicx}
|
||||||
|
\usepackage{fancyhdr}
|
||||||
|
\usepackage{tikz}
|
||||||
|
\usetikzlibrary{shapes,snakes}
|
||||||
|
\usetikzlibrary{shapes.gates.logic.US,trees,positioning,arrows}
|
||||||
|
\usepackage{subfigure}
|
||||||
|
\usepackage{amsfonts,amsmath,amsthm}
|
||||||
|
\usepackage{algorithm}
|
||||||
|
\usepackage{algorithmic}
|
||||||
|
\usepackage{lastpage}
|
||||||
|
%\usepackage{glossary}
|
||||||
|
%opening
|
||||||
|
\title{Example OPAMP circuits}
|
||||||
|
\author{Robin}
|
||||||
|
|
||||||
|
\begin{document}
|
||||||
|
|
||||||
|
\maketitle
|
||||||
|
|
||||||
|
\begin{abstract}
|
||||||
|
Circuits from email conversation.
|
||||||
|
Not a document to be proof read.
|
||||||
|
Proof of analysis concept.
|
||||||
|
\end{abstract}
|
||||||
|
\clearpage
|
||||||
|
\section{Op-Amp circuit 1}
|
||||||
|
|
||||||
|
\begin{figure}[h]
|
||||||
|
\centering
|
||||||
|
\includegraphics[width=200pt]{/home/robin/projects/thesis/opamp_circuits_C_GARRETT/circuit1001.png}
|
||||||
|
% circuit1001.png: 420x300 pixel, 72dpi, 14.82x10.58 cm, bb=0 0 420 300
|
||||||
|
\caption{Circuit 1}
|
||||||
|
\label{fig:circuit1}
|
||||||
|
\end{figure}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
\clearpage
|
||||||
|
\section{Op-Amp circuit 2}
|
||||||
|
|
||||||
|
|
||||||
|
\begin{figure}[h]
|
||||||
|
\centering
|
||||||
|
\includegraphics[width=200pt]{./circuit2002.png}
|
||||||
|
% circuit2002.png: 575x331 pixel, 72dpi, 20.28x11.68 cm, bb=0 0 575 331
|
||||||
|
\caption{circuit2}
|
||||||
|
\label{fig:circuit2}
|
||||||
|
\end{figure}
|
||||||
|
|
||||||
|
|
||||||
|
\clearpage
|
||||||
|
\section{Op-Amp circuit 3}
|
||||||
|
|
||||||
|
\begin{figure}[h]
|
||||||
|
\centering
|
||||||
|
\includegraphics[width=200pt]{/home/robin/projects/thesis/opamp_circuits_C_GARRETT/circuit3003.png}
|
||||||
|
% circuit3003.png: 503x326 pixel, 72dpi, 17.74x11.50 cm, bb=0 0 503 326
|
||||||
|
\caption{Circuit 3}
|
||||||
|
\label{fig:circuit3}
|
||||||
|
\end{figure}
|
||||||
|
|
||||||
|
|
||||||
|
\end{document}
|
Loading…
Reference in New Issue
Block a user