THE PENNSYLVANIA STATE UNIVERSITY. Lab 2: Designing Optical Theremin Instrument. EE 300W Section 001. Nathaniel Houtz, Ji Eun Shin, Peter Wu 2/22/2013

Size: px
Start display at page:

Download "THE PENNSYLVANIA STATE UNIVERSITY. Lab 2: Designing Optical Theremin Instrument. EE 300W Section 001. Nathaniel Houtz, Ji Eun Shin, Peter Wu 2/22/2013"

Transcription

1 THE PENNSYLVANIA STATE UNIVERSITY Lab 2: Designing Optical Theremin Instrument EE 300W Section 001 Nathaniel Houtz, Ji Eun Shin, Peter Wu 2/22/2013

2 1 ABSTRACT A simple Theremin must be able to produce a highly user-customizable output signal from two relatively plain input signals. Since multiple subsystems within the Theremin are required to provide the needed signal modifications, thorough planning and designing are necessary for this system to function correctly. Unlike a conventional Theremin that is hardware intensive, the photodiode Theremin built in Lab 2 is software intensive. This leads to a simplified circuit design, but results in a more complicated program design. The physical circuit constructed on a bread board consists of two photodiodes connected to an op amp configured to function as a current-to-voltage converter. This circuit produces two signals that are then read by a NI mydaq and modified using LabVIEW. In order for the Theremin to operate correctly, the input signals, which vary with light intensity, had to be manipulated so that they could serve as frequency and amplitude control signals for a sine wave simulator. Ultimately, the user will be able to control many aspects of the output signal such as the frequency range and the gain of the photodiodes. However, the more capabilities we incorporate into the system the more complex it becomes. This is why it is imperative that this photodiode Theremin not only be designed to work well, but also designed for easy operation. INTRODUCTION In this design project, the problem statement is to create an optical Theremin through a photo detector circuit and LabVIEW programming. A Theremin is an electronic musical instrument that has its volume and pitch controlled without any physical contact from the user. One will design circuitry to measure the current that is produced by the photodiodes and use this in combination with LabVIEW signal processing to produce a sinusoidal audio tone to be outputted by the NI mydaq. By controlling the amount of light entering the photodiodes, in the operational amplifier circuit, the user will be able to control both the volume and pitch of the Theremin. The other high level design requirements include allowing the user to configure the intensity range seen by each sensor and the range of audio tones generated. The design interface requirements with NI mydaq and LabVIEW include the ability to generate a sinusoidal audio signal from the mydaq and the ability to adjust the amplitude and frequency ranges of the audio signal through LabVIEW s front panel window. Additional LabVIEW front panel requirements define the adjustable user settings for the design. These project requirements include having an adjustable maximum and minimum light intensity level for each detector, a front panel, user-adjustable range of frequencies that the Theremin produces, the front panel displays for the normalized pitch waveform as a function of time, and the normalized volume waveform as a function of time. Waveform charts of the light intensities detected by each photodiode as a function of time must also be included. For the second part of this lab, one has to create an auto-tune feature for the optical Theremin that will tune a specific pitch to a tone in the equal-tempered scale. This auto-tune feature can be turned on or off by the user on the LabVIEW front panel. In addition to the auto-tune capability, a bonus

3 2 feature incorporated into the system lets the user choose what key the Theremin is tuned to and what octaves of notes it will play. THEORY In the design of the optical Theremin, a light to voltage circuit is utilized in obtaining the amplitude and frequency signal voltages used to create the sinusoidal audio output. The conversion of light energy to voltage is done using a photodiode, resistor, and FET operational amplifier configured as a current-to-voltage converter. When light is incident upon a photodiode, a small leakage current is generated. This leakage current is then transformed by the operational amplifier and the resulting output is a voltage. The photodiode current can be written as i = RL with i being the output current in microamperes, L being the optical power in microwatts, and R being the responsivity property of the semiconductor diode. The op amp takes this current and converts it to a voltage at its output with the governing equation, V out = -ir f where i is the input current and R f is the feedback resistor. By combining the two equations, one gets an output voltage in terms of the responsivity, optical power, and feedback resistance, V out = -RLR f. The output of each op amp is then connected to the analog channels of the mydaq for signal processing ("Tinker, Learn, and Do Engineering with NI MyDAQ - Lab 10: Optical Theremin." ). Figure 1 - Photodiode Circuit The signal voltages going into the MyDAQ become inputs to the LabVIEW program. Both voltage signals go through a normalizing and coercing block that outputs a value between 0 and 1 depending on the intensity of the raw voltage signal. This normalized value is then multiplied with the respective voltage and frequency ranges defined by the user. The sinusoid simulator then uses these two scaled signals to define the amplitude and frequency of the sinusoidal audio signal generated. In addition to scaling the frequency, one can also quantize the frequency or pitch to the nearest half tone or threshold value if the auto-tune feature, another subsystem of the overall design, is enabled. The amplitude and frequency of the sound produced by the optical Theremin can be controlled by changing the intensity of light that reaches each photodiode. The amount of light that reaches the

4 3 photodiode in the amplitude photodiode circuit will determine the volume of the audio signal. The amount of light that reaches the photodiode in the frequency photodiode circuit will determine the pitch of the audio signal. IMPLEMENTATION The optical Theremin will consists of front-end detector circuitry and back-end signal processing and generation with LabVIEW. To convert light energy to useful voltage signals, one uses photodiode detectors to produce a current which then gets converted into a voltage through the utilization of an op amp configured as a current-to-voltage converter. The circuit will resemble the one shown in Figure 1. The resistor is a feedback resistor that ties the output back to the inverting terminal. The non-inverting terminal of the op amp is grounded. The photodiode is placed from the inverting terminal of the op amp to ground. When light hits an OP406 photodiode, a small leakage current is generated. A large gain is needed to amplify the small current into a voltage signal around a single volt. A 1MΩ feedback resistor was chosen to achieve this amplification. Two op amp current-to-voltage converters were used in the design since one output voltage is used for the amplitude of the audio signal and the other is used for the frequency of the audio signal. The two voltage signals are acquired in LabVIEW through the mydaq Assistant block which communicates with the NI mydaq. The voltages are then averaged, normalized, and scaled by the userdefined amplitude and frequency quantities. The frequency can be further manipulated if the user chooses to have the signal auto-tuneed. This will basically round the ouput fruency up or down to the closest frequency of a given scale. The adjusted signals are taken as inputs by the simulated signal function in LabVIEW to generate a sine wave with an amplitude and frequency defined by the adjusted signals. The sinusoidal signal is generated and written to the mydaq through the use a second DAQ assistant virtual instrument. In the LabVIEW front panel, one can set the upper and lower bounds for the amplitude intensity and audio frequency range. Block Diagram Level 0: Input: -Light energy into photodiodes (photodiode can detect distinct light levels) -user inputs light intensity range and audio output frequency range (adjusted by user through front panel) Sampler & Processor & Generator Output: User-controllable audio signal (output from the MyDAQ 3.5 mm TRS connector)

