Skip to content

Commit

Permalink
Lab 7 updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
kwbunker committed Aug 15, 2024
1 parent 309b5e9 commit d37e32a
Show file tree
Hide file tree
Showing 34 changed files with 1,827 additions and 98 deletions.
151 changes: 80 additions & 71 deletions _includes/lab7.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _pages/lab8.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "PHYS 3330 - Bipolar Junction Transistors"
title: "PHYS 3330 - BJT Amplifier"
layout: lab-guide
permalink: /lab-guides/lab8
---
Expand Down
44 changes: 22 additions & 22 deletions raw-content/lab7-raw.md

Large diffs are not rendered by default.

Binary file modified resources/lab7fig/bjt-switch1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions resources/lab7fig/emitter-decoupled.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
% Process for creating PNG:
% 1 - Compile this document
% 2 - Download PDF
% 3 - Upload to https://cloudconvert.com/pdf-to-png
% 4 - Set Pixel Density to 600
% 5 - Download PNG file and upload to Overleaf

\documentclass[border=0.2cm]{standalone}
\usepackage{circuitikz,amsmath}

\standaloneenv{circuitikz}
\begin{document}

\begin{circuitikz}[american voltages]
\draw (0,0) node[npn](Q){};
\draw (Q.B) -- ++(-1.5,0) to [C, l=$C_\text{in}$,-o] ++(-1.5,0) node[anchor = east]{$V_\text{in}$};
\draw (Q.E) to [R, l=$R_E$] ++(0,-2) to ++(-1,0) node[ground]{}
to ++(-1,0) to [R, l=$R_2$,-*] ++(0,2.77) to [R, l=$R_1$] ++(0,2.77);
\draw (Q.C) to [short,*-o] ++(1,0) node[anchor = west]{$V_\text{out}$};
\draw (Q.C) to [R, l_=$R_C$] ++(0,2) coordinate(FT)
to [short, *-o] ++(1,0) node[anchor = west]{$V_\text{supply}$} (FT) to ++(-2,0)
(FT) ++(-2,0) to [C,l_=$C_\text{decoupling}$,*-] ++(-2,0) node[ground]{}
;
\end{circuitikz}



\end{document}



31 changes: 31 additions & 0 deletions resources/lab7fig/emittera-full.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
% Process for creating PNG:
% 1 - Compile this document
% 2 - Download PDF
% 3 - Upload to https://cloudconvert.com/pdf-to-png
% 4 - Set Pixel Density to 600
% 5 - Download PNG file and upload to Overleaf

\documentclass[border=0.2cm]{standalone}
\usepackage{circuitikz,amsmath}

\standaloneenv{circuitikz}
\begin{document}

\begin{circuitikz}[american voltages]
\draw (0,0) node[npn](Q){};
\draw (Q.B) -- ++(-1.5,0) to [C, l=$C_\text{in}$,-o] ++(-1.5,0) node[anchor = east]{$V_\text{in}$};
\draw (Q.E) to [R, l=$R_E$] ++(0,-2) to [short,-*] ++(-1,0) node[ground]{}
to ++(-1,0) to [R, l=$R_2$,-*] ++(0,2.77) to [R, l=$R_1$] ++(0,2.77);
\draw (Q.C) to [C,l_=$C_\text{out}$] ++(2,0) coordinate(out) to ++(0,-.5) to [R,l=$R_L$] ++(0,-1.5) node[ground]{} (out) to [short,*-o] ++(.5,0) node[anchor=west] {$V_\text{out}$};
\draw (Q.C) to [R, l_=$R_C$] ++(0,2) coordinate(FT)
to [short, *-o] ++(1,0) node[anchor = west]{$V_\text{supply}$} (FT) to ++(-2,0)
(FT) ++(-2,0) to [C,l_=$C_\text{decoupling}$,*-] ++(-2,0) node[ground]{}
;
\end{circuitikz}



\end{document}



9 changes: 5 additions & 4 deletions resources/lab7fig/emitterf.tex
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,18 @@
% 5 - Download PNG file and upload to Overleaf

\documentclass[border=0.2cm]{standalone}
\usepackage{circuitikz}
\usepackage{circuitikz,amsmath}


