Laboratory 5: RC Circuits and Filtering

Size: px
Start display at page:

Download "Laboratory 5: RC Circuits and Filtering"

Transcription

1 5.1 Introduction Laboratory 5: ircuits and Filtering For this lab, you will be comparing the experimental behavior of a filter with analytical behavior modeled in MATLAB using Bode plots. During the lab period, you are going to build a circuit to analyze a first-order filter consisting of a resistor and a capacitor in series. You will then take eight sets of voltage readings for the output of the filter - each will be driven by a single frequency sinusoid, but the frequency will change. You will then compare their magnitude and phase ratios to those obtained by a transfer function. When finished with this lab, you will be able to perform experimental and theoretical analysis of basic filters. 5.2 In-Lab Assignment There are six main parts of this assignment that must be completed in the lab: (1) Logging into a DAQ machine and starting MATLAB (2) Starting a browser, then downloading and modifying the pre-written DAQ software (3) Building the circuit and wiring the measurements (4) Measuring responses to eight sine waves at different frequencies (5) Graphically comparing your results to analytical results from Maple (6) Transferring the data files to each member in the group (7) leaning up Once these parts are done, there will be several parts that may be completed outside of lab, including comparing the experimental results with the theory covered in class. Those sections will be done in groups of two (three if your lab group had to have three people) Logging In For this week you will only need one person in your group to log in to the DAQ computer (identified by the gray cable coming out of the back and connected to the B-68LP card), as you will be using this machine for taking data from the circuit. Whoever is sitting at the DAQ machine can log in using their own credentials. You should then start MATLAB 2015b on the P. After MATLAB has finished starting, make sure the working directory is empty Downloading Files Once that is done, start the Firefox browser (if possible; Explorer if not) and point it to: http :// classes. pratt. duke. edu / FILES / EG224 / DAQS / filter There will be two files for you to download - right-click on the name of each and save the files (either Save Link As... or Save Target As...) to the :\Users\NetID\Documents\MATLAB directory where NetID is the NetID of the person who logged in. Lab 5 1

2 5.2.3 Building the ircuit and Wiring the Measurements The circuit for this week will simply be a voltage source in parallel with a series combination of a resistor and a capacitor. Each group will have a different combination, so make sure to write down the nominal resistor and capacitor values you have as well as which envelope it came from. Make sure they match the label on the envelope and the table on the Pundit page, too. The circuit diagram is as follows: v v S v and you will be measuring the source voltage v s (t), the resistor voltage v (t), and the capacitor voltage v (t). The network listing and a more detailed circuit drawing including the specific lines and pins to use are in Section 5.7 on page Lab 5 6. Use the small white breadboard to build the circuit Measuring esponses to Eight Sine Waves at Different Frequencies Assuming you are primarily interested in knowing the voltage across the capacitor, the differential equation that models the circuit can be found using Kirchhoff s Voltage Law, and is: dv dt + v = v s For this lab, you are going to focus on obtaining data points to create your own experimental Bode magnitude and phase plots for this filter. To do this, you will be running a program called FreqFunction. The FreqFunction program will use the loop s controlling variable k to determine which of eight different angular frequencies to use for the input voltage sinusoid. The program will wait for you to hit return, then take data for either 5.5 periods of that sinusoid or five time constants of the circuit, whichever is longer. The latter is to make sure all the transients have gone away and that you see the A steady state response. You will notice at higher frequencies that the program takes more than 5.5 periods of data and you should also notice an overall exponential offset that goes away over time. After each run is taken, you should qualitatively determine if the waveforms on the screen match what you think should be happening with your particular values. You will do this two different ways. Verification Using Lab 4 After you have taken data at the highest frequency (300 rad/s), you should use your Maple program from Lab 4 to see if your results match. This would be a good job for a partner not at the DAQ machine. Log into the P, then use MobaXterm to log into an OIT machine. Bring up the Maple worksheet for Lab 4 and then save it with a new name. You will simply need to change the forcing function (most likely in a variable called NewSourceVals) and the duration (in your plot command). The forcing function in the first run will be sin(300 t). You can hard-code the duration based on the duration of your MATLAB graph. Once you have the Maple sheet working for ω = 300 rad/s and it looks like your MATLAB graph for the same set of circumstances, have a TA come by to verify that the graphs match and are correct. Your group cannot get credit for this lab without getting checked in for this verification step. After the first run is done, you should keep modifying the Maple worksheet by changing the frequency and the plot duration, the re-running the worksheet to make sure your Maple results closely match your MATLAB data. You will not be turning in anything from Maple, but again, your group cannot get credit for this lab without getting checked in for this verification step. Verification Using Transfer Function The transfer function between the input voltage and the capacitor voltage, for example, is: H(jω) = V 1 (jω) V s (jω) = jω 1 jω + = 1 jω + 1 = j ω 1/ = 1 jω + 1 Lab 5 2

3 depending on how you want to represent the various parts of the transfer function. From the perspective of a straightline approximation to the Bode magnitude plot, the corner frequency for the denominator term is ω corner = 1 - at significantly lower frequencies, nearly all the voltage will drop across the capacitor. At exactly this frequency, the magnitude ratio should be 1/ As the frequency increases, the peak capacitor voltage should continue to decline relative to the peak input voltage. The program takes data for the highest frequencies first since those runs are faster and you can make sure you are taking good data Saving Data The program will automatically store your data in files called Data_FFFF_EE_IDS. mat where FFFF is the angular frequency of the input sinusoid, EE is the envelope number, and IDS is the ID string. The program does not save the plots - you will copy another file into your OIT account both to help you obtain the particular data from the graphs and to create a single figure with the graphs you need. Before continuing, make sure the graphs make sense. The voltages should all be sinusoids, for example Transferring Files Once you have taken the data for the eight single frequency forcing functions, you have completed the data acquisition part of this assignment. At this point, each person in the group will need to put all eight data files as well as the data acquisition script (FreqFunction) into their own accounts. Use the SSH Secure File Transfer program to do this for each person. For instructions on how to transfer files, go to the Pundit page on Transferring Files. Each of you will want to create a lab5 directory in your OIT space for the course, then put the files in there. Once the first person has transferred the files over, that person should close the transfer window and let the other members of the group repeat the above process for themselves leaning Up Once you are sure that each member of the group has a complete set of valid files, delete all the items from the P s MATLAB directory, then empty the Windows ecycling Bin. For your circuit: make sure you have written down your envelope number and the values of the resistor and capacitor within it, then put the capacitor and resistor back in the numbered envelope and detach all the wires from the breadboard and B-68LP. Have a TA come by to verify that your MATLAB directory and ecycling Bin are empty and that you have the proper parts inventory; then return all the circuit parts to the front of the room. Please be especially careful to make sure the correct capacitor and resistor go in the envelope and that the envelope goes back into its tray. This concludes the portion of the laboratory that must be completed in B ollaboration Policy for This Assignment Please note - the rest of this work is a collaborative effort but must represent a collaboration. I forgot - what does collaboration mean? You are expected to work together on the programs that need to be written to produce your graphs, to work together on determining the answers to the various questions posed, and to work together on creating the final report. Be sure you know who your partners are and how to contact them, then set up a time early to get together and work on this assignment. Do not wait until the last minute and do not let yourself become the only person doing any work or the person doing no work. egardless of whose account is used to generate results and the report, a complete set of the final files (data, graphs, report, etc.) needs to exist in each person s account. Your group is certainly welcome - in fact, highly encouraged - to start the analysis portion of this assignment in B209. The following instructions are written assuming you are at a P in B209. Note that the lab5 directory should already exist, so the second command in step 3 should produce an error. Lab 5 3