5 4 Level 1: Level 2: Sampler 1: Samples the amplitude photodiode amplifier circuit Sampler 2: Samples the frequency photodiode amplifier circuit Processor 2: Processes the signal obtained from sampler 2 Processor 1: Processes the signal obtained from sampler 1 Auto-tune: Tunes the frequency to the nearest half-tone of the selected key DAQ Assistant: Signal Generator Sampler 1: Sampler 2: Samples raw output signal voltage from amplitude circuit - User can adjust voltage amplitude of audio tone based on light intensity Samples raw output signal voltage from frequency circuit - User can adjust frequency of audio tone based on light intensity Processor 1: Normalizes and coerces signal voltage to a value between 0 and 1 Scales normalized value by user-defined voltage amplitude range - User can configure intensity range Processor 2: Normalizes and coerces signal voltage to a value between 0 and 1 Scales the normalized signal by the user-defined audio frequency range - User can configure frequency range Offsets the signal for the desired minimum audio frequency

6 5 Auto-tune: Signal Generator Takes normalized and scaled frequencies and goes through an array comparator to output frequencies to the nearest half tone - User turns feature on or off - Tune the pitch to a tone in the equaltempered scale o User selects can select key o 8 arrays of indexes are used to build an array a given key s frequencies based on the 96 element array of chromatic frequencies Takes normalized and scaled amplitude and frequency signals as parameters in generating the audio output signal Initial Block Diagram and Justification At the top level, the block diagram has inputs to the optical Theremin that include the light energy going into the photodiodes, a user-defined light intensity range, and a user-defined audio output frequency range. The output of the system is a user-controllable audio signal with its frequency and amplitude determined by the user settings. The system samples the circuit voltage signals, processes the voltage signals, and generates a configurable audio tone. When delving deeper into the system, one sees subsystems that consist of two sampler blocks, two processor blocks, an auto-tune block, and a generator block. The function of the sampler blocks is to read the voltage signals from the circuit. The first sampler reads the voltage signal for the amplitude circuit through the analog inputs of the NI MyDAQ and the second sampler reads the voltage signal for the frequency circuit through the analog inputs of the NI MyDAQ. These voltage signals can be adjusted by the user through manipulating the light intensities by moving one s hand over the photodiodes. The function of the processor blocks is to normalize and scale the two input voltage signals to a user-defined amplitude and frequency range. The maximum and minimum light intensity level and range of frequencies for the optical Theremin will be adjusted by the user in the LabVIEW front panel. The normalized waveforms for the frequency and amplitude will also be displayed on the front panel along with the light intensity level detected by each photodiode. The function of the auto-tune block is to tune the normalized and scaled frequency signal to a tone in the equal-tempered scale. The auto-tune feature can also be turned on or off on the LabVIEW front panel. When enabled, the auto-tune block also contains a bonus feature that allows the user to select the frequency that the Theremin auto-tunes to. This is achieved by first creating an array of indexes for

7 6 the desired key. This array is built based on an initial predefined array that contains the first octave of notes in the key. The full index array for each scale will consist of seven octaves. The index array is then used to build a frequency array using a for loop and array manipulation functions. This frequency array will contain each frequency for the selected key within the first seven octaves. Finally, the user can also select which octaves of the scale the output is auto-tuned to. This is accomplished simply by assigning Boolean values to each octave and using Boolean and array operators to remove a given octave from the final frequency array. Block Diagram Analysis In comparison with the block diagram at the beginning of the project, the revised block diagram is almost identical to the initial block diagram except for the addition of an auto-tune subsystem. The function of the auto-tune block is to tune the normalized and scaled frequency signal to a tone in the equal-tempered scale. The auto-tune feature can also be turned on or off on the LabVIEW front panel. The original project idea is the same. Our design has expanded from the initial design through the addition of an auto-tuner. Design Modifications Made During Testing Over the past five weeks, our team has observed and verified the elements in our original circuit and system design that function correctly, while also identifying which components need modification. When comparing the initial design of the physical circuit with the final version, it is hard to notice any changes at all. The only real variable within the circuit that we experimented with was the feedback resistor value. Other than that, our initial circuit design has not been modified at all. Most of our design modifications have been made during the program construction phase. This was expected, however, since we are still learning how to use the multitude of features that LabVIEW has to offer. The initial signal processioning portion of our program has remained unmodified except for the addition of two multiplication functions that are used, in effect, to adjust the sensitivity of the photodiodes. This allows the Theremin to be more functional in either dimly-lit or bright environments. Another design modification that we made to the program was within the amplitude sub-vi. Initially this VI was built to normalize the averaged signal from the amplitude diode, based on the userdefined maximum and minimum voltage values produced by the circuit. Then originally, the normalized signal was wired back to the main VI. However, we later decided to wire in a multiplication function similar to the two we had implemented to control the sensitivity of the two diodes. This new multiplication function was added to serve the purpose of a master volume control. The addition of the auto-tune feature brought about a few more design modifications. Initially we had decided to use two VI s in order to produce the auto-tuned output. The first VI would deal strictly with array manipulation and the second VI would process the data. This seemed like the best approach at first but through trial and error, we found that it was simply easier to design the autotuning feature using only one VI. By doing this, everything can be found in the same location and one could easily reference the frequency array.

