File:Astable multivibrator using OpAmp.svg

Summary

Description
English: An astable multivibrator using opamp. The time constant is give by: while the resistors and provide signal amplification. Output is obtained at the port .
Date
Source How to Build an Astable Multivibrator Circuit with an LM741 Op Amp Chip. Retrieved on 16 March 2020.
Author Rubberduck
Other versions

[edit]

.svg:

.png:

.jpg:

SVG development
InfoField
Source code
InfoField

LaTeX code

Source code
\documentclass[12pt,border=1pt,crop,multi=false,tikz,class=scrartcl]{standalone}
\usepackage{setspace}
\usepackage{circuitikz} 
\usetikzlibrary{arrows,shapes,calc,positioning,fit,decorations.markings}

\begin{document}
\begin{circuitikz}
	\draw
		(3,.5) node [op amp] (opamp) {} 
		(0,0) node [ground] {} to [C, l=C] (0,2)  to[short, -*] (1,2)
		node [above] {6} 
		(1,2) ǀ- (opamp.-)
		(1,2) to [R, l=R] (4.5,2) to [short, -*] (4.5,.5) node[above right] {$c$}
		(opamp.out) to[short,-o] ++(1.5,0) node[above] {V$_o$}
		(4.5,.5) to [R, l=R$_1$, -*] (4.5,-1.5) node[right] {$a$}
		(4.5,-1.5) to [R, l=R$_2$] ++(0,-2) node[ground]{}
		(opamp.+) -- ++(-1,0) ǀ- (4.5,-1.5)
	;
\end{circuitikz}
\end{document}

Licensing

This work is ineligible for copyright and therefore in the public domain because it consists entirely of information that is common property and contains no original authorship.
Category:PD ineligible#Astable%20multivibrator%20using%20OpAmp.svg Category:Astable circuits Category:Multivibrators
Category:Astable circuits Category:Multivibrators Category:PD ineligible Category:Valid SVG created with LaTeX code