4 5.4 Getting Started 1. Log into one of the Ps in the lab using your NET ID. 2. Start a browser and point it to heck out the Using the Ps to un Unix Programs emotely section for how to get connected and make sure the connection is working. 3. Once connected to a machine, switch into your EG 224 directory and create a lab5 directory inside it: cd EG224 mkdir lab5 4. Switch to your lab5 directory: cd lab5 5. Get the relevant tar file from Dr. G s web space: wget people.duke.edu/ mrg/eg224/lab5files.tar 6. Expand the files from the tar file: tar -kxvf lab5files.tar 5.5 Assignment The analysis portion consists primarily of comparing the theoretical magnitude ratios and phase shifts for the transfer function between the input voltage and the capacitor voltage to those obtained experimentally Frequency-Domain omparison For the analysis, you will be looking at the magnitude ratios and phase differences for pure sinusoids at different frequencies. To determine experimental data points for the frequency response of the circuit, you will need to examine the peak voltages of the capacitor and the total relative to one another. Note that the peak value for the source voltage should be 1 V in each case. First, use the applots code that was copied into your OIT account to look at the eight sinusoids. Follow the instructions to save your graph. Make sure that the relationship between the capacitor voltage and the total voltage makes sense as the frequency increases. Next, you will need to determine the magnitude ratios and phase shifts experimentally. To fill out the following data, you will plot the source and capacitor voltage as a function of time, zoom in to where you can see the last complete set of positive peaks for the voltages using the magnifying glass feature in MATLAB, then use the ginput command to pick points off the graph. To help, one of the scripts you copied into your OIT account - called GetPeaks - does much of this work for you. un the program and follow the directions it gives. The program will automatically save the voltage and time data - later, you will use the data to fill out the following table: ω v speak t speak v peak t peak = v peak v speak = 180 π ω(t speak t peak ) Note that the frequencies have relatively even logarithmic spacing. The ratio between one value and the one after it is between 0.4 and 0.5. Also - be sure that you are taking point from the same period - the resistor and capacitor peaks should be no more than a quarter-period away from the total peak. Lab 5 4

5 Your group should now write a MATLAB script that loads the data saved by GetPeaks. This code should then calculate the magnitude ratio and phase angle based on the value and timing of the peaks you measured. Your phase angle should be reported in degrees - this will become important when you compare your experimental values with the analytical ones. Next, in the same script, you will be creating two figures - one for the magnitude information and one for the phases. In the first figure, create a semilogx plot of 20 log 10 (G) versus the forcing function frequencies - since you only have eight data points, plot them as black circles. Does this graph make any sense given that you are plotting the magnitude ratio of the capacitor voltage as a function of frequency? If not - figure out why not. If the plot seems to make sense so far, however, you may proceed to the next step. MATLAB can determine the magnitude ratio and phase shifts for a transfer function with a command called bode. The bode command takes a transfer function and a frequency range as inputs and produces the magnitudes and phases as outputs. MATLAB generates transfer functions in a variety of ways - one of the easiest being the tf command. The tf command expects two inputs - the coefficients of the numerator and the coefficients of the denominator of a transfer function. In this case, the transfer function would be: so the code to create the transfer function is: = XXX ; = XXX ; s = tf s ); H = 1 / s** + 1) H(jω) = V (jω) V s (jω) = 1 jω + 1 The letter s that is used by tf is the frequency-space representation for a Laplace transform. It serves the same purpose as jω. For the bode command, generate a logarithmically-spaced array of between 1000 frequencies that span the same domain as the experiment and grab the outputs. Give the transfer function and this array as inputs and grab the outputs. For whatever reason, the output from bode is a 1x1xN matrix for a single transfer function taken over N frequencies, so there is a bit of trickery involved generating variables you can plot. Specifically, you have to squeeze the data. That is: Omega = logspace log10 1), log ), 1000); [HMag, HPhase, HOmega ] = bode H, Omega ); HMag = squeeze HMag ); HPhase = squeeze HPhase ); Note: the bode command calculates the phase angle in degrees. Now add a plot of the analytical magnitude ratios to the experimental graph created above - use a black line for this plot. Add a legend, labels, and a title. Finally, use the print command to save this plot. Next, follow a very similar procedure for plotting the experimental and theoretical phases (in degrees) on the same graph. In the lab report, you will include these two graphs as well as the code used to create them. You should also comment on how well or poorly the experimental data matches theory and any reasons you can think of for any discrepancies. Note that you do not need to include the text of the FreqFunction or apsplots codes. 5.6 Summary of Lab eport For the lab report, there will be a graph with all eight sinusoids from the FreqFunction run (made by the apsplots program), two Bode plots (one with the experimental and theoretical magnitudes and one with the experimental and theoretical phases), and a MATLAB script for performing and plotting the frequency-domain analysis. You will replicate the data table with the magnitude ratios and phase differences for the experiment. You will then use all the information at your disposal to answer the questions or respond to the comments in this assignment. There is a L A TEX skeleton for the lab report in the lab5 folder from which you copied files. While you are not explicitly required to use L A TEX, this skeleton will automatically bring in the MATLAB graphs and codes that you need as well as generate a table of contents and a list of figures. Even if you do not use the skeleton, you may want to use it as a point of reference for making sure you turn in all the parts of the lab. Lab 5 5