8 7 DAQ Assistant Setting Parameters and Observations In our opinion, choosing the setting parameters for the DAQ Assistant reader and writer was the most frustrating obstacle in this entire project, despite the acquisition modes for both the reader and the writer already being selected for us in the Lab 2 handout. The DAQ Assistant writer was to be configured to take a finite number of samples each time it reads the input signals. The DAQ Assistant writer was to be set to sample continuously. The frustrating part was determining the sampling rates and the buffer size or number of samples to read. The DAQ Assistant reader turned out to be the simpler to configure out of the two. It uses the finite sample data acquisition mode. Therefore the two parameters to adjust are the number of samples read and the sampling rate. These settings must be chosen to maximize performance without sacrificing system stability. The goal is to have the Theremin produce an audio signal that is smooth and not choppy. This can be accomplished by setting the sampling rate to a high value and setting the number of samples taken to a relatively low value. If the number of samples to read is too large it will take the DAQ Assistant a longer time to read them all. The values we chose that seemed to work the best are 200 samples to read at a rate of 50 khz. Additionally, we set the voltage input scale from zero to five volts. The problem of choppy output also exists with the DAQ Assistant writer. However, since it samples continuously the only parameter that affects how quickly it will produce a signal is the sampling rate. The other parameter that you adjust when the DAQ assistant is in continuous sampling mode is buffer size for the input signal. The value for these settings must be chosen carefully. If the sampling rate runs too slow then the output signal will be choppy. However, if the DAQ Assistant writer runs at too high of a sampling rate then sample regeneration might occur. Sample regeneration is caused when the DAQ Assistant writes information out faster than it is receiving it. There is an option to enable sample regeneration but this has a negative impact on the output signal quality. When the program produces a warning that regeneration might occur, it suggest increasing the buffer size. We found that increasing the buffer size by too much can use up a lot of your computer s RAM and cause it to run very slowly. A compromise for speed and stability must once again be made. We found that a buffer size of 60,000 and a sampling rate of 40 khz seemed to work well for us. We also set the voltage output range from -2V to +2V, the voltage limits of the mydaq s audio output channel. VALUE STATEMENT The takeaway from this optical Theremin design project is learning how to tackle a given problem statement by going through the concept design and selection processes as a team. The ability of a team to successfully meet the project requirements depends on how well the individuals within the team work together as a unit. An important lesson that we learned was discovering how to maximize the performance of our team through leveraging the strengths of the individuals within the team. This design project was an extremely useful exercise in learning about team dynamics.

9 8 CONCLUSION Through a disciplined design and development process, we have created a simple circuit that converts the leakage current of a photo diode to an output voltage. We then designed a LabVIEW program that would read these voltage signals, manipulate them, and output an audio signal that could be altered by the user controlling how much light the photodiodes are exposed to. Through careful design and implementation, we have successfully proven that you can create an optical Theremin with a detector circuit front end and signal processing in LabVIEW. APPENDICES GANTT CHART: Task Name Week1 Week2 Week3 Week4 Week5 1.0 Interface Circuitry 1.1 Design Circuitry 1.2 Construct & Test Circuits 2.0 LabVIEW 2.1 Obtaining signal 2.2 Amplitude VI 2.3 Frequency VI 2.4 Auto-tune VI

10 9 Screen Captures Main VI for Part 1 of Lab2 Control Panel for Part 1 of Lab 2

11 10 Main VI for Part 2 of Lab2 Control Panel for Part 1 of Lab 2

12 11 Amplitude VI Frequency VI Auto-Tune VI

13 12 Financial Page BILL OF MATERIALS Cost of Parts (Quantity) Jumper wires (15) $ 0.20 TL 074 Op Amp(2) 2.04 OP906 photodiodes (2) M-ohm resistor (2) 0.04 NI MyDAQ LabVIEW 2012 Student Version (free) 0.00 Breadboard (1) Total Parts Est. ($) $ Cost of Labor Est. Labor ($) Engineering rate: $35/hr Fringe (4) 15% of Est. Labor Overhead (4) 40% of (Labor + Fringe) Total Labor Est. ($) Contingency ($) 10% of (Adjusted Parts + Total Labor): Grand Total $

14 13 REFERENCES "Tinker, Learn, and Do Engineering with NI MyDAQ - Lab 10: Optical Theremin." National Instruments - Developer Zone. National Instruments, 20 Feb Web. 22 Feb <

Lab 2: Designing an Optical Theremin. EE 300W Section 5 Team #3: Penn Power United Gregory Hodgkiss, Nasser Aljadeed 10/23/15

Lab 2: Designing an Optical Theremin. EE 300W Section 5 Team #3: Penn Power United Gregory Hodgkiss, Nasser Aljadeed 10/23/15 Lab 2: Designing an Optical Theremin EE 300W Section 5 Team #3: Penn Power United Gregory Hodgkiss, Nasser Aljadeed 10/23/15 Abstract The purpose of this lab is to design an optical theremin, a musical

More information

Optical Theremin Critical Design Review Yanzhe Zhao, Mason Story, Nicholas Czesak March

Optical Theremin Critical Design Review Yanzhe Zhao, Mason Story, Nicholas Czesak March Optical Theremin Critical Design Review Yanzhe Zhao, Mason Story, Nicholas Czesak March-07-2015 Abstract A theremin is a musical instrument whose tone and pitch can be controlled without physical contact.

More information

EE 300W Lab 2: Optical Theremin Critical Design Review

EE 300W Lab 2: Optical Theremin Critical Design Review EE 300W Lab 2: Optical Theremin Critical Design Review Team Drunken Tinkers: S6G8 Levi Nicolai, Harvish Mehta, Justice Lee October 21, 2016 Abstract The objective of this lab is to create an Optical Theremin,

More information

Optical Theremin CDR

Optical Theremin CDR William Cane Wissing James Jones Mackenzie Phelps EE 300w Sec 003 Abstract Optical Theremin CDR For this lab we created an optical theremin. A theremin is an electronic instrument controlled without any

More information

EE 300W 001 Lab 2: Optical Theremin. Cole Fenton Matthew Toporcer Michael Wilson

EE 300W 001 Lab 2: Optical Theremin. Cole Fenton Matthew Toporcer Michael Wilson EE 300W 001 Lab 2: Optical Theremin Cole Fenton Matthew Toporcer Michael Wilson March 8 th, 2015 2 Abstract This document serves as a design review to document our process to design and build an optical

More information

Lab 2: Optical Theremin Team 2 Flyback By Brian Pugh, Andrew Baker, and Michael Betts

Lab 2: Optical Theremin Team 2 Flyback By Brian Pugh, Andrew Baker, and Michael Betts Lab 2: Optical Theremin Team 2 Flyback By Brian Pugh, Andrew Baker, and Michael Betts Table of Contents Abstract... 3 Introduction... 3 Rationale... 4 Implementation... 5 Hardware... 5 Software... 5 Conclusion...

More information

Optical Theremin Critical Design Review

Optical Theremin Critical Design Review 1 Optical Theremin Critical Design Review EE 300W Team Laplace: Richard Michael Sean Solley Ye Zhang 10/23/15 2 Abstract: Team Laplace successfully designed a working Optical Theremin with equalizing and

More information