\standaloneenv{circuitikz}
\begin{document}

\begin{circuitikz}[american voltages]
\draw (0,0) node[npn](Q){};
\draw (Q.B) to [short, -o] ++(-1,0) node[anchor = east]{$V_{in}$};
\draw (Q.B) to [short, -o] ++(-1,0) node[anchor = east]{$V_\text{in}$};
\draw (Q.E) to [R, l=$R_E$] ++(0,-2) node[ground]{};
\draw (Q.E) to [short,*-o] ++(1.5,0) node[anchor = west]{$V_{out}$};
\draw (Q.C) to [short, -o] ++(0,2) node[anchor = south]{$+15~V$};
\draw (Q.E) to [short,*-o] ++(1.5,0) node[anchor = west]{$V_\text{out}$};
\draw (Q.C) to [short, -o] ++(0,.5) node[anchor = south]{$V_\text{supply}$};
\end{circuitikz}


Expand Down
Binary file modified resources/lab7fig/mosfet-circuit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/lab7fig/push-pull-basic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/lab7fig/push-pull.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/lab8fig/biased-transistor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions resources/lab8fig/biased-transistor.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
% Process for creating PNG:
% 1 - Compile this document
% 2 - Download PDF
% 3 - Upload to https://cloudconvert.com/pdf-to-png
% 4 - Set Pixel Density to 600
% 5 - Download PNG file and upload to Overleaf

\documentclass[border=0.2cm]{standalone}
\usepackage{circuitikz,amsmath}

\standaloneenv{circuitikz}
\begin{document}

\begin{circuitikz}[american voltages]
\draw (0,0) node[npn](Q){};
\draw (Q.B) to [short,-o] ++(-1.7,0) node[anchor=east]{$V_B$};
\draw (Q.E) to [R, l=$R_E$] ++(0,-2) to ++(-1,0) node[ground]{}
to ++(-1,0) to [R, l=$R_2$,-*] ++(0,2.77) to [R, l=$R_1$] ++(0,2.77);
\draw (Q.C) to [short,*-o] ++(.5,0) node[anchor = west]{$V_C$};
\draw (Q.E) to [short,*-o] ++(.5,0) node[anchor=west]{$V_E$};
\draw (Q.C) to [R, l_=$R_C$] ++(0,2) coordinate(FT)
to [short, *-o] ++(.5,0) node[anchor = west]{$V_\text{supply}$} (FT) to ++(-2,0)
;
\end{circuitikz}



\end{document}



Binary file added resources/lab8fig/emitter-biased.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions resources/lab8fig/emitter-biased.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
% Process for creating PNG:
% 1 - Compile this document
% 2 - Download PDF
% 3 - Upload to https://cloudconvert.com/pdf-to-png
% 4 - Set Pixel Density to 600
% 5 - Download PNG file and upload to Overleaf

\documentclass[border=0.2cm]{standalone}
\usepackage{circuitikz,amsmath}

\standaloneenv{circuitikz}
\begin{document}

\begin{circuitikz}[american voltages]
\draw (0,0) node[npn](Q){};
\draw (Q.B) -- ++(-1.5,0) to [C, l=$C_\text{in}$,-o] ++(-1.5,0) node[anchor = east]{$V_\text{in}$};
\draw (Q.E) to [R, l=$R_E$] ++(0,-2) to ++(-1,0) node[ground]{}
to ++(-1,0) to [R, l=$R_2$,-*] ++(0,2.77) to [R, l=$R_1$] ++(0,2.77);
\draw (Q.C) to [short,*-o] ++(1,0) node[anchor = west]{$V_\text{out}$};
\draw (Q.C) to [R, l_=$R_C$] ++(0,2) coordinate(FT)
to [short, *-o] ++(1,0) node[anchor = west]{$V_\text{supply}$} (FT) to ++(-2,0)
;
\end{circuitikz}



\end{document}



Binary file added resources/lab8fig/emitter-decoupled.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/lab8fig/emittera-decoupled.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/lab8fig/emittera-full.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions resources/lab8fig/emittera.aux
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
\relax
\gdef \@abspage@last{1}
Loading

0 comments on commit d37e32a

Please sign in to comment.