6 5.7 ircuit Diagrams and Network Listings Item First Second Note ES Pin F10 Pin F16 Your Value: kω AP Pin I16 Pin Y16 Your Value: µf ED1 Pin H10 Line L22 DA0OUT BLK1 Pin Y1 Line L55 AOGND BLK2 Pin Y5 Line L67 AIGND ED2 Pin I10 Line L33 AH1: vs GN1 Pin Y8 Line L66 AH9: vs ED3 Pin G10 Line L65 AH2: v GN2 Pin G16 Line L31 AH10: v ED4 Pin H16 Line L30 AH3: v GN3 Pin Y10 Line L63 AH11: v Table 5.1: Network Listing for ircuit Measurements AH2 v AH10 AH1 DA0OUT AH3 v S v AH9 AOGND, AIGND AH11 Figure 5.1: ircuit Diagram for ircuit Measurements Lab 5 6

Laboratory 7: Active Filters

Laboratory 7: Active Filters EGR 224L - Spring 208 7. Introduction Laboratory 7: Active Filters During this lab, you are going to use data files produced by two different low-pass filters to examine MATLAB s ability to predict transfer

More information

DAQ 2: Introduction to Data Acquisition: Analog I/O

DAQ 2: Introduction to Data Acquisition: Analog I/O EGR 53L - Fall 2009 DAQ 2: Introduction to Data Acquisition: Analog I/O 2.1 Introduction Now that you have seen how to use the DAQ cards to set and measure digital (on and off) voltages, we will look at

More information

Class #16: Experiment Matlab and Data Analysis

Class #16: Experiment Matlab and Data Analysis Class #16: Experiment Matlab and Data Analysis Purpose: The objective of this experiment is to add to our Matlab skill set so that data can be easily plotted and analyzed with simple tools. Background:

More information

George Mason University Signals and Systems I Spring 2016

George Mason University Signals and Systems I Spring 2016 George Mason University Signals and Systems I Spring 2016 Laboratory Project #4 Assigned: Week of March 14, 2016 Due Date: Laboratory Section, Week of April 4, 2016 Report Format and Guidelines for Laboratory

More information

Integrators, differentiators, and simple filters

Integrators, differentiators, and simple filters BEE 233 Laboratory-4 Integrators, differentiators, and simple filters 1. Objectives Analyze and measure characteristics of circuits built with opamps. Design and test circuits with opamps. Plot gain vs.

More information

Open Loop Frequency Response

Open Loop Frequency Response TAKE HOME LABS OKLAHOMA STATE UNIVERSITY Open Loop Frequency Response by Carion Pelton 1 OBJECTIVE This experiment will reinforce your understanding of the concept of frequency response. As part of the

More information

Experiment 2: Transients and Oscillations in RLC Circuits

Experiment 2: Transients and Oscillations in RLC Circuits Experiment 2: Transients and Oscillations in RLC Circuits Will Chemelewski Partner: Brian Enders TA: Nielsen See laboratory book #1 pages 5-7, data taken September 1, 2009 September 7, 2009 Abstract Transient

More information

Boise State University Department of Electrical and Computer Engineering ECE 212L Circuit Analysis and Design Lab

Boise State University Department of Electrical and Computer Engineering ECE 212L Circuit Analysis and Design Lab Objectives Boise State University Department of Electrical and Computer Engineering ECE L Circuit Analysis and Design Lab Experiment #0: Frequency esponse Measurements The objectives of this laboratory

More information

, answer the next six questions.

, answer the next six questions. Frequency Response Problems Conceptual Questions 1) T/F Given f(t) = A cos (ωt + θ): The amplitude of the output in sinusoidal steady-state increases as K increases and decreases as ω increases. 2) T/F

More information

EE 233 Circuit Theory Lab 3: First-Order Filters

EE 233 Circuit Theory Lab 3: First-Order Filters EE 233 Circuit Theory Lab 3: First-Order Filters Table of Contents 1 Introduction... 1 2 Precautions... 1 3 Prelab Exercises... 2 3.1 Inverting Amplifier... 3 3.2 Non-Inverting Amplifier... 4 3.3 Integrating

More information

BME 3512 Bioelectronics Laboratory Two - Passive Filters

BME 3512 Bioelectronics Laboratory Two - Passive Filters BME 35 Bioelectronics Laboratory Two - Passive Filters Learning Objectives: Understand the basic principles of passive filters. Laboratory Equipment: Agilent Oscilloscope Model 546A Agilent Function Generator

More information

EECS 216 Winter 2008 Lab 2: FM Detector Part I: Intro & Pre-lab Assignment

EECS 216 Winter 2008 Lab 2: FM Detector Part I: Intro & Pre-lab Assignment EECS 216 Winter 2008 Lab 2: Part I: Intro & Pre-lab Assignment c Kim Winick 2008 1 Introduction In the first few weeks of EECS 216, you learned how to determine the response of an LTI system by convolving

More information

ECE 3155 Experiment I AC Circuits and Bode Plots Rev. lpt jan 2013

ECE 3155 Experiment I AC Circuits and Bode Plots Rev. lpt jan 2013 Signature Name (print, please) Lab section # Lab partner s name (if any) Date(s) lab was performed ECE 3155 Experiment I AC Circuits and Bode Plots Rev. lpt jan 2013 In this lab we will demonstrate basic

More information

4 Experiment 4: DC Motor Voltage to Speed Transfer Function Estimation by Step Response and Frequency Response (Part 2)

4 Experiment 4: DC Motor Voltage to Speed Transfer Function Estimation by Step Response and Frequency Response (Part 2) 4 Experiment 4: DC Motor Voltage to Speed Transfer Function Estimation by Step Response and Frequency Response (Part 2) 4.1 Introduction This lab introduces new methods for estimating the transfer function

More information

STATION NUMBER: LAB SECTION: Filters. LAB 6: Filters ELECTRICAL ENGINEERING 43/100 INTRODUCTION TO MICROELECTRONIC CIRCUITS