When you have completed this exercise, you will be able to relate the gain and bandwidth of an op amp

When you have completed this exercise, you will be able to relate the gain and bandwidth of an op amp Op Amp Fundamentals When you have completed this exercise, you will be able to relate the gain and bandwidth of an op amp In general, the parameters are interactive. However, in this unit, circuit input

More information

Data acquisition and instrumentation. Data acquisition

Data acquisition and instrumentation. Data acquisition Data acquisition and instrumentation START Lecture Sam Sadeghi Data acquisition 1 Humanistic Intelligence Body as a transducer,, data acquisition and signal processing machine Analysis of physiological

More information

Massachusetts Institute of Technology MIT

Massachusetts Institute of Technology MIT Massachusetts Institute of Technology MIT Real Time Wireless Electrocardiogram (ECG) Monitoring System Introductory Analog Electronics Laboratory Guilherme K. Kolotelo, Rogers G. Reichert Cambridge, MA

More information

Lab 3: Embedded Systems

Lab 3: Embedded Systems THE PENNSYLVANIA STATE UNIVERSITY EE 3OOW SECTION 3 FALL 2015 THE DREAM TEAM Lab 3: Embedded Systems William Stranburg, Sean Solley, Sairam Kripasagar Table of Contents Introduction... 3 Rationale... 3

More information

Optical Power Meter Basics

Optical Power Meter Basics Optical Power Meter Basics Introduction An optical power meter measures the photon energy in the form of current or voltage from an optical detector such as a semiconductor, a thermopile, or a pyroelectric

More information

Amplification. Objective. Equipment List. Introduction. The objective of this lab is to demonstrate the basic characteristics an Op amplifier.

Amplification. Objective. Equipment List. Introduction. The objective of this lab is to demonstrate the basic characteristics an Op amplifier. Amplification Objective The objective of this lab is to demonstrate the basic characteristics an Op amplifier. Equipment List Introduction Computer running Windows (NI ELVIS installed) National Instruments

More information

Practical 2P12 Semiconductor Devices

Practical 2P12 Semiconductor Devices Practical 2P12 Semiconductor Devices What you should learn from this practical Science This practical illustrates some points from the lecture courses on Semiconductor Materials and Semiconductor Devices

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

Lab 3 Final report: Embedded Systems Digital Potentiometer Subsystem TEAM: RAR

Lab 3 Final report: Embedded Systems Digital Potentiometer Subsystem TEAM: RAR Lab 3 Final report: Embedded Systems Digital Potentiometer Subsystem TEAM: RAR EE 300W, Section 6 Professor Tim Wheeler Rui Xia, Yuanpeng Liao and Ashwin Ramnarayanan Table of Contents Introduction...2

More information

Dept. of Electrical, Computer and Biomedical Engineering. Inverting and non inverting amplifier

Dept. of Electrical, Computer and Biomedical Engineering. Inverting and non inverting amplifier Dept. of Electrical, Computer and Biomedical Engineering Inverting and non inverting amplifier Purpose of this lab Build an inverting and a non inverting amplifier based on a TL081 op amp - use the NI

More information

Digital-to-Analog Converter. Lab 3 Final Report

Digital-to-Analog Converter. Lab 3 Final Report Digital-to-Analog Converter Lab 3 Final Report The Ion Cannons: Shrinand Aggarwal Cameron Francis Nicholas Polito Section 2 May 1, 2017 1 Table of Contents Introduction..3 Rationale..3 Theory of Operation.3

More information

Auntie Spark s Guide to creating a Data Collection VI

Auntie Spark s Guide to creating a Data Collection VI Auntie Spark s Guide to creating a Data Collection VI Suppose you wanted to gather data from an experiment. How would you create a VI to do so? For sophisticated data collection and experimental control,

More information

EE 210: CIRCUITS AND DEVICES

EE 210: CIRCUITS AND DEVICES EE 210: CIRCUITS AND DEVICES OPERATIONAL AMPLIFIERS PART II This is the second of two laboratory sessions that provide an introduction to the op amp. In this session you will study three amplifiers designs:

More information

Putting it all Together

Putting it all Together ECE 2C Laboratory Manual 5b Putting it all Together.continuation of Lab 5a In-Lab Procedure At this stage you should have your transmitter circuit hardwired on a vectorboard, and your receiver circuit

More information

Lab 15: Lock in amplifier (Version 1.4)

Lab 15: Lock in amplifier (Version 1.4) Lab 15: Lock in amplifier (Version 1.4) 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

Auto Harmonizer. EEL 4924 Electrical Engineering Design (Senior Design) Preliminary Design Report 2 February 2012

Auto Harmonizer. EEL 4924 Electrical Engineering Design (Senior Design) Preliminary Design Report 2 February 2012 Auto Harmonizer EEL 4924 Electrical Engineering Design (Senior Design) Preliminary Design Report 2 February 2012 Project Abstract: Team Name: Slubberdegullions Team Members: Josh Elliott and Henry Hatton,

More information

Laboratory 6. Lab 6. Operational Amplifier Circuits. Required Components: op amp 2 1k resistor 4 10k resistors 1 100k resistor 1 0.

Laboratory 6. Lab 6. Operational Amplifier Circuits. Required Components: op amp 2 1k resistor 4 10k resistors 1 100k resistor 1 0. Laboratory 6 Operational Amplifier Circuits Required Components: 1 741 op amp 2 1k resistor 4 10k resistors 1 100k resistor 1 0.1 F capacitor 6.1 Objectives The operational amplifier is one of the most

More information

Experiment A8 Electronics III Procedure

Experiment A8 Electronics III Procedure Experiment A8 Electronics III Procedure Deliverables: checked lab notebook, plots Overview Electronics have come a long way in the last century. Using modern fabrication techniques, engineers can now print

More information

Experiment A8 Electronics III Procedure

Experiment A8 Electronics III Procedure Experiment A8 Electronics III Procedure Deliverables: checked lab notebook, plots Overview Electronics have come a long way in the last century. Using modern fabrication techniques, engineers can now print

More information

9 Feedback and Control

9 Feedback and Control 9 Feedback and Control Due date: Tuesday, October 20 (midnight) Reading: none An important application of analog electronics, particularly in physics research, is the servomechanical control system. Here

More information

Precision Rectifier Circuits

Precision Rectifier Circuits Precision Rectifier Circuits Rectifier circuits are used in the design of power supply circuits. In such applications, the voltage being rectified are usually much greater than the diode voltage drop,

More information

Function Generator Using Op Amp Ic 741 Theory

