From 65a4baa17b439e1bdf42b6c0150a52e032562bb5 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Thu, 18 Jan 2018 10:28:49 +0100 Subject: Move to version control --- doc/figures/reduced-circ.tikz | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 doc/figures/reduced-circ.tikz (limited to 'doc/figures/reduced-circ.tikz') diff --git a/doc/figures/reduced-circ.tikz b/doc/figures/reduced-circ.tikz new file mode 100644 index 0000000..0373faa --- /dev/null +++ b/doc/figures/reduced-circ.tikz @@ -0,0 +1,25 @@ +\begin{tikzpicture}[scale=1, every node/.style={transform shape}] + % piezo + \draw (0,0) node[rground] {} + to[piezoelectric, l=$X$] (0,2) to (2,2) + to[R, l=$R_x$, *-] (2,0) node[rground] {}; + + % diodes + \draw (2,2) to[R,l=$R$, -*] (5,2); + \draw (5,0) node[rground] {} + to[sDo, l_=$D_2$] (5,2) + to[sDo, l_=$D_1$] (5,4) + node[vcc] {$V_{cc}$}; + \draw (5,2) to[short, -o] (6,2) + node[right] {$V_o$}; + + % opamp + \iffalse + \draw (9,2.5) node[op amp] (comp) {}; + \draw (comp.-) to ++(0, 0.5) node[vcc] {$V_{ref}$}; + + \draw (comp.+) to[R, l=$R_A$] ($(comp.+) + (-2.5, 0)$) -| (5,2); + \draw (comp.+) |- (8,0) to[R, l=$R_F$] ++(2,0) -| (comp.out) + to[short, -o] ++(1,0) node[right] {$V_o$}; + \fi +\end{tikzpicture} \ No newline at end of file -- cgit v1.2.1