STATION NUMBER: LAB SECTION: Filters. LAB 6: Filters ELECTRICAL ENGINEERING 43/100 INTRODUCTION TO MICROELECTRONIC CIRCUITS Lab 6: Filters YOUR EE43/100 NAME: Spring 2013 YOUR PARTNER S NAME: YOUR SID: YOUR PARTNER S SID: STATION NUMBER: LAB SECTION: Filters LAB 6: Filters Pre- Lab GSI Sign- Off: Pre- Lab: /40 Lab: /60 Total:

More information

Experiment 1.A. Working with Lab Equipment. ECEN 2270 Electronics Design Laboratory 1

Experiment 1.A. Working with Lab Equipment. ECEN 2270 Electronics Design Laboratory 1 .A Working with Lab Equipment Electronics Design Laboratory 1 1.A.0 1.A.1 3 1.A.4 Procedures Turn in your Pre Lab before doing anything else Setup the lab waveform generator to output desired test waveforms,

More information

DC and AC Circuits. Objective. Theory. 1. Direct Current (DC) R-C Circuit

DC and AC Circuits. Objective. Theory. 1. Direct Current (DC) R-C Circuit [International Campus Lab] Objective Determine the behavior of resistors, capacitors, and inductors in DC and AC circuits. Theory ----------------------------- Reference -------------------------- Young

More information

EE 233 Circuit Theory Lab 2: Amplifiers

EE 233 Circuit Theory Lab 2: Amplifiers EE 233 Circuit Theory Lab 2: Amplifiers Table of Contents 1 Introduction... 1 2 Precautions... 1 3 Prelab Exercises... 2 3.1 LM348N Op-amp Parameters... 2 3.2 Voltage Follower Circuit Analysis... 2 3.2.1

More information

EE 462G Laboratory #1 Measuring Capacitance

EE 462G Laboratory #1 Measuring Capacitance EE 462G Laboratory #1 Measuring Capacitance Drs. A.V. Radun and K.D. Donohue (1/24/07) Department of Electrical and Computer Engineering University of Kentucky Lexington, KY 40506 Updated 8/31/2007 by

More information

AC CURRENTS, VOLTAGES, FILTERS, and RESONANCE

AC CURRENTS, VOLTAGES, FILTERS, and RESONANCE July 22, 2008 AC Currents, Voltages, Filters, Resonance 1 Name Date Partners AC CURRENTS, VOLTAGES, FILTERS, and RESONANCE V(volts) t(s) OBJECTIVES To understand the meanings of amplitude, frequency, phase,

More information

ωc ωc sin(wt 90o ) (for a capacitance) (4)

ωc ωc sin(wt 90o ) (for a capacitance) (4) Physics'241'Signal'Processing:'Lab'3' Sinusoidal esponse of, L ircuits In the previous lab, we studied the behavior of series combinations of and L circuits with input square and triangular waveforms.

More information

Experiment Guide: RC/RLC Filters and LabVIEW

Experiment Guide: RC/RLC Filters and LabVIEW Description and ackground Experiment Guide: RC/RLC Filters and LabIEW In this lab you will (a) manipulate instruments manually to determine the input-output characteristics of an RC filter, and then (b)

More information

Rotary Motion Servo Plant: SRV02. Rotary Experiment #03: Speed Control. SRV02 Speed Control using QuaRC. Student Manual

Rotary Motion Servo Plant: SRV02. Rotary Experiment #03: Speed Control. SRV02 Speed Control using QuaRC. Student Manual Rotary Motion Servo Plant: SRV02 Rotary Experiment #03: Speed Control SRV02 Speed Control using QuaRC Student Manual Table of Contents 1. INTRODUCTION...1 2. PREREQUISITES...1 3. OVERVIEW OF FILES...2

More information

Step Response of RC Circuits

Step Response of RC Circuits EE 233 Laboratory-1 Step Response of RC Circuits 1 Objectives Measure the internal resistance of a signal source (eg an arbitrary waveform generator) Measure the output waveform of simple RC circuits excited

More information

EECS40 RLC Lab guide

EECS40 RLC Lab guide EECS40 RLC Lab guide Introduction Second-Order Circuits Second order circuits have both inductor and capacitor components, which produce one or more resonant frequencies, ω0. In general, a differential

More information

FREQUENCY RESPONSE AND PASSIVE FILTERS LABORATORY

FREQUENCY RESPONSE AND PASSIVE FILTERS LABORATORY FREQUENCY RESPONSE AND PASSIVE FILTERS LABORATORY In this experiment we will analytically determine and measure the frequency response of networks containing resistors, AC source/sources, and energy storage

More information

SECTION 7: FREQUENCY DOMAIN ANALYSIS. MAE 3401 Modeling and Simulation

SECTION 7: FREQUENCY DOMAIN ANALYSIS. MAE 3401 Modeling and Simulation SECTION 7: FREQUENCY DOMAIN ANALYSIS MAE 3401 Modeling and Simulation 2 Response to Sinusoidal Inputs Frequency Domain Analysis Introduction 3 We ve looked at system impulse and step responses Also interested

More information

Lab 8 - INTRODUCTION TO AC CURRENTS AND VOLTAGES

Lab 8 - INTRODUCTION TO AC CURRENTS AND VOLTAGES 08-1 Name Date Partners ab 8 - INTRODUCTION TO AC CURRENTS AND VOTAGES OBJECTIVES To understand the meanings of amplitude, frequency, phase, reactance, and impedance in AC circuits. To observe the behavior

More information

Operational Amplifiers 2 Active Filters ReadMeFirst

Operational Amplifiers 2 Active Filters ReadMeFirst Operational Amplifiers 2 Active Filters ReadMeFirst Lab Summary In this lab you will build two active filters on a breadboard, using an op-amp, resistors, and capacitors, and take data for the magnitude

More information

Engineering 3821 Fall Pspice TUTORIAL 1. Prepared by: J. Tobin (Class of 2005) B. Jeyasurya E. Gill