Function Generator Using Op Amp Ic 741 Theory Function Generator Using Op Amp Ic 741 Theory Note: Op-Amps ua741, LM 301, LM311, LM 324 & AD 633 may be used To design an Inverting Amplifier for the given specifications using Op-Amp IC 741. THEORY:

More information

DESIGN OF AN ANALOG FIBER OPTIC TRANSMISSION SYSTEM

DESIGN OF AN ANALOG FIBER OPTIC TRANSMISSION SYSTEM DESIGN OF AN ANALOG FIBER OPTIC TRANSMISSION SYSTEM OBJECTIVE To design and build a complete analog fiber optic transmission system, using light emitting diodes and photodiodes. INTRODUCTION A fiber optic

More information

EKT 314/4 LABORATORIES SHEET

EKT 314/4 LABORATORIES SHEET EKT 314/4 LABORATORIES SHEET WEEK DAY HOUR 4 1 2 PREPARED BY: EN. MUHAMAD ASMI BIN ROMLI EN. MOHD FISOL BIN OSMAN JULY 2009 Creating a Typical Measurement Application 5 This chapter introduces you to common

More information

Design of PID Control System Assisted using LabVIEW in Biomedical Application

Design of PID Control System Assisted using LabVIEW in Biomedical Application Design of PID Control System Assisted using LabVIEW in Biomedical Application N. H. Ariffin *,a and N. Arsad b Department of Electrical, Electronic and Systems Engineering, Faculty of Engineering and Built

More information

BME/ISE 3512 Bioelectronics. Laboratory Five - Operational Amplifiers

BME/ISE 3512 Bioelectronics. Laboratory Five - Operational Amplifiers BME/ISE 3512 Bioelectronics Laboratory Five - Operational Amplifiers Learning Objectives: Be familiar with the operation of a basic op-amp circuit. Be familiar with the characteristics of both ideal and

More information

University of Portland EE 271 Electrical Circuits Laboratory. Experiment: Op Amps

University of Portland EE 271 Electrical Circuits Laboratory. Experiment: Op Amps University of Portland EE 271 Electrical Circuits Laboratory Experiment: Op Amps I. Objective The objective of this experiment is to learn how to use an op amp circuit to prevent loading and to amplify

More information

Capacitive Touch Sensing Tone Generator. Corey Cleveland and Eric Ponce

Capacitive Touch Sensing Tone Generator. Corey Cleveland and Eric Ponce Capacitive Touch Sensing Tone Generator Corey Cleveland and Eric Ponce Table of Contents Introduction Capacitive Sensing Overview Reference Oscillator Capacitive Grid Phase Detector Signal Transformer

More information

ELR 4202C Project: Finger Pulse Display Module

ELR 4202C Project: Finger Pulse Display Module EEE 4202 Project: Finger Pulse Display Module Page 1 ELR 4202C Project: Finger Pulse Display Module Overview: The project will use an LED light source and a phototransistor light receiver to create an

More information

EE 368 Electronics Lab. Experiment 10 Operational Amplifier Applications (2)

EE 368 Electronics Lab. Experiment 10 Operational Amplifier Applications (2) EE 368 Electronics Lab Experiment 10 Operational Amplifier Applications (2) 1 Experiment 10 Operational Amplifier Applications (2) Objectives To gain experience with Operational Amplifier (Op-Amp). To

More information

ECE3204 D2015 Lab 1. See suggested breadboard configuration on following page!

ECE3204 D2015 Lab 1. See suggested breadboard configuration on following page! ECE3204 D2015 Lab 1 The Operational Amplifier: Inverting and Non-inverting Gain Configurations Gain-Bandwidth Product Relationship Frequency Response Limitation Transfer Function Measurement DC Errors

More information

EET 438a Automatic Control Systems Technology Laboratory 1 Analog Sensor Signal Conditioning

EET 438a Automatic Control Systems Technology Laboratory 1 Analog Sensor Signal Conditioning EET 438a Automatic Control Systems Technology Laboratory 1 Analog Sensor Signal Conditioning Objectives: Use analog OP AMP circuits to scale the output of a sensor to signal levels commonly found in practical

More information

Group: Names: voltage calculated measured V out (w/o R 3 ) V out (w/ R 3 )

Group: Names: voltage calculated measured V out (w/o R 3 ) V out (w/ R 3 ) 6.2 Laboratory Procedure / Summary Sheet Group: Names: An op amp requires connection to two different voltage levels from an external power supply, usually 15V and -15V, both of which can be provided by

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

Theremin with Onboard Effects by Patrick Tarantino Shaun Cinnamon PHYCS 398

Theremin with Onboard Effects by Patrick Tarantino Shaun Cinnamon PHYCS 398 Theremin with Onboard Effects by Patrick Tarantino Shaun Cinnamon PHYCS 398 ii Abstract The theremin is a completely electronic musical instrument which is controlled by hand capacitance effects. The small

More information

Laboratory #4: Solid-State Switches, Operational Amplifiers Electrical and Computer Engineering EE University of Saskatchewan

Laboratory #4: Solid-State Switches, Operational Amplifiers Electrical and Computer Engineering EE University of Saskatchewan Authors: Denard Lynch Date: Oct 24, 2012 Revised: Oct 21, 2013, D. Lynch Description: This laboratory explores the characteristics of operational amplifiers in a simple voltage gain configuration as well

More information

Embedded Test System. Design and Implementation of Digital to Analog Converter. TEAM BIG HERO 3 John Sopczynski Karim Shik-Khahil Yanzhe Zhao

Embedded Test System. Design and Implementation of Digital to Analog Converter. TEAM BIG HERO 3 John Sopczynski Karim Shik-Khahil Yanzhe Zhao Embedded Test System Design and Implementation of Digital to Analog Converter TEAM BIG HERO 3 John Sopczynski Karim Shik-Khahil Yanzhe Zhao EE 300W Section 1 Spring 2015 Big Hero 3 DAC 2 INTRODUCTION (KS)

More information

Experiments #7. Operational Amplifier part 1

Experiments #7. Operational Amplifier part 1 Experiments #7 Operational Amplifier part 1 1) Objectives: The objective of this lab is to study operational amplifier (op amp) and its applications. We will be simulating and building some basic op-amp

More information

LABORATORY EXPERIMENT. Infrared Transmitter/Receiver

