commit 1530102bb66cf34ca4024557c00b81d32b1dd264
parent 0db7b6de9dfd4618fc66b4b6d9cd326cd4794d14
Author: Martin Kloeckner <mjkloeckner@gmail.com>
Date: Mon, 24 Nov 2025 12:57:58 -0300
example low-pass filter ltspice schematic
Diffstat:
4 files changed, 51 insertions(+), 2 deletions(-)
diff --git a/tp/informe/informe.pdf b/tp/informe/informe.pdf
Binary files differ.
diff --git a/tp/informe/informe.tex b/tp/informe/informe.tex
@@ -365,7 +365,6 @@ Responses'', \cite{schaumann2001}}
% comparar las expresiones de las transferencias con algunas transferencias
% genéricas tabuladas para filtros de primer y segunda orden.\footnotemark[4]
-
% \begin{align}
% H(s) = 12\cdot H_{1}(s) \cdot H_{2}(s)
% \label{eq-tran-producto}
@@ -799,7 +798,13 @@ Para calcular los coeficientes $k_{1,2,3,4}$ se utiliza la ecuacion
\hypertarget{diagrama}{%
\subsection{Diagrama}\label{diagrama}}
-\pagebreak
+\begin{figure}[!ht]
+ \centering
+ \includegraphics[width=0.90\textwidth]{sch/pasa-bajos_activo_primer_orden.png}
+ \caption{Circuito pasa-bajos primer orden ejemplo}
+ \label{fig-circuito-pasabajos-ejemplo}
+\end{figure}
+
\hypertarget{simulaciones}{%
\subsection{Simulaciones}\label{simulaciones}}
diff --git a/tp/informe/sch/pasa-bajos_activo_primer_orden.asc b/tp/informe/sch/pasa-bajos_activo_primer_orden.asc
@@ -0,0 +1,44 @@
+Version 4
+SHEET 1 880 680
+WIRE 128 64 80 64
+WIRE 256 64 208 64
+WIRE 432 64 256 64
+WIRE 528 80 496 80
+WIRE 432 96 368 96
+WIRE 80 128 80 64
+WIRE 256 144 256 64
+WIRE 368 144 368 96
+WIRE 416 144 368 144
+WIRE 528 144 528 80
+WIRE 528 144 496 144
+WIRE 368 160 368 144
+WIRE 80 256 80 208
+WIRE 256 256 256 208
+WIRE 368 256 368 240
+FLAG 256 256 0
+FLAG 368 256 0
+FLAG 528 80 Vout
+FLAG 80 64 Vin
+FLAG 80 256 0
+SYMBOL voltage 80 112 M0
+SYMATTR InstName V1
+SYMBOL res 224 48 R90
+WINDOW 0 0 56 VBottom 2
+WINDOW 3 32 56 VTop 2
+SYMATTR InstName R1
+SYMATTR Value 10k
+SYMBOL cap 272 144 M0
+SYMATTR InstName C1
+SYMATTR Value 100n
+SYMBOL OpAmps\\opamp 464 16 R0
+SYMATTR InstName U1
+SYMBOL res 384 144 M0
+WINDOW 0 38 45 Left 2
+WINDOW 3 39 66 Left 2
+SYMATTR InstName R2
+SYMATTR Value 100k
+SYMBOL res 512 128 R90
+WINDOW 0 0 56 VBottom 2
+WINDOW 3 38 56 VTop 2
+SYMATTR InstName R3
+SYMATTR Value 100k
diff --git a/tp/informe/sch/pasa-bajos_activo_primer_orden.png b/tp/informe/sch/pasa-bajos_activo_primer_orden.png
Binary files differ.