Engineering 3821 Fall Pspice TUTORIAL 1. Prepared by: J. Tobin (Class of 2005) B. Jeyasurya E. Gill Engineering 3821 Fall 2003 Pspice TUTORIAL 1 Prepared by: J. Tobin (Class of 2005) B. Jeyasurya E. Gill 2 INTRODUCTION The PSpice program is a member of the SPICE (Simulation Program with Integrated Circuit

More information

MTE 360 Automatic Control Systems University of Waterloo, Department of Mechanical & Mechatronics Engineering

MTE 360 Automatic Control Systems University of Waterloo, Department of Mechanical & Mechatronics Engineering MTE 36 Automatic Control Systems University of Waterloo, Department of Mechanical & Mechatronics Engineering Laboratory #1: Introduction to Control Engineering In this laboratory, you will become familiar

More information

EXPERIMENT 4: RC, RL and RD CIRCUITs

EXPERIMENT 4: RC, RL and RD CIRCUITs EXPERIMENT 4: RC, RL and RD CIRCUITs Equipment List Resistor, one each of o 330 o 1k o 1.5k o 10k o 100k o 1000k 0.F Ceramic Capacitor 4700H Inductor LED and 1N4004 Diode. Introduction We have studied

More information

Lab 6: Building a Function Generator

Lab 6: Building a Function Generator ECE 212 Spring 2010 Circuit Analysis II Names: Lab 6: Building a Function Generator Objectives In this lab exercise you will build a function generator capable of generating square, triangle, and sine

More information

EE2210 Laboratory Project 1 Fall 2013 Function Generator and Oscilloscope

EE2210 Laboratory Project 1 Fall 2013 Function Generator and Oscilloscope EE2210 Laboratory Project 1 Fall 2013 Function Generator and Oscilloscope For students to become more familiar with oscilloscopes and function generators. Pre laboratory Work Read the TDS 210 Oscilloscope

More information

EE 210 Lab Exercise #5: OP-AMPS I

EE 210 Lab Exercise #5: OP-AMPS I EE 210 Lab Exercise #5: OP-AMPS I ITEMS REQUIRED EE210 crate, DMM, EE210 parts kit, T-connector, 50Ω terminator, Breadboard Lab report due at the ASSIGNMENT beginning of the next lab period Data and results

More information

CHAPTER 9. Sinusoidal Steady-State Analysis

CHAPTER 9. Sinusoidal Steady-State Analysis CHAPTER 9 Sinusoidal Steady-State Analysis 9.1 The Sinusoidal Source A sinusoidal voltage source (independent or dependent) produces a voltage that varies sinusoidally with time. A sinusoidal current source

More information

ECE 2006 University of Minnesota Duluth Lab 11. AC Circuits

ECE 2006 University of Minnesota Duluth Lab 11. AC Circuits 1. Objective AC Circuits In this lab, the student will study sinusoidal voltages and currents in order to understand frequency, period, effective value, instantaneous power and average power. Also, the

More information

Build Your Own Bose WaveRadio Bass Preamp Active Filter Design

Build Your Own Bose WaveRadio Bass Preamp Active Filter Design EE230 Filter Laboratory Build Your Own Bose WaveRadio Bass Preamp Active Filter Design Objectives 1) Design an active filter on paper to meet a particular specification 2) Verify your design using Spice

More information

EECS 216 Winter 2008 Lab 2: FM Detector Part II: In-Lab & Post-Lab Assignment

EECS 216 Winter 2008 Lab 2: FM Detector Part II: In-Lab & Post-Lab Assignment EECS 216 Winter 2008 Lab 2: Part II: In-Lab & Post-Lab Assignment c Kim Winick 2008 1 Background DIGITAL vs. ANALOG communication. Over the past fifty years, there has been a transition from analog to

More information

sin(wt) y(t) Exciter Vibrating armature ENME599 1

sin(wt) y(t) Exciter Vibrating armature ENME599 1 ENME599 1 LAB #3: Kinematic Excitation (Forced Vibration) of a SDOF system Students must read the laboratory instruction manual prior to the lab session. The lab report must be submitted in the beginning

More information

Experiment 2: Electronic Enhancement of S/N and Boxcar Filtering

Experiment 2: Electronic Enhancement of S/N and Boxcar Filtering Experiment 2: Electronic Enhancement of S/N and Boxcar Filtering Synopsis: A simple waveform generator will apply a triangular voltage ramp through an R/C circuit. A storage digital oscilloscope, or an

More information

Mechatronics. Analog and Digital Electronics: Studio Exercises 1 & 2

Mechatronics. Analog and Digital Electronics: Studio Exercises 1 & 2 Mechatronics Analog and Digital Electronics: Studio Exercises 1 & 2 There is an electronics revolution taking place in the industrialized world. Electronics pervades all activities. Perhaps the most important

More information

ET 304A Laboratory Tutorial-Circuitmaker For Transient and Frequency Analysis

ET 304A Laboratory Tutorial-Circuitmaker For Transient and Frequency Analysis ET 304A Laboratory Tutorial-Circuitmaker For Transient and Frequency Analysis All circuit simulation packages that use the Pspice engine allow users to do complex analysis that were once impossible to

More information

Lab 1: Simulating Control Systems with Simulink and MATLAB

Lab 1: Simulating Control Systems with Simulink and MATLAB Lab 1: Simulating Control Systems with Simulink and MATLAB EE128: Feedback Control Systems Fall, 2006 1 Simulink Basics Simulink is a graphical tool that allows us to simulate feedback control systems.

More information

EE 422G - Signals and Systems Laboratory

EE 422G - Signals and Systems Laboratory EE 422G - Signals and Systems Laboratory Lab 3 FIR Filters Written by Kevin D. Donohue Department of Electrical and Computer Engineering University of Kentucky Lexington, KY 40506 September 19, 2015 Objectives:

More information

Experiment 5.A. Basic Wireless Control. ECEN 2270 Electronics Design Laboratory 1

Experiment 5.A. Basic Wireless Control. ECEN 2270 Electronics Design Laboratory 1 .A Basic Wireless Control ECEN 2270 Electronics Design Laboratory 1 Procedures 5.A.0 5.A.1 5.A.2 5.A.3 5.A.4 5.A.5 5.A.6 Turn in your pre lab before doing anything else. Receiver design band pass filter

More information

Experiment 8 Frequency Response

Experiment 8 Frequency Response Experiment 8 Frequency Response W.T. Yeung, R.A. Cortina, and R.T. Howe UC Berkeley EE 105 Spring 2005 1.0 Objective This lab will introduce the student to frequency response of circuits. The student will

More information

Precalculations Individual Portion Introductory Lab: Basic Operation of Common Laboratory Instruments

Precalculations Individual Portion Introductory Lab: Basic Operation of Common Laboratory Instruments Name: Date of lab: Section number: M E 345. Lab 1 Precalculations Individual Portion Introductory Lab: Basic Operation of Common Laboratory Instruments Precalculations Score (for instructor or TA use only):