LABORATORY EXPERIMENT. Infrared Transmitter/Receiver LABORATORY EXPERIMENT Infrared Transmitter/Receiver (Note to Teaching Assistant: The week before this experiment is performed, place students into groups of two and assign each group a specific frequency

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

CHAPTER 7 HARDWARE IMPLEMENTATION

CHAPTER 7 HARDWARE IMPLEMENTATION 168 CHAPTER 7 HARDWARE IMPLEMENTATION 7.1 OVERVIEW In the previous chapters discussed about the design and simulation of Discrete controller for ZVS Buck, Interleaved Boost, Buck-Boost, Double Frequency

More information

ET 438B Sequential Digital Control and Data Acquisition Laboratory 4 Analog Measurement and Digital Control Integration Using LabVIEW

ET 438B Sequential Digital Control and Data Acquisition Laboratory 4 Analog Measurement and Digital Control Integration Using LabVIEW ET 438B Sequential Digital Control and Data Acquisition Laboratory 4 Analog Measurement and Digital Control Integration Using LabVIEW Laboratory Learning Objectives 1. Identify the data acquisition card

More information

Data Conversion and Lab Lab 1 Fall Operational Amplifiers

Data Conversion and Lab Lab 1 Fall Operational Amplifiers Operational Amplifiers Lab Report Objectives Materials See separate report form located on the course webpage. This form should be completed during the performance of this lab. 1) To construct and operate

More information

Infrared Communications Lab

Infrared Communications Lab Infrared Communications Lab This lab assignment assumes that the student knows about: Ohm s Law oltage, Current and Resistance Operational Amplifiers (See Appendix I) The first part of the lab is to develop

More information

An input resistor suppresses noise and stray pickup developed across the high input impedance of the op amp.

An input resistor suppresses noise and stray pickup developed across the high input impedance of the op amp. When you have completed this exercise, you will be able to operate a voltage follower using dc voltages. You will verify your results with a multimeter. O I The polarity of V O is identical to the polarity

More information

Name Kyla Jackson, Todd Germeroth, Jake Spooler Date May 5, 2010 Lab 3E Group 3 Experiment Title Project Deliverable 3

Name Kyla Jackson, Todd Germeroth, Jake Spooler Date May 5, 2010 Lab 3E Group 3 Experiment Title Project Deliverable 3 Name Kyla Jackson, Todd Germeroth, Jake Spooler Date May 5, 2010 Lab 3E Group 3 Experiment Title Project Deliverable 3 Objective The objective of this project was to design and construct an ECG measurement

More information

P a g e 1. Introduction

P a g e 1. Introduction P a g e 1 Introduction 1. Signals in digital form are more convenient than analog form for processing and control operation. 2. Real world signals originated from temperature, pressure, flow rate, force

More information

Optical Attenuation Sensor for Process Control

Optical Attenuation Sensor for Process Control Optical Attenuation Sensor for Process Control Senior Project Final Report Eric Borisch Jeremy Protas Scott Ruppert Christopher Spiek EEAP 398/399 April 16, 1999 Advisor: Dr. Frank Merat Executive Summary

More information

Part 1. Using LabVIEW to Measure Current

Part 1. Using LabVIEW to Measure Current NAME EET 2259 Lab 11 Studying Characteristic Curves with LabVIEW OBJECTIVES -Use LabVIEW to measure DC current. -Write LabVIEW programs to display the characteristic curves of resistors, diodes, and transistors

More information

Non_Inverting_Voltage_Follower -- Overview

Non_Inverting_Voltage_Follower -- Overview Non_Inverting_Voltage_Follower -- Overview Non-Inverting, Unity-Gain Amplifier Objectives: After performing this lab exercise, learner will be able to: Understand and comprehend working of opamp Design

More information

Lab 8: Beer Bottle Symphony

Lab 8: Beer Bottle Symphony Lab 8. Beer Bottle Symphony Lab 8: Beer Bottle Symphony Introduction In college, a group of students and professors get together to build a beer bottle symphony. Beer bottles of various sizes and shapes

More information

EE320L Electronics I. Laboratory. Laboratory Exercise #2. Basic Op-Amp Circuits. Angsuman Roy. Department of Electrical and Computer Engineering

EE320L Electronics I. Laboratory. Laboratory Exercise #2. Basic Op-Amp Circuits. Angsuman Roy. Department of Electrical and Computer Engineering EE320L Electronics I Laboratory Laboratory Exercise #2 Basic Op-Amp Circuits By Angsuman Roy Department of Electrical and Computer Engineering University of Nevada, Las Vegas Objective: The purpose of

More information

EE 3305 Lab I Revised July 18, 2003

EE 3305 Lab I Revised July 18, 2003 Operational Amplifiers Operational amplifiers are high-gain amplifiers with a similar general description typified by the most famous example, the LM741. The LM741 is used for many amplifier varieties

More information

EKT 314/4 LABORATORIES SHEET

EKT 314/4 LABORATORIES SHEET EKT 314/4 LABORATORIES SHEET WEEK DAY HOUR 4 2 1 PREPARED BY: EN. MUHAMAD ASMI BIN ROMLI EN. MOHD FISOL BIN OSMAN JULY 2009 Measuring Strain 10 This chapter describes how to measure strain using DAQ devices

More information

The Operational Amplifier This lab is adapted from the Kwantlen Lab Manual

The Operational Amplifier This lab is adapted from the Kwantlen Lab Manual Name: Partner(s): Desk #: Date: Purpose The Operational Amplifier This lab is adapted from the Kwantlen Lab Manual The purpose of this lab is to examine the functions of operational amplifiers (op amps)

More information

Testing and Stabilizing Feedback Loops in Today s Power Supplies

Testing and Stabilizing Feedback Loops in Today s Power Supplies Keywords Venable, frequency response analyzer, impedance, injection transformer, oscillator, feedback loop, Bode Plot, power supply design, open loop transfer function, voltage loop gain, error amplifier,

More information

Auto Harmonizer. EEL 4924 Electrical Engineering Design (Senior Design) Final Design Report 26 April 2012

Auto Harmonizer. EEL 4924 Electrical Engineering Design (Senior Design) Final Design Report 26 April 2012 Auto Harmonizer EEL 4924 Electrical Engineering Design (Senior Design) Final Design Report 26 April 2012 Team Name: Slubberdegullions Team Members: Josh Elliott and Henry Hatton, Jr. Project Abstract:

More information

ME 3200 Mechatronics I Laboratory Lab 8: Angular Position and Velocity Sensors

ME 3200 Mechatronics I Laboratory Lab 8: Angular Position and Velocity Sensors ME 3200 Mechatronics I Laboratory Lab 8: Angular Position and Velocity Sensors In this exercise you will explore the use of the potentiometer and the tachometer as angular position and velocity sensors.

