Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

Commit

Permalink
p
Browse files Browse the repository at this point in the history
  • Loading branch information
marmitar committed Sep 15, 2018
1 parent f3a2af0 commit 014d51e
Show file tree
Hide file tree
Showing 20 changed files with 8,825 additions and 6,037 deletions.
20 changes: 20 additions & 0 deletions figuras/amortecidos.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
\begin{figure}[H]
\centering

\begin{subfigure}{\textwidth}
\centering
\input{figuras/parciais/plots/51o.pgf}
\caption{Subamortecimento}
\label{fig:subamortecido}
\end{subfigure}
\qquad
\begin{subfigure}{\textwidth}
\centering
\input{figuras/parciais/plots/1021o.pgf}
\caption{Sobreamortecimento}
\label{fig:sobreamortecido}
\end{subfigure}

\caption{Circuito ressonante}
\label{fig:amortecidos}
\end{figure}
2 changes: 1 addition & 1 deletion figuras/circuitos.tex
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
\label{fig:amortecido}
\end{subfigure}

\caption{Circuitos utilizados.}
\caption{Circuitos utilizados}
\label{fig:circuitos}
\end{figure}
4 changes: 1 addition & 3 deletions figuras/derivadas.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
\input{figuras/parciais/plots/quad_deriv.pgf}
\input{figuras/parciais/plots/tri_deriv.pgf}

\caption{
Filtro de diferenciação
}
\caption{Circuito diferenciador}
\label{fig:derivadas}
\end{figure}
4 changes: 1 addition & 3 deletions figuras/integrais.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
\input{figuras/parciais/plots/quad_integ.pgf}
\input{figuras/parciais/plots/tri_integ.pgf}

\caption{
Filtro de integração
}
\caption{Circuito integrador}
\label{fig:integrais}
\end{figure}
4 changes: 2 additions & 2 deletions figuras/parciais/diferenciador.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

\draw (0, 2) % linha superior
node[above] {$V_{in}$}
to [resistor, o-, l=$R_1$] ++(2,0)
to [capacitor, o-, l=$C_1$] ++(2,0)
to [short, -o] ++(1,0)
to ++(0,0) node[above] {$V_{out}$};

\draw (2,0) % aterramento
node[ground] {}
to [capacitor, l_=$C_1$] ++(0,2);
to [resistor, l_=$R_1$] ++(0,2);

\end{circuitikz}
4 changes: 2 additions & 2 deletions figuras/parciais/integrador.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

\draw (0, 2) % linha superior
node[above] {$V_{in}$}
to [capacitor, o-, l=$C_1$] ++(2,0)
to [resistor, o-, l=$R_1$] ++(2,0)
to [short, -o] ++(1,0)
to ++(0,0) node[above] {$V_{out}$};

\draw (2,0) % aterramento
node[ground] {}
to [resistor, l_=$R_1$] ++(0,2);
to [capacitor, l_=$C_1$] ++(0,2);

\end{circuitikz}
Loading

0 comments on commit 014d51e

Please sign in to comment.