More information

BME 3512 Bioelectronics Laboratory Six - Active Filters

BME 3512 Bioelectronics Laboratory Six - Active Filters BME 5 Bioelectronics Laboratory Six - Active Filters Learning Objectives: Understand the basic principles of active filters. Describe the differences between active and passive filters. Laboratory Equipment:

More information

EK307 Passive Filters and Steady State Frequency Response

EK307 Passive Filters and Steady State Frequency Response EK307 Passive Filters and Steady State Frequency Response Laboratory Goal: To explore the properties of passive signal-processing filters Learning Objectives: Passive filters, Frequency domain, Bode plots

More information

Xcircuit and Spice. February 26, 2007

Xcircuit and Spice. February 26, 2007 Xcircuit and Spice February 26, 2007 This week we are going to start with a new tool, namely Spice. Spice is a circuit simulator. The variant of spice we will use here is called Spice-Opus, and is a combined

More information

UC Berkeley, EECS Department

UC Berkeley, EECS Department UC Berkeley, EECS Department B. Boser EECS 4 Lab LAB5: Boost Voltage Supply UID: Boost Converters We have tried to use resistors (voltage dividers) to transform voltages but found that these solutions

More information

ECEN 325 Lab 5: Operational Amplifiers Part III

ECEN 325 Lab 5: Operational Amplifiers Part III ECEN Lab : Operational Amplifiers Part III Objectives The purpose of the lab is to study some of the opamp configurations commonly found in practical applications and also investigate the non-idealities

More information

I. Introduction to Simple Circuits of Resistors

I. Introduction to Simple Circuits of Resistors 2 Problem Set for Dr. Todd Huffman Michaelmas Term I. Introduction to Simple ircuits of esistors 1. For the following circuit calculate the currents through and voltage drops across all resistors. The

More information

Time-Varying Signals

Time-Varying Signals Time-Varying Signals Objective This lab gives a practical introduction to signals that varies with time using the components such as: 1. Arbitrary Function Generator 2. Oscilloscopes The grounding issues

More information

Experiment 18: Driven RLC Circuit

Experiment 18: Driven RLC Circuit MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Physics 8. Spring 3 Experiment 8: Driven LC Circuit OBJECTIVES To measure the resonance frequency and the quality factor of a driven LC circuit INTODUCTION

More information

Experiment #3: Experimenting with Resistor Circuits

Experiment #3: Experimenting with Resistor Circuits Name/NetID: Experiment #3: Experimenting with Resistor Circuits Laboratory Outline During the semester, the lecture will provide some of the mathematical underpinnings of circuit theory. The laboratory

More information

ECEn 487 Digital Signal Processing Laboratory. Lab 3 FFT-based Spectrum Analyzer

ECEn 487 Digital Signal Processing Laboratory. Lab 3 FFT-based Spectrum Analyzer ECEn 487 Digital Signal Processing Laboratory Lab 3 FFT-based Spectrum Analyzer Due Dates This is a three week lab. All TA check off must be completed by Friday, March 14, at 3 PM or the lab will be marked

More information

CHAPTER 6 INTRODUCTION TO SYSTEM IDENTIFICATION

CHAPTER 6 INTRODUCTION TO SYSTEM IDENTIFICATION CHAPTER 6 INTRODUCTION TO SYSTEM IDENTIFICATION Broadly speaking, system identification is the art and science of using measurements obtained from a system to characterize the system. The characterization

More information

RC Circuit Activity. Retrieve a power cord and a voltage sensor from the wire rack hanging on the wall in the lab room.

RC Circuit Activity. Retrieve a power cord and a voltage sensor from the wire rack hanging on the wall in the lab room. Purpose RC Circuit Activity Using an RC circuit, students will determine time constants by varying the resistance of the circuit and analyzing the exponential decay. After determining several time constants,

More information

Lab 2: Introduction to Real Time Workshop

Lab 2: Introduction to Real Time Workshop Lab 2: Introduction to Real Time Workshop 1 Introduction In this lab, you will be introduced to the experimental equipment. What you learn in this lab will be essential in each subsequent lab. Document

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Physics 8.02 Spring Experiment 11: Driven RLC Circuit

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Physics 8.02 Spring Experiment 11: Driven RLC Circuit MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Physics 8.2 Spring 24 Experiment 11: Driven LC Circuit OBJECTIVES 1. To measure the resonance frequency and the quality factor of a driven LC circuit.

More information

Lab 6: MOSFET AMPLIFIER

Lab 6: MOSFET AMPLIFIER Lab 6: MOSFET AMPLIFIER NOTE: This is a "take home" lab. You are expected to do the lab on your own time (still working with your lab partner) and then submit your lab reports. Lab instructors will be

More information

Lab 7 PSpice: Time Domain Analysis

Lab 7 PSpice: Time Domain Analysis Lab 7 PSpice: Time Domain Analysis OBJECTIVES 1. Use PSpice Circuit Simulator to simulate circuits containing capacitors and inductors in the time domain. 2. Practice using a switch, and a Pulse & Sinusoidal

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Physics 8.02 Spring 2005 Experiment 10: LR and Undriven LRC Circuits

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Physics 8.02 Spring 2005 Experiment 10: LR and Undriven LRC Circuits MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Physics 8.0 Spring 005 Experiment 10: LR and Undriven LRC Circuits OBJECTIVES 1. To determine the inductance L and internal resistance R L of a coil,

More information

Proportional-Integral Controller Performance

Proportional-Integral Controller Performance Proportional-Integral Controller Performance Silver Team Jonathan Briere ENGR 329 Dr. Henry 4/1/21 Silver Team Members: Jordan Buecker Jonathan Briere John Colvin 1. Introduction Modeling for the response

More information

Each individual is to report on the design, simulations, construction, and testing according to the reporting guidelines attached.

Each individual is to report on the design, simulations, construction, and testing according to the reporting guidelines attached. EE 352 Design Project Spring 2015 FM Receiver Revision 0, 03-02-15 Interim report due: Friday April 3, 2015, 5:00PM Project Demonstrations: April 28, 29, 30 during normal lab section times Final report

More information

LRC Circuit PHYS 296 Your name Lab section

LRC Circuit PHYS 296 Your name Lab section LRC Circuit PHYS 296 Your name Lab section PRE-LAB QUIZZES 1. What will we investigate in this lab? 2. Figure 1 on the following page shows an LRC circuit with the resistor of 1 Ω, the capacitor of 33