More information

Name: Resistors and Basic Resistive Circuits. Objective: To gain experience with data acquisition proto-boards physical resistors. Table of Contents:

Name: Resistors and Basic Resistive Circuits. Objective: To gain experience with data acquisition proto-boards physical resistors. Table of Contents: Objective: To gain experience with data acquisition proto-boards physical resistors Table of Contents: Name: Resistors and Basic Resistive Circuits Pre-Lab Assignment 1 Background 2 National Instruments

More information

Exercise 1: AC Waveform Generator Familiarization

Exercise 1: AC Waveform Generator Familiarization Exercise 1: AC Waveform Generator Familiarization EXERCISE OBJECTIVE When you have completed this exercise, you will be able to operate an ac waveform generator by using equipment provided. You will verify

More information

An Incremental Measurements and Data Acquisition Project

An Incremental Measurements and Data Acquisition Project An Incremental Measurements and Data Acquisition Project Lawrence G. Boyer Aerospace and Mechanical Engineering Department Saint Louis University Abstract In the junior level Measurements course for Mechanical

More information

Signal Conditioning Devices

Signal Conditioning Devices Lecture 4. Signal Conditioning Devices Signal Conditioning Operations In previous lectures we have studied various sensors and transducers used in a mechatronics system. Transducers sense physical phenomenon

More information

INTRODUCTION TO DIGITAL CONCEPT

INTRODUCTION TO DIGITAL CONCEPT COURSE / CODE DIGITAL SYSTEM FUNDAMENTALS (ECE 421) DIGITAL ELECTRONICS FUNDAMENTAL (ECE 422) INTRODUCTION TO DIGITAL CONCEPT Digital and Analog Quantities Digital relates to data in the form of digits,

More information

EE 230 Lab Lab 9. Prior to Lab

EE 230 Lab Lab 9. Prior to Lab MOS transistor characteristics This week we look at some MOS transistor characteristics and circuits. Most of the measurements will be done with our usual lab equipment, but we will also use the parameter

More information

University of North Carolina-Charlotte Department of Electrical and Computer Engineering ECGR 3157 Electrical Engineering Design II Fall 2013

University of North Carolina-Charlotte Department of Electrical and Computer Engineering ECGR 3157 Electrical Engineering Design II Fall 2013 Exercise 1: PWM Modulator University of North Carolina-Charlotte Department of Electrical and Computer Engineering ECGR 3157 Electrical Engineering Design II Fall 2013 Lab 3: Power-System Components and

More information

Assignment 11. 1) Using the LM741 op-amp IC a circuit is designed as shown, then find the output waveform for an input of 5kHz

Assignment 11. 1) Using the LM741 op-amp IC a circuit is designed as shown, then find the output waveform for an input of 5kHz Assignment 11 1) Using the LM741 op-amp IC a circuit is designed as shown, then find the output waveform for an input of 5kHz Vo = 1 x R1Cf 0 Vin t dt, voltage output for the op amp integrator 0.1 m 1

More information

3 Circuit Theory. 3.2 Balanced Gain Stage (BGS) Input to the amplifier is balanced. The shield is isolated

3 Circuit Theory. 3.2 Balanced Gain Stage (BGS) Input to the amplifier is balanced. The shield is isolated Rev. D CE Series Power Amplifier Service Manual 3 Circuit Theory 3.0 Overview This section of the manual explains the general operation of the CE power amplifier. Topics covered include Front End Operation,

More information

BENE 2163 ELECTRONIC SYSTEMS

BENE 2163 ELECTRONIC SYSTEMS UNIVERSITI TEKNIKAL MALAYSIA MELAKA FAKULTI KEJURUTERAAN ELEKTRONIK DAN KEJURUTERAAN KOMPUTER BENE 263 ELECTRONIC SYSTEMS LAB SESSION 3 WEIN BRIDGE OSCILLATOR Revised: February 20 Lab 3 Wien Bridge Oscillator

More information

Homework Set 3.5 Sensitive optoelectronic detectors: seeing single photons

Homework Set 3.5 Sensitive optoelectronic detectors: seeing single photons Homework Set 3.5 Sensitive optoelectronic detectors: seeing single photons Due by 12:00 noon (in class) on Tuesday, Nov. 7, 2006. This is another hybrid lab/homework; please see Section 3.4 for what you

More information

Lab 7: Let s Make a Little Noise

Lab 7: Let s Make a Little Noise Lab 7: Let s Make a Little Noise Introduction Ever had a piece of a song rattling around in your head, but when you tried to sing it, it just did not sound right? What you need is a little keyboard to

More information

Q181EB Expression Block Controller

Q181EB Expression Block Controller The controller produces a voltage as you press the block, similar to the Ondes Martenot and other instruments. Perfect for controlling amplitude as you play notes on the keyboard, to control filter frequency,

More information

Analog I/O. ECE 153B Sensor & Peripheral Interface Design Winter 2016

Analog I/O. ECE 153B Sensor & Peripheral Interface Design Winter 2016 Analog I/O ECE 153B Sensor & Peripheral Interface Design Introduction Anytime we need to monitor or control analog signals with a digital system, we require analogto-digital (ADC) and digital-to-analog

More information

Basic Electronics Learning by doing Prof. T.S. Natarajan Department of Physics Indian Institute of Technology, Madras

Basic Electronics Learning by doing Prof. T.S. Natarajan Department of Physics Indian Institute of Technology, Madras Basic Electronics Learning by doing Prof. T.S. Natarajan Department of Physics Indian Institute of Technology, Madras Lecture 26 Mathematical operations Hello everybody! In our series of lectures on basic

More information

EE283 Electrical Measurement Laboratory Laboratory Exercise #7: Digital Counter

EE283 Electrical Measurement Laboratory Laboratory Exercise #7: Digital Counter EE283 Electrical Measurement Laboratory Laboratory Exercise #7: al Counter Objectives: 1. To familiarize students with sequential digital circuits. 2. To show how digital devices can be used for measurement

More information

Electronics 1 Lab (CME 2410) School of Informatics & Computing German Jordanian University Laboratory Experiment (10) Junction FETs

Electronics 1 Lab (CME 2410) School of Informatics & Computing German Jordanian University Laboratory Experiment (10) Junction FETs Electronics 1 Lab (CME 2410) School of Informatics & Computing German Jordanian University Laboratory Experiment (10) 1. Objective: Junction FETs - the operation of a junction field-effect transistor (J-FET)

More information

