Advertisement
Guest User

Untitled

a guest
Jul 30th, 2011
568
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.86 KB | None | 0 0
  1. \begin{center}
  2. \begin{circuitikz}[scale=0.8] \draw
  3.     % Upper line
  4.     (0,2) node [anchor=east] {$U_{B}$}
  5.     to [short, l=+, o-*] (1,2)
  6.     to [R=210\ohm,*-*] (4,2)
  7.     to [R=100\ohm,*-*] (7,2)
  8.     to [R=10\kilo\ohm,*-*] (10,2)
  9.     (13,2) to [D, l_=SiPM,*-*] (10,2)
  10.     (13,2) to [C=100\nano\farad,*-o] (15,2) node [anchor=west] {Signal}
  11.     % Connection to the ground line
  12.     (1,2) to [C=100\nano \farad, *-*] (1,0)
  13.     (4,2) to [C=100\nano \farad, *-*] (4,0)
  14.     (7,2) to [C=100\nano \farad, *-*] (7,0)
  15.     (10,2) to [C=100\nano \farad, *-*] (10,0)
  16.     (13,2) to [R=50\ohm, *-*] (13,0)
  17.     % Ground line
  18.     (0,0) node [ground, rotate=-90] {} -- (15,0) node [ground, rotate=90] {};
  19.     % Draw a dotted line to separate pi filter and hamamatsu circuit
  20.     \draw[dashed, red] (7.6,-1) -- (7.6,5);
  21.     \draw (4,4) node {Pi Filter};
  22.     \draw (11,4) node {\textsc{Hamamatsu} Circuit};
  23. \end{circuitikz}
  24. \end{center}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement