File:Amplif-exp.png

Original file(827 × 452 pixels, file size: 11 KB, MIME type: image/png)

Captions

Captions

Add a one-line explanation of what this file represents

Summary edit

Description
Español: Amplificador antilogarítmico o exponencial realizado con un amplificador operacional, una resistencia y un diodo
English: Antilogarithmic or Exponential Amplifier builded using an op-amp, one resistor and one diode
Français : Amplificateur anti-logarithmique ou exponentielle bâtissaient en utilisant un ampli-op, une résistance et une diode.
Italiano: Amplificatore anti logaritmica o esponenziale ricostruite utilizzando un op-amp, un resistore e un diodo.
Date
Source

Own work

LaTeX This work was created by free software; you can redistribute it and/or modify it under the terms of the LaTeX Project Public License, version 1.3c. See the License for more details.
Author Ramjar

LaTeX source edit

% \title{Amplificador Exponencial}
\documentclass[transparent]{standalone}
\usepackage{circuitikz}

% Fijación del tamaño (altura y ancho) de resistencias y diodos mediante el comando \ctikzset
\ctikzset{bipoles/resistor/height/.initial=.2}
\ctikzset{bipoles/resistor/width/.initial=.5}
\ctikzset{bipoles/diode/height/.initial=.3}
\ctikzset{bipoles/diode/width/.initial=.3}

\begin{document}
\begin{circuitikz}[thick]
\draw
% Amplificador exponencial
	(0,0) node[op amp] (opamp) {}
	(opamp.-) -- ++(0,1) -- ++(0.25,0) to[R, l=$R_1$] ++(2,0) -| (opamp.out)
	node[circ]{}
	% Identificación de nodos para trazar el diodo
	(opamp.-) -- ++(0,1) node[circ](B){}
	(B)++(-2,0)node[](A){}
	% Colocación del diodo
	node[ocirc]{} node[left]{$V_{in}$}
	(A) to[D*, l_=$D_1$,mirror] (B)
	% Identificación de salidas y demás entradas
	(opamp.out)-- ++(1,0) node[ocirc]{}
	node[right]{$V_{out}$}
	node[right=20mm]{}
	(opamp.+) --++(0,-0.5) node[ground]{}
;
\end{circuitikz}
\end{document}

Licensing edit

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current00:59, 4 February 2016Thumbnail for version as of 00:59, 4 February 2016827 × 452 (11 KB)Ramjar (talk | contribs)Reverted to version as of 00:58, 4 February 2016 (UTC)
00:59, 4 February 2016Thumbnail for version as of 00:59, 4 February 2016827 × 452 (11 KB)Ramjar (talk | contribs)Reverted to version as of 00:58, 4 February 2016 (UTC)
00:58, 4 February 2016Thumbnail for version as of 00:58, 4 February 2016827 × 443 (11 KB)Ramjar (talk | contribs)Reverted to version as of 16:15, 25 January 2016 (UTC)
00:58, 4 February 2016Thumbnail for version as of 00:58, 4 February 2016827 × 452 (11 KB)Ramjar (talk | contribs)Diodo y resistencia dibujados al mismo nivel.
16:15, 25 January 2016Thumbnail for version as of 16:15, 25 January 2016827 × 443 (11 KB)Ramjar (talk | contribs)User created page with UploadWizard

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file:

Metadata