

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
An assignment for students in the electrical and computer engineering department at the university of utah, focusing on spice simulation techniques for a common-emitter bipolar voltage amplifier. The assignment aims to prepare students for lab 2 by simulating the circuit's dc operating point, finding the highest input voltage without distortion, observing the frequency response, and creating a matlab bode plot.
Typology: Assignments
1 / 2
This page cannot be seen from the preview
Don't miss anything!


Assignment
The purpose of this assignment is to learn SPICE simulation techniques, but more importantly to prepare you for Lab 2. The values from this assignment will be compared to the measurements in Lab 2. You should complete the simulations before attempting the lab measurements. This will help you know what to look for and expect in Lab 2. Hopefully this will make your time in lab more efficient and allow you to learn more.
Create a .cir file for the following circuit. The model for the transistor is available on the class website. Number your nodes as indicated to maintain consistency with the rest of the class. This will make it easier to help you if you have questions.
Fig. 1. Single stage common-emitter bipolar voltage amplifier.
on the output. This should be really small, probably around 15mV or so. This number doesn’t need to be reported, just keep it in mind for Lab 2. Using the same simulation, report the gain at this frequency.
Once the simulation is working, set up your input file so that the AC data points get printed to your .out file. Using the data copied from your .out file (you may want to play around with the number of points per decade to make the number of points more manageable), create a MATLAB m-file to plot the data as a bode plot (magnitude in dB and phase in degrees). If you wish, you can simply edit out the text header and footer in the .out file, leaving only the data in columns. This file may be loaded into MATLAB directly as an array. The reason for using MATLAB is so that the SPICE simulation can be plotted with the measurements from Lab 2. Using either the SPICE plot or the MATLAB plot, find and report the high and low corner frequencies in Hz.
What to turn in