More information

ECE ECE285. Electric Circuit Analysis I. Spring Nathalia Peixoto. Rev.2.0: Rev Electric Circuits I

ECE ECE285. Electric Circuit Analysis I. Spring Nathalia Peixoto. Rev.2.0: Rev Electric Circuits I ECE285 Electric Circuit Analysis I Spring 2014 Nathalia Peixoto Rev.2.0: 140124. Rev 2.1. 140813 1 Lab reports Background: these 9 experiments are designed as simple building blocks (like Legos) and students

More information

Experiment VI: The LRC Circuit and Resonance

Experiment VI: The LRC Circuit and Resonance Experiment VI: The ircuit and esonance I. eferences Halliday, esnick and Krane, Physics, Vol., 4th Ed., hapters 38,39 Purcell, Electricity and Magnetism, hapter 7,8 II. Equipment Digital Oscilloscope Digital

More information

Lab P-4: AM and FM Sinusoidal Signals. We have spent a lot of time learning about the properties of sinusoidal waveforms of the form: ) X

Lab P-4: AM and FM Sinusoidal Signals. We have spent a lot of time learning about the properties of sinusoidal waveforms of the form: ) X DSP First, 2e Signal Processing First Lab P-4: AM and FM Sinusoidal Signals Pre-Lab and Warm-Up: You should read at least the Pre-Lab and Warm-up sections of this lab assignment and go over all exercises

More information

ECEN Network Analysis Section 3. Laboratory Manual

ECEN Network Analysis Section 3. Laboratory Manual ECEN 3714----Network Analysis Section 3 Laboratory Manual LAB 07: Active Low Pass Filter Oklahoma State University School of Electrical and Computer Engineering. Section 3 Laboratory manual - 1 - Spring

More information

Lab 3: AC Low pass filters (version 1.3)

Lab 3: AC Low pass filters (version 1.3) Lab 3: AC Low pass filters (version 1.3) WARNING: Use electrical test equipment with care! Always double-check connections before applying power. Look for short circuits, which can quickly destroy expensive

More information

Massachusetts Institute of Technology Dept. of Electrical Engineering and Computer Science Fall Semester, Introduction to EECS 2

Massachusetts Institute of Technology Dept. of Electrical Engineering and Computer Science Fall Semester, Introduction to EECS 2 Massachusetts Institute of Technology Dept. of Electrical Engineering and Computer Science Fall Semester, 2006 6.082 Introduction to EECS 2 Lab #2: Time-Frequency Analysis Goal:... 3 Instructions:... 3

More information

Filter Design, Active Filters & Review. EGR 220, Chapter 14.7, December 14, 2017

Filter Design, Active Filters & Review. EGR 220, Chapter 14.7, December 14, 2017 Filter Design, Active Filters & Review EGR 220, Chapter 14.7, 14.11 December 14, 2017 Overview ² Passive filters (no op amps) ² Design examples ² Active filters (use op amps) ² Course review 2 Example:

More information

DSP First Lab 03: AM and FM Sinusoidal Signals. We have spent a lot of time learning about the properties of sinusoidal waveforms of the form: k=1

DSP First Lab 03: AM and FM Sinusoidal Signals. We have spent a lot of time learning about the properties of sinusoidal waveforms of the form: k=1 DSP First Lab 03: AM and FM Sinusoidal Signals Pre-Lab and Warm-Up: You should read at least the Pre-Lab and Warm-up sections of this lab assignment and go over all exercises in the Pre-Lab section before

More information

Knowledge Integration Module 2 Fall 2016

Knowledge Integration Module 2 Fall 2016 Knowledge Integration Module 2 Fall 2016 1 Basic Information: The knowledge integration module 2 or KI-2 is a vehicle to help you better grasp the commonality and correlations between concepts covered

More information

LABORATORY 4. Palomar College ENGR210 Spring 2017 ASSIGNED: 3/21/17

LABORATORY 4. Palomar College ENGR210 Spring 2017 ASSIGNED: 3/21/17 LABORATORY 4 ASSIGNED: 3/21/17 OBJECTIVE: The purpose of this lab is to evaluate the transient and steady-state circuit response of first order and second order circuits. MINIMUM EQUIPMENT LIST: You will

More information

Instruction Manual for Concept Simulators. Signals and Systems. M. J. Roberts

Instruction Manual for Concept Simulators. Signals and Systems. M. J. Roberts Instruction Manual for Concept Simulators that accompany the book Signals and Systems by M. J. Roberts March 2004 - All Rights Reserved Table of Contents I. Loading and Running the Simulators II. Continuous-Time

More information

LABORATORY 3 v1 CIRCUIT ELEMENTS

LABORATORY 3 v1 CIRCUIT ELEMENTS University of California Berkeley Department of Electrical Engineering and Computer Sciences EECS 100, Professor Bernhard Boser LABORATORY 3 v1 CIRCUIT ELEMENTS The purpose of this laboratory is to familiarize

More information

Fourier Signal Analysis

Fourier Signal Analysis Part 1B Experimental Engineering Integrated Coursework Location: Baker Building South Wing Mechanics Lab Experiment A4 Signal Processing Fourier Signal Analysis Please bring the lab sheet from 1A experiment

More information

Real Analog - Circuits 1 Chapter 11: Lab Projects

Real Analog - Circuits 1 Chapter 11: Lab Projects Real Analog - Circuits 1 Chapter 11: Lab Projects 11.2.1: Signals with Multiple Frequency Components Overview: In this lab project, we will calculate the magnitude response of an electrical circuit and

More information

Laboratory 9. Required Components: Objectives. Optional Components: Operational Amplifier Circuits (modified from lab text by Alciatore)

Laboratory 9. Required Components: Objectives. Optional Components: Operational Amplifier Circuits (modified from lab text by Alciatore) Laboratory 9 Operational Amplifier Circuits (modified from lab text by Alciatore) Required Components: 1x 741 op-amp 2x 1k resistors 4x 10k resistors 1x l00k resistor 1x 0.1F capacitor Optional Components:

More information

PHYSICS 330 LAB Operational Amplifier Frequency Response

PHYSICS 330 LAB Operational Amplifier Frequency Response PHYSICS 330 LAB Operational Amplifier Frequency Response Objectives: To measure and plot the frequency response of an operational amplifier circuit. History: Operational amplifiers are among the most widely

