オペアンプによるハイパスフィルタ回路


オペアンプによるハイパスフィルタ回路

\documentclass[tikz,border=10pt]{standalone}
\usepackage{circuitikz}
\begin{document}
\begin{tikzpicture}
\draw (0,0) node[op amp] {};
\draw(1.2,0)--(2.4,0);

\draw (-6,0.5) to[european resistor=$R_1$] (-3,0.5);

\draw (-1.5,2) to[european resistor=$R_2$]  (1.5,2);

\draw(-1.5,0.5)--(-1.5,2);

\draw(-1.2,-0.5)--(-1.5,-0.5)--(-1.5,-1.5);
\fill[ball color=black](-1.5,0.5)circle(0.1);
\draw(-3.6,0.5) to[C=$C$] (-1.1,0.5);
\fill[ball color=white] (-6,0.5)circle(0.1);
\fill[white,opacity=0.4](-6,0.5)circle(0.1);
\draw(-6,0.5)circle(0.1);
\draw(-6,-1.5) to node[eground]{} (-6,-1.5);
\draw[-{>[scale=2]}](-6,-1.5)--(-6,0.4);
\draw(-6.3,-0.75)node{$V_{\textmd{in}}$};

\draw(2.5,-1.5) to node[eground]{} (2.5,-1.5);
\draw[-{>[scale=2]}](2.5,-1.5)--(2.5,-0.1);

\draw(2.9,-0.75)node{$V_{\textmd{out}}$};
\fill[ball color=white] (2.5,0)circle(0.1);
\fill[white,opacity=0.4](2.5,0)circle(0.1);
\draw(2.5,0)circle(0.1);
\draw(1.5,2)--(1.5,0);
\fill[ball color=black](1.5,0)circle(0.1);
\draw(-1.5,-1.5) to node[eground]{} (-1.5,-1.5);

\draw(-1.2,0.9) node{$V_-$};
\draw(-1.2,-0.9)node{$V_+$};

\end{tikzpicture}
\end{document}