Lab 6: Instrumentation Amplifier

Lab 6: Instrumentation Amplifier Lab 6: Instrumentation Amplifier INTRODUCTION: A fundamental building block for electrical measurements of biological signals is an instrumentation amplifier. In this lab, you will explore the operation

More information

Development of 4/16-Channel Data Acquisition System Using Lab VIEW

Development of 4/16-Channel Data Acquisition System Using Lab VIEW Development of 4/16-Channel Data Acquisition System Using Lab VIEW Kishori Jadhav 1, Nisha Sarwade 2 1 PG scholar, Electrical department, VJTI, Matunga, 400019 2 Associate professor, Electrical department,

More information

Q181RC Ribbon Controller

Q181RC Ribbon Controller The Controller produces a varying voltage as you move your finger along the ribbon strip. Great for pitch bending, playing notes, controlling filter frequency, or other parameters in the synthesizer system.

More information

1 Lock-in Amplifier Introduction

1 Lock-in Amplifier Introduction 1 Lock-in Amplifier Introduction The purpose of this laboratory is to introduce the student to the lock-in amplifier. A lock-in amplifier is a nearly ubiquitous piece of laboratory equipment, and can serve

More information

UNIVERSITI MALAYSIA PERLIS

UNIVERSITI MALAYSIA PERLIS UNIVERSITI MALAYSIA PERLIS ANALOG ELECTRONICS II EMT 212 2009/2010 EXPERIMENT # 3 OP-AMP (OSCILLATORS) 1 1. OBJECTIVE: 1.1 To demonstrate the Wien bridge oscillator 1.2 To demonstrate the RC phase-shift

More information

Fig. 1 Tachometer Built from Old CD, DC Motor, and Photogate

Fig. 1 Tachometer Built from Old CD, DC Motor, and Photogate Lab 4: Photogate Fun Introduction Surging through the heart of microprocessors are digital pulses, single pulses, bursts of pulses, and wave trains of pulses. Pulses are the lifegiving blood of all digital

More information

Section 4: Operational Amplifiers

Section 4: Operational Amplifiers Section 4: Operational Amplifiers Op Amps Integrated circuits Simpler to understand than transistors Get back to linear systems, but now with gain Come in various forms Comparators Full Op Amps Differential

More information

WAVE SHAPING CIRCUITS USING OPERATIONAL AMPLIFIERS

WAVE SHAPING CIRCUITS USING OPERATIONAL AMPLIFIERS WAVE SHAPING CIRCUITS USING OPERATIONAL AMPLIFIERS OBJECTIVE The purpose of the experiment is to design the wave shaping circuits like Clippers, Clampers and Schmitt trigger using op-amps. EQUIPMENT REQUIRED

More information

Physics 303 Fall Module 4: The Operational Amplifier

Physics 303 Fall Module 4: The Operational Amplifier Module 4: The Operational Amplifier Operational Amplifiers: General Introduction In the laboratory, analog signals (that is to say continuously variable, not discrete signals) often require amplification.

More information

Introduction to Analog Interfacing. ECE/CS 5780/6780: Embedded System Design. Various Op Amps. Ideal Op Amps

Introduction to Analog Interfacing. ECE/CS 5780/6780: Embedded System Design. Various Op Amps. Ideal Op Amps Introduction to Analog Interfacing ECE/CS 5780/6780: Embedded System Design Scott R. Little Lecture 19: Operational Amplifiers Most embedded systems include components that measure and/or control real-world

More information

Sweep / Function Generator User Guide

Sweep / Function Generator User Guide I. Overview Sweep / Function Generator User Guide The Sweep/Function Generator as developed by L. J. Haskell was designed and built as a multi-functional test device to help radio hobbyists align antique

More information

BASIC ELECTRONICS PROF. T.S. NATARAJAN DEPT OF PHYSICS IIT MADRAS

BASIC ELECTRONICS PROF. T.S. NATARAJAN DEPT OF PHYSICS IIT MADRAS BASIC ELECTRONICS PROF. T.S. NATARAJAN DEPT OF PHYSICS IIT MADRAS LECTURE-12 TRANSISTOR BIASING Emitter Current Bias Thermal Stability (RC Coupled Amplifier) Hello everybody! In our series of lectures

More information

INSTRUMENTATION BREADBOARDING (VERSION 1.3)

INSTRUMENTATION BREADBOARDING (VERSION 1.3) Instrumentation Breadboarding, Page 1 INSTRUMENTATION BREADBOARDING (VERSION 1.3) I. BACKGROUND The purpose of this experiment is to provide you with practical experience in building electronic circuits

More information

Lab 12 Laboratory 12 Data Acquisition Required Special Equipment: 12.1 Objectives 12.2 Introduction 12.3 A/D basics

Lab 12 Laboratory 12 Data Acquisition Required Special Equipment: 12.1 Objectives 12.2 Introduction 12.3 A/D basics Laboratory 12 Data Acquisition Required Special Equipment: Computer with LabView Software National Instruments USB 6009 Data Acquisition Card 12.1 Objectives This lab demonstrates the basic principals

More information

Common Reference Example

Common Reference Example Operational Amplifiers Overview Common reference circuit diagrams Real models of operational amplifiers Ideal models operational amplifiers Inverting amplifiers Noninverting amplifiers Summing amplifiers

More information

Auto-Seq Documentation Written April 6th, 2014

Auto-Seq Documentation Written April 6th, 2014 Auto-Seq Documentation Written April 6th, 2014 I. Using The Module A. What is Auto-Seq? B. Controls/Inputs/Outputs C. Sample Patches II. Schematics A.Chip Pinout B.Inputs 1.Analog Inputs 2.Digital Inputs

More information

Lab 3: Digital Multimeter and Voltage Generator

Lab 3: Digital Multimeter and Voltage Generator Lab 3: Digital Multimeter and Voltage Generator Lab Goals: Learn how to use your mydaq as a Digital Multimeter (DMM) Learn how to output a signal to a specified output port on the mydaq and verify its

More information

DEPARTMENT OF ELECTRICAL ENGINEERING LAB WORK EE301 ELECTRONIC CIRCUITS

DEPARTMENT OF ELECTRICAL ENGINEERING LAB WORK EE301 ELECTRONIC CIRCUITS DEPARTMENT OF ELECTRICAL ENGINEERING LAB WORK EE301 ELECTRONIC CIRCUITS EXPERIMENT : 3 TITLE : Operational Amplifier (Op-Amp) OUTCOME : Upon completion of this unit, the student should be able to: 1. Gain

More information