More information

STUDY OF RC AND RL CIRCUITS Venue: Microelectronics Laboratory in E2 L2

STUDY OF RC AND RL CIRCUITS Venue: Microelectronics Laboratory in E2 L2 EXPERIMENT #1 STUDY OF RC AND RL CIRCUITS Venue: Microelectronics Laboratory in E2 L2 I. INTRODUCTION This laboratory is about verifying the transient behavior of RC and RL circuits. You need to revise

More information

Experiment 7: Undriven & Driven RLC Circuits

Experiment 7: Undriven & Driven RLC Circuits MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Physics 8.02 Spring 2006 OBJECTIVES Experiment 7: Undriven & Driven RLC Circuits 1. To explore the time dependent behavior of RLC Circuits, both driven

More information

Series and Parallel Resonance

Series and Parallel Resonance School of Engineering Department of Electrical and Computer Engineering 33:4 Principles of Electrical Engineering II aboratory Experiment 1 Series and Parallel esonance 1 Introduction Objectives To introduce

More information

Midterm 1. Total. Name of Student on Your Left: Name of Student on Your Right: EE 20N: Structure and Interpretation of Signals and Systems

Midterm 1. Total. Name of Student on Your Left: Name of Student on Your Right: EE 20N: Structure and Interpretation of Signals and Systems EE 20N: Structure and Interpretation of Signals and Systems Midterm 1 12:40-2:00, February 19 Notes: There are five questions on this midterm. Answer each question part in the space below it, using the

More information

Experiment Number 2. Revised: Fall 2018 PLECS RC, RL, and RLC Simulations

Experiment Number 2. Revised: Fall 2018 PLECS RC, RL, and RLC Simulations Experiment Number 2 Revised: Fall 2018 PLECS RC, RL, and RLC Simulations Preface: Experiment number 2 will be held in CLC room 105, 106, or 107. Your TA will let you know Preliminary exercises are to be

More information

POLYTECHNIC UNIVERSITY Electrical Engineering Department. EE SOPHOMORE LABORATORY Experiment 5 RC Circuits Frequency Response

POLYTECHNIC UNIVERSITY Electrical Engineering Department. EE SOPHOMORE LABORATORY Experiment 5 RC Circuits Frequency Response POLYTECHNIC UNIVERSITY Electrical Engineering Department EE SOPHOMORE LORTORY Eperiment 5 RC Circuits Frequency Response Modified for Physics 18, rooklyn College I. Overview of Eperiment In this eperiment

More information

Experiment Number 2. Revised: Summer 2013 PLECS RC, RL, and RLC Simulations

Experiment Number 2. Revised: Summer 2013 PLECS RC, RL, and RLC Simulations Preface: Experiment Number 2 Revised: Summer 2013 PLECS RC, RL, and RLC Simulations Preliminary exercises are to be done and submitted individually Laboratory simulation exercises are to be done individually

More information

Department of Electrical & Computer Engineering Technology. EET 3086C Circuit Analysis Laboratory Experiments. Masood Ejaz

Department of Electrical & Computer Engineering Technology. EET 3086C Circuit Analysis Laboratory Experiments. Masood Ejaz Department of Electrical & Computer Engineering Technology EET 3086C Circuit Analysis Laboratory Experiments Masood Ejaz Experiment # 1 DC Measurements of a Resistive Circuit and Proof of Thevenin Theorem

More information

BME/ISE 3511 Laboratory One - Laboratory Equipment for Measurement. Introduction to biomedical electronic laboratory instrumentation and measurements.

BME/ISE 3511 Laboratory One - Laboratory Equipment for Measurement. Introduction to biomedical electronic laboratory instrumentation and measurements. BME/ISE 3511 Laboratory One - Laboratory Equipment for Measurement Learning Objectives: Introduction to biomedical electronic laboratory instrumentation and measurements. Supplies and Components: Breadboard

More information

LABORATORY 7 v2 BOOST CONVERTER

LABORATORY 7 v2 BOOST CONVERTER University of California Berkeley Department of Electrical Engineering and Computer Sciences EECS 100, Professor Bernhard Boser LABORATORY 7 v2 BOOST CONVERTER In many situations circuits require a different

More information

Laboratory Project 4: Frequency Response and Filters

Laboratory Project 4: Frequency Response and Filters 2240 Laboratory Project 4: Frequency Response and Filters K. Durney and N. E. Cotter Electrical and Computer Engineering Department University of Utah Salt Lake City, UT 84112 Abstract-You will build a

More information

Laboratory Project 1a: Power-Indicator LED's

Laboratory Project 1a: Power-Indicator LED's 2240 Laboratory Project 1a: Power-Indicator LED's Abstract-You will construct and test two LED power-indicator circuits for your breadboard in preparation for building the Electromyogram circuit in Lab

More information

EK307 Active Filters and Steady State Frequency Response

EK307 Active Filters and Steady State Frequency Response EK307 Active Filters and Steady State Frequency Response Laboratory Goal: To explore the properties of active signal-processing filters Learning Objectives: Active Filters, Op-Amp Filters, Bode plots Suggested

More information

Laboratory Assignment 2 Signal Sampling, Manipulation, and Playback

Laboratory Assignment 2 Signal Sampling, Manipulation, and Playback Laboratory Assignment 2 Signal Sampling, Manipulation, and Playback PURPOSE This lab will introduce you to the laboratory equipment and the software that allows you to link your computer to the hardware.

More information

AC Circuits INTRODUCTION DISCUSSION OF PRINCIPLES. Resistance in an AC Circuit

AC Circuits INTRODUCTION DISCUSSION OF PRINCIPLES. Resistance in an AC Circuit AC Circuits INTRODUCTION The study of alternating current 1 (AC) in physics is very important as it has practical applications in our daily lives. As the name implies, the current and voltage change directions

More information

Simple Oscillators. OBJECTIVES To observe some general properties of oscillatory systems. To demonstrate the use of an RLC circuit as a filter.

Simple Oscillators. OBJECTIVES To observe some general properties of oscillatory systems. To demonstrate the use of an RLC circuit as a filter. Simple Oscillators Some day the program director will attain the intelligent skill of the engineers who erected his towers and built the marvel he now so ineptly uses. Lee De Forest (1873-1961) OBJETIVES

More information