EE 300W Lab 2: Optical Theremin Critical Design Review

Size: px
Start display at page:

Download "EE 300W Lab 2: Optical Theremin Critical Design Review"

Transcription

1 EE 300W Lab 2: Optical Theremin Critical Design Review Team Drunken Tinkers: S6G8 Levi Nicolai, Harvish Mehta, Justice Lee October 21, 2016

2 Abstract The objective of this lab is to create an Optical Theremin, which is a musical sound device that is controlled by two light sensing photodiodes. The Optical Theremin consists of a TL074 op-amp, LabVIEW, mydaq, speaker, and two photodiodes. The current emitted from the photodiodes is converted to a voltage and amplified through the TL074 op-amp. This voltage is inputted to the mydaq, and processed by Labview to outputted into an audio out signal and three digital outputs on the mydaq. These ports control the speaker, and three LED indicators. Introduction The goal of this lab was to design an Optical Theremin that controlled the frequency and amplitude of the output signal. The input signal enters the optical theremin and becomes a modified output. Using two photodiodes, we designed a circuit that would allow the user to control the output sound s frequency and volume. By changing the intensity of the light received by the photodiodes, thon could increase or decrease the output amplitude and frequency. The level of frequency played would be shown through LEDs. The benefit of having this device over the regular instrument is the lack of overlapping controls for amplitude and frequency, which is often found in a regular device. This way the user has more control over the instrument. As a result, people who want to have the frequency of their instruments separated from the volume would find that the Optical Theremin fulfills the requirements. To process the input signal, we used LabVIEW and a National Instrument mydaq. For simplicity, the voltage supply was also provided by the mydaq. The photodiodes generate a current which is then converted into a voltage by the TL074 op-amp and inputted into the mydaq. The mydaq inserts the data into LabVIEW. LabVIEW then normalizes the voltage input and runs it through several algorithms to allow the input voltage to control the output signal s pitch and volume. An auto-tune, octave selector, and equalizer were also implemented. The autotune was implemented to compare the input frequency values to an array of notes and coerce the frequency into being outputted as that note. The octave selector allowed the input frequency to be limited to only a certain octave of notes while still being autotuned. The equalizer took the input frequency and lit up specific LEDs relative to the range of frequencies being outputted.

3 Rationale Our high level block diagram (see Figure 1), shows the subsystems of our design and the hierarchy of each subsystem. In the N=0 level of our block diagram, it depicts our main design, the optical theremin, which receives an input and produces an output. The inputs to the optical theremin are user controlled and their hierarchy is explain in the N=1 and N=2 levels of the block diagram. At the N=1 level of our block diagram we depict the transformation process that takes effect from input to output. The circuit for our project is drive by light intensity and this is read into the mydaq as a signal. The signal is read into the computer which transforms the input into a waveform signal and is again output through the mydaq. The circuit is one of two user controlled signals. This is the physical user control. The virtual user control is the computer which is discussed in more detail in the N=2 level of our block diagram. At the N=2 level of our block diagram we give the details of the circuit and computer communications with the mydaq. The circuit (see Figure #) consists of two photodiodes to produce two separate currents which are controlled by light intensity. These signals are sent through a TL074 operational amplifier set up as a transimpedance amplifier which converts the current to an amplified voltage. The mydaq reads in these voltages through LabVIEW and uses them to produce two separate signals; a signal for amplitude control, and a signal for frequency control. The user can set the volume of the output using the amplitude signal, and can set the range of frequencies of the output using the frequency signal. When the signals are set to their desired settings, they are sent through the Simulate Signal VI within LabVIEW and this signal is sent back out through the Audio Out port of the mydaq. Implementation Theory of Design The project design asked for user controllability of frequency and amplitude of the output signal. Photodiodes produce a current relative to the light intensity it receives. Op amps receive the current and convert it into voltage signals that the mydaq compile. The NI mydaq is used as the connection between the physical circuit and the LabVIEW software. It inputs the outputs of the physical circuit into the LabVIEW

4 program. Then it outputs the audio out signals as well as digital output signals from LabVIEW to a set of speakers and LEDs. The LabVIEW is used to construct a virtual environment for processing the input signal. Upon entering the LabVIEW program, the input signal is split into 2 parts: frequency and amplitude. Each part is processed individually. In Max&Min, the max value and min value of the input signals are found and are then used normalize the signals. The normalized signal is then processed into a range of values. For frequency, Autotune matches the input frequency to the nearest musical note. Octave Selector mimics Autotune but only allows notes within an octave to be outputted. These signals are combined and simulated through filters that act as equalizers. The equalizer produces digital output signals that power LEDs and an audio out signal that sends signals to the speaker. Analog Input Circuit Design The physical circuit design to create a voltage signal input into the mydaq utilizes two photodiodes, one TL074 chip, two bypass capacitors, voltage source, and two 1 M ohm resistors. As seen in Figure 1, this circuit operates through light sensing photodiodes. After the photodiodes receive light they create a current that is inputted to a negative terminal of an Op-Amp to which amplifies the current to a voltage signal. The 1 M ohm resistor causes a large voltage signal that is readable in labview. The bypass capacitor creates a reduction of noise at the power source. Figure 1: Analog input circuit design representation portrayed in MultiSim using equivalent parts as physical circuit.

5 Labview Front Panel Figure 2: Front panel containing controls, indicators, buttons and graphs. The Front Panel consists of the controls for the LabVIEW program as well as indicators to identify any bugs, shown in Figure 2. From this panel, all outputs can be modified accordingly. Frequency Min Set and Max Set: Sets the min and max of the frequency bounds. Frequency, Amplitude, Maximum F, Minimum F, Maximum F2, Minimum F2: Indicators to ensure there are no bugs within the program. Auto Tune: Turns on the Auto Tune subvi. Octave Selector: Turns on the Octave Selector subvi File Read?: Boolean switch to determine whether or not a.wav file will be read in place of the inputs of the photodiodes. Low Freq, Mid freq, High Freq: LED indicators of frequency for Bass, Mid, and Treble. Amplitude, Frequency, Waveform Graph: Graphs showing output Amplitude and Frequency which are used for debugging. The Waveform graph shows Power Density Spectrum of the output signal. Volume, Mid, Treble, Bass: Knobs for controlling Volume, Mid, Treble, and Bass. Octave: Only operates if Octave Selector is on. Determines what Octave will be output.

6 Main.VI As seen in Figure 3, the main.vi depicts the bulk of the programing done in LabVIEW. These next sections will break the main.vi into Input DAQ Assistant, Normalization, Equalizer, Output DAQ Assistant, and Spectral Measurements. Figure 3: Block diagram of Main.VI incoroporting all Sub.VI s and Main Code Input DAQ Assistant Utilizing the mydaq s AI0 and AI1 analog input ports, we read in the voltages from the output of the transimpedance amplifier. Since the DAQ assistant only has a single output which had merged the two inputs into a single output, we used the split signal VI to separate the signals to utilize for amplitude and frequency separately (figure 3). The voltage range was to -10V to 10V to ensure we did not get any errors if there was a spike in voltage. Normalization The normalization part of LabVIEW is to take the input signal range and limit it to a range between 1 and 0. This allows the range of the input signal to be transferable to any range desired.

7 Figure 4 : Normalization block diagram implementing mapping equations In order to normalize the input, we used the equation below: y = ( x x max)/(x max x min ) This equation, implemented in LabVIEW allowed us to get a percentage. X is the input while Y is the output. This percentage is then magnified by a constant due to the sensitivity of the diodes, which caused the normalized output to spike initially. This spike caused all other inputs to be drastically smaller so the constant magnified the result to viewable level. Once magnified, the output is then coerced into a limit max of 1 and a limit min of 0. Simulate Signal After mapping the amplitude and frequency to the desired ranges, this data is then fed into the Simulate Signal VI within LabVIEW, as seen in figure 3. This VI produces a sinusoidal wave which we can output to the mydaq through the Audio Out port.

8 Equalizer Figure 5: Block diagram of the equalizer The Equalizer splits the frequency of the input signal into three different ranges. This is done by using the filter VI within LabVIEW. The treble filter is set as a high pass filter to only let through higher frequencies, the mid tone is set to a bandpass filter allowing only mid tone frequencies, and the bass filter is set as a low pass filter allowing only low frequencies. These signals are multiplied by the control indicators on the front panel to vary the amount of output of each that gets added to the total output. By summing the three outputs of the filters, we acquire a single output which is output through the audio out port on the mydaq. The audio wav file is read through a file read button. When the file read button is on, the case statement is true, and the sound file is outputted. This signal is also outputted through the audio out port. Output DAQ Assistant 2 This outputs an audio out signal from the equalizer that sends a signal to the mydaq. The mydaq then outputs the signal. Spectral Measurements

9 This takes the input audio signal and shows the power density spectrum in a waveform located on the Front Panel. Max & Min Sub.VI Figure 6: The MM sub.vi seen in Figure 3 This sub.vi (figure 6) utilizes feedback loops to continuously adjust the minimum and maximum voltages read by the mydaq. They compare the current input to the value currently stored in the output and if the input value is greater than the value stored in the feedback node, the feedback node takes on the input value and the input value gets outputted. The Max and Min of the subvi both operate the same way, they are just kept separately and Min takes the smaller value instead of the larger one.

10 Autotune Sub.Vi Figure 7: Autotune sub.vi as seen in the main block diagram (figure 3) The Autotune subvi (figure 7) takes the input frequency and matches it to the closest musical note. It utilizes a for loop to duplicate an array of 0 octave frequencies of notes and doubles them while adding them to the end of an array to create a long array of musical frequencies from the 0 octave to the 10th octave. A comparator is then used to match the input frequency to the closest constant on the note array. The subvi then outputs the constant closest to the array. Octave Selector Sub.VI The Octave Selector (figure 8 below) takes the input frequency and matches it to the closest musical note of an octave. The user may choose the octave of the range of notes. The output frequency is the closest note matching the frequency. Inside the formula node is a line of constants for each note which is then multiplied by the Octave input to reach the desired octave. There is then a group of if statements to compare the input frequency to the closest note and output the note.

11 Figure 8: Octave subvi seen as Auto Octave Change in the block diagram (figure 3) LED Sub.VI Figure 9: LED indicator sub.vi located in the main block diagram (figure 3) as LED

12 The LED sub.vi (figure 9) allows us to set the range of frequencies in which we want the LEDs to turn on. Our total range of frequencies was from 50Hz Hz. In order to split the range up to 3 LEDs we divided 4950/3=1650 and adjusted slightly to avoid hitting the edges of the range and causing an error. The sub.vi works as follows: if the input frequency is between 45 Hz Hz, only LED 1 will be on. If the input frequency is between 1701 Hz Hz, LED 1 and LED 2 will be on. Any frequency higher than 3400 will turn all three LEDs on at the same time. The DAQ Assistant digitally outputs the signals within the required frequency range to the LED Circuitry. Each LED corresponds with a range of frequency. Output LED Circuitry Figure 10: The physical output LED circuitry from the mydaq s digital outputs The three LEDs (figure 10) each represent a zone the frequency is in, treble, mid tone, and bass. As the frequency increase the LEDs turn on and off chronologically from bass to treble, and treble to bass. The 10k ohm resistors are inserted to limited the current inputted to the LEDs. Value Statement The optical theremin allows for the separation of the pitch and volume control. In a regular instrument such as the guitar, the user controls the frequency and amplitude of the sound through the vibration of the strings. The length of the string determines the pitch while the force of the vibration determines the amplitude. However, the

13 relationship between the pitch and volume in the guitar can make it difficult to hold one control as a constant while changing the other, such as changing the pitch while keeping volume constant. The optical theremin allows for the user to hold an exact volume while modifying the pitch to their desire. This separation of pitch and volume controls gives the user a higher level of control that a traditional instrument wouldn t offer. Conclusion The Optical Theremin is a musical instrument that uses two types of user controlled inputs; one physical and one virtual. The physical user control is the circuit depicted in Figure 13 in Appendix C. The user controls the inputs using light intensity by hovering thon s hands at different heights about each photodiode. The virtual control is done using the front panel of the LabVIEW main VI as shown in Figure 2. With the controls given, the user can control the volume, bass, mid tone, and treble of the output signal. The user can also set the minimum and maximum frequency output desired. The mydaq was used as the read and write process. The signal was read in through the mydaq AI0 and AI1 ports and then output through the Audio Out port. On the output side, speakers were used to transmit the signal to an audio tone which was in the range set by the user.

14 Appendix A: High Level Block Diagram Figure 11 : High level block diagram depicting the hierarchy of the N=0, N=1, and N=2 levels of the Optical Theremin design. Figure 12 : High level block of the LabVIEW component of the Optical Theremin in the hierarchy of N=0, N=1, and N=2. Appendix B: Tables of Schedule and Bill of Materials

15 Table 1: Schedule of Optical Theremin design depicted through a Gantt Chart Table 2: Bill of Materials of the Optical Theremin Appendix C: Visual Representation of Circuit

16 Figure 13: Physical representation of the Optical Theremin design project

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

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

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

THE PENNSYLVANIA STATE UNIVERSITY. Lab 2: Designing Optical Theremin Instrument. EE 300W Section 001. Nathaniel Houtz, Ji Eun Shin, Peter Wu 2/22/2013 THE PENNSYLVANIA STATE UNIVERSITY Lab 2: Designing Optical Theremin Instrument EE 300W Section 001 Nathaniel Houtz, Ji Eun Shin, Peter Wu 2/22/2013 1 ABSTRACT A simple Theremin must be able to produce

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

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

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

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

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

LabVIEW 8" Student Edition

LabVIEW 8 Student Edition LabVIEW 8" Student Edition Robert H. Bishop The University of Texas at Austin PEARSON Prentice Hall Upper Saddle River, NJ 07458 CONTENTS Preface xvii LabVIEW Basics 1.1 System Configuration Requirements

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

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

Operational Amplifiers (Op Amps)

Operational Amplifiers (Op Amps) Operational Amplifiers (Op Amps) Introduction * An operational amplifier is modeled as a voltage controlled voltage source. * An operational amplifier has a very high input impedance and a very high gain.

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

ESE 150 Lab 04: The Discrete Fourier Transform (DFT)

ESE 150 Lab 04: The Discrete Fourier Transform (DFT) LAB 04 In this lab we will do the following: 1. Use Matlab to perform the Fourier Transform on sampled data in the time domain, converting it to the frequency domain 2. Add two sinewaves together of differing

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

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

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

GEORGIA INSTITUTE OF TECHNOLOGY SCHOOL of ELECTRICAL and COMPUTER ENGINEERING. ECE 3084 Fall 2017 Lab #2: Amplitude Modulation

GEORGIA INSTITUTE OF TECHNOLOGY SCHOOL of ELECTRICAL and COMPUTER ENGINEERING. ECE 3084 Fall 2017 Lab #2: Amplitude Modulation GEORGIA INSTITUTE OF TECHNOLOGY SCHOOL of ELECTRICAL and COMPUTER ENGINEERING ECE 3084 Fall 2017 Lab #2: Amplitude Modulation Date: 31 Oct 2017 1 Goals This lab explores the principles of amplitude modulation,

More information

Learning Objectives:

Learning Objectives: Learning Objectives: At the end of this topic you will be able to; recall the conditions for maximum voltage transfer between sub-systems; analyse a unity gain op-amp voltage follower, used in impedance

More information

EE-4022 Experiment 2 Amplitude Modulation (AM)

EE-4022 Experiment 2 Amplitude Modulation (AM) EE-4022 MILWAUKEE SCHOOL OF ENGINEERING 2015 Page 2-1 Student objectives: EE-4022 Experiment 2 Amplitude Modulation (AM) In this experiment the student will use laboratory modules to implement operations

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

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

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

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

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

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

ESE 150 Lab 04: The Discrete Fourier Transform (DFT)

ESE 150 Lab 04: The Discrete Fourier Transform (DFT) LAB 04 In this lab we will do the following: 1. Use Matlab to perform the Fourier Transform on sampled data in the time domain, converting it to the frequency domain 2. Add two sinewaves together of differing

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

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

Pre-Lab. Introduction

Pre-Lab. Introduction Pre-Lab Read through this entire lab. Perform all of your calculations (calculated values) prior to making the required circuit measurements. You may need to measure circuit component values to obtain

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

Stereo Tone Controller

Stereo Tone Controller Stereo Tone Controller 1. Objective In this project, you get to design a stereo tone-controller. In other words, the circuit will amplify the base and/or treble for a two-channel stereo system. 2. Prelab

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

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

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

Description of a Function Generator Instrument

Description of a Function Generator Instrument Description of a Function Generator Instrument A function generator is usually a piece of electronic test equipment that is used to generate different types of electrical waveforms over a wide range of

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

EE43 43/100 Fall Final Project: 1: Audio Amplifier, Part Part II II. Part 2: Audio Amplifier. Lab Guide

EE43 43/100 Fall Final Project: 1: Audio Amplifier, Part Part II II. Part 2: Audio Amplifier. Lab Guide EE 3/00 EE FINAL PROJECT PROJECT:AN : AUDIO AUDIO AMPLIFIER AMPLIFIER Part : Audio Amplifier Lab Guide In this lab we re going to extend what you did last time. We re going to use your AC to DC converter

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

Laboratory 8 Operational Amplifiers and Analog Computers

Laboratory 8 Operational Amplifiers and Analog Computers Laboratory 8 Operational Amplifiers and Analog Computers Introduction Laboratory 8 page 1 of 6 Parts List LM324 dual op amp Various resistors and caps Pushbutton switch (SPST, NO) In this lab, you will

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

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

Sampling and Reconstruction

Sampling and Reconstruction Experiment 10 Sampling and Reconstruction In this experiment we shall learn how an analog signal can be sampled in the time domain and then how the same samples can be used to reconstruct the original

More information

GENERATION OF SIGNALS USING LABVIEW FOR MAGNETIC COILS WITH POWER AMPLIFIERS

GENERATION OF SIGNALS USING LABVIEW FOR MAGNETIC COILS WITH POWER AMPLIFIERS GENERATION OF SIGNALS USING LABVIEW FOR MAGNETIC COILS WITH POWER AMPLIFIERS Ashmi G V 1, Meena M S 2 1 ER&DCI-IT, Centre for Development of Advanced Computing, Thiruvananthapuram(India) 2 LAMP Group,

More information

cosω t Y AD 532 Analog Multiplier Board EE18.xx Fig. 1 Amplitude modulation of a sine wave message signal

cosω t Y AD 532 Analog Multiplier Board EE18.xx Fig. 1 Amplitude modulation of a sine wave message signal University of Saskatchewan EE 9 Electrical Engineering Laboratory III Amplitude and Frequency Modulation Objectives: To observe the time domain waveforms and spectra of amplitude modulated (AM) waveforms

More information

Lab 2: Common Base Common Collector Design Exercise

Lab 2: Common Base Common Collector Design Exercise CSUS EEE 109 Lab - Section 01 Lab 2: Common Base Common Collector Design Exercise Author: Bogdan Pishtoy / Lab Partner: Roman Vermenchuk Lab Report due March 26 th Lab Instructor: Dr. Kevin Geoghegan 2016-03-25

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

Analog Synthesizer: Functional Description

Analog Synthesizer: Functional Description Analog Synthesizer: Functional Description Documentation and Technical Information Nolan Lem (2013) Abstract This analog audio synthesizer consists of a keyboard controller paired with several modules

More information

PHY 351/651 LABORATORY 5 The Diode Basic Properties and Circuits

PHY 351/651 LABORATORY 5 The Diode Basic Properties and Circuits Reading Assignment Horowitz, Hill Chap. 1.25 1.31 (p35-44) Data sheets 1N4007 & 1N4735A diodes Laboratory Goals PHY 351/651 LABORATORY 5 The Diode Basic Properties and Circuits In today s lab activities,

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

Report on Dynamic Temperature control of a Peltier device using bidirectional current source

Report on Dynamic Temperature control of a Peltier device using bidirectional current source 19 May 2017 Report on Dynamic Temperature control of a Peltier device using bidirectional current source Physics Lab, SSE LUMS M Shehroz Malik 17100068@lums.edu.pk A bidirectional current source is needed

More information

I1 19u 5V R11 1MEG IDC Q7 Q2N3904 Q2N3904. Figure 3.1 A scaled down 741 op amp used in this lab

I1 19u 5V R11 1MEG IDC Q7 Q2N3904 Q2N3904. Figure 3.1 A scaled down 741 op amp used in this lab Lab 3: 74 Op amp Purpose: The purpose of this laboratory is to become familiar with a two stage operational amplifier (op amp). Students will analyze the circuit manually and compare the results with SPICE.

More information

MUSIC RESPONSIVE LIGHT SYSTEM

MUSIC RESPONSIVE LIGHT SYSTEM MUSIC RESPONSIVE LIGHT SYSTEM By Andrew John Groesch Final Report for ECE 445, Senior Design, Spring 2013 TA: Lydia Majure 1 May 2013 Project 49 Abstract The system takes in a musical signal as an acoustic

More information

University of North Carolina, Charlotte Department of Electrical and Computer Engineering ECGR 3157 EE Design II Fall 2009

University of North Carolina, Charlotte Department of Electrical and Computer Engineering ECGR 3157 EE Design II Fall 2009 University of North Carolina, Charlotte Department of Electrical and Computer Engineering ECGR 3157 EE Design II Fall 2009 Lab 1 Power Amplifier Circuits Issued August 25, 2009 Due: September 11, 2009

More information

University of Pennsylvania Department of Electrical and Systems Engineering Digital Audio Basics

University of Pennsylvania Department of Electrical and Systems Engineering Digital Audio Basics University of Pennsylvania Department of Electrical and Systems Engineering Digital Audio Basics ESE250 Spring 2013 Lab 4: Time and Frequency Representation Friday, February 1, 2013 For Lab Session: Thursday,

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

ME scope Application Note 01 The FFT, Leakage, and Windowing

ME scope Application Note 01 The FFT, Leakage, and Windowing INTRODUCTION ME scope Application Note 01 The FFT, Leakage, and Windowing NOTE: The steps in this Application Note can be duplicated using any Package that includes the VES-3600 Advanced Signal Processing

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

LAB 5 OPERATIONAL AMPLIFIERS

LAB 5 OPERATIONAL AMPLIFIERS LAB 5 OPERATIONAL AMPLIFIERS PRE-LAB CALCULATIONS: Use circuit analysis techniques learned in class to analyze the circuit in Figure 5.2. Solve for Vo assuming that the effective resistance of the LED

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

Designing High Power Parallel Arrays with PRMs

Designing High Power Parallel Arrays with PRMs APPLICATION NOTE AN:032 Designing High Power Parallel Arrays with PRMs Ankur Patel Applications Engineer August 2015 Contents Page Introduction 1 Arrays for Adaptive Loop / Master-Slave Operation 1 High

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

Operational Amplifier

Operational Amplifier Operational Amplifier Joshua Webster Partners: Billy Day & Josh Kendrick PHY 3802L 10/16/2013 Abstract: The purpose of this lab is to provide insight about operational amplifiers and to understand the

More information

Electronic Instrumentation ENGR-4300 Fall 2002 Project 2: Optical Communications Link

Electronic Instrumentation ENGR-4300 Fall 2002 Project 2: Optical Communications Link Project 2: Optical Communications Link For this project, each group will build a transmitter circuit and a receiver circuit. It is suggested that 1 or 2 students build and test the individual components

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

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

ETEK TECHNOLOGY CO., LTD.

ETEK TECHNOLOGY CO., LTD. Trainer Model: ETEK DCS-6000-07 FSK Modulator ETEK TECHNOLOGY CO., LTD. E-mail: etek21@ms59.hinet.net mlher@etek21.com.tw http: // www.etek21.com.tw Digital Communication Systems (ETEK DCS-6000) 13-1:

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

Physics 262. Lab #1: Lock-In Amplifier. John Yamrick

Physics 262. Lab #1: Lock-In Amplifier. John Yamrick Physics 262 Lab #1: Lock-In Amplifier John Yamrick Abstract This lab studied the workings of a photodiode and lock-in amplifier. The linearity and frequency response of the photodiode were examined. Introduction

More information

Week 8 AM Modulation and the AM Receiver

Week 8 AM Modulation and the AM Receiver Week 8 AM Modulation and the AM Receiver The concept of modulation and radio transmission is introduced. An AM receiver is studied and the constructed on the prototyping board. The operation of the AM

More information

Interactive Tone Generator with Capacitive Touch. Corey Cleveland and Eric Ponce. Project Proposal

Interactive Tone Generator with Capacitive Touch. Corey Cleveland and Eric Ponce. Project Proposal Interactive Tone Generator with Capacitive Touch Corey Cleveland and Eric Ponce Project Proposal Overview Capacitance is defined as the ability for an object to store charge. All objects have this ability,

More information

MEC751 Measurement Lab 2 Instrumented Cantilever Beam

MEC751 Measurement Lab 2 Instrumented Cantilever Beam MEC751 Measurement Lab 2 Instrumented Cantilever Beam Goal: 1. To use a cantilever beam as a precision scale for loads between 0-500 gr. Using calibration procedure determine: a) Sensitivity (mv/gr) b)

More information

Music 171: Amplitude Modulation

Music 171: Amplitude Modulation Music 7: Amplitude Modulation Tamara Smyth, trsmyth@ucsd.edu Department of Music, University of California, San Diego (UCSD) February 7, 9 Adding Sinusoids Recall that adding sinusoids of the same frequency

More information

ELEG 205 Analog Circuits Laboratory Manual Fall 2016

ELEG 205 Analog Circuits Laboratory Manual Fall 2016 ELEG 205 Analog Circuits Laboratory Manual Fall 2016 University of Delaware Dr. Mark Mirotznik Kaleb Burd Patrick Nicholson Aric Lu Kaeini Ekong 1 Table of Contents Lab 1: Intro 3 Lab 2: Resistive Circuits

More information

Final Report (Group 15-22)

Final Report (Group 15-22) Group 15-22 Ultrasound Imaging 1 Final Report (Group 15-22) Ultrasound Imaging System Project members Advisor and Client: Timothy Bigelow bigelow@iastate.edu Aaron Tainter (Programming) atainter@iastate.edu

More information

UNIT-3. Electronic Measurements & Instrumentation

UNIT-3.   Electronic Measurements & Instrumentation UNIT-3 1. Draw the Block Schematic of AF Wave analyzer and explain its principle and Working? ANS: The wave analyzer consists of a very narrow pass-band filter section which can Be tuned to a particular

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

LabVIEW Day 2: Other loops, Other graphs

LabVIEW Day 2: Other loops, Other graphs LabVIEW Day 2: Other loops, Other graphs Vern Lindberg From now on, I will not include the Programming to indicate paths to icons for the block diagram. I assume you will be getting comfortable with the

More information

FAST Fourier Transform (FFT) and Digital Filtering Using LabVIEW

FAST Fourier Transform (FFT) and Digital Filtering Using LabVIEW FAST Fourier Transform (FFT) and Digital Filtering Using LabVIEW Instructor s Portion Wei Lin Department of Biomedical Engineering Stony Brook University Summary Uses This experiment requires the student

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

First Results from the HP 3562A Dynamic Signal Analyzer with Data Acquisition. Chris Orban Fall Semester, 2002 UIUC P398EMI Student

First Results from the HP 3562A Dynamic Signal Analyzer with Data Acquisition. Chris Orban Fall Semester, 2002 UIUC P398EMI Student First Results from the HP 3562A Dynamic Signal Analyzer with Data Acquisition Chris Orban (corban@uiuc.edu) Fall Semester, 2002 UIUC P398EMI Student Abstract: The arrival of the Hewlett Packard HP3562A

More information

The following examples explore some of the possible uses of these preamps.

The following examples explore some of the possible uses of these preamps. The series preamplifiers are designed to improve the performance of electric instruments by increasing the signal level, modifying tonal quality with a wide range of options and decreasing the treble losses

More information

UNIVERSITY OF CALIFORNIA, BERKELEY. EE40: Introduction to Microelectronic Circuits Lab 1. Introduction to Circuits and Instruments Guide

UNIVERSITY OF CALIFORNIA, BERKELEY. EE40: Introduction to Microelectronic Circuits Lab 1. Introduction to Circuits and Instruments Guide UNERSTY OF CALFORNA, BERKELEY EE40: ntroduction to Microelectronic Circuits Lab 1 ntroduction to Circuits and nstruments Guide 1. Objectives The electronic circuit is the basis for all branches of electrical

More information

Laboratory Project 1B: Electromyogram Circuit

Laboratory Project 1B: Electromyogram Circuit 2240 Laboratory Project 1B: Electromyogram Circuit N. E. Cotter, D. Christensen, and K. Furse Electrical and Computer Engineering Department University of Utah Salt Lake City, UT 84112 Abstract-You will

More information

Operational Amplifiers

Operational Amplifiers 1. Introduction Operational Amplifiers The student will be introduced to the application and analysis of operational amplifiers in this laboratory experiment. The student will apply circuit analysis techniques

More information

Goals of the Lab: Photodetectors and Noise (Part 2) Department of Physics. Slide 1. PHYSICS6770 Laboratory 4

Goals of the Lab: Photodetectors and Noise (Part 2) Department of Physics. Slide 1. PHYSICS6770 Laboratory 4 Slide 1 Goals of the Lab: Understand the origin and properties of thermal noise Understand the origin and properties of optical shot noise In this lab, You will qualitatively and quantitatively determine

More information

Mini Mixer. Learn It! Build It! Core Concept Instructor Set. Materials:

Mini Mixer. Learn It! Build It! Core Concept Instructor Set. Materials: Mini Mixer Core Concept Instructor Set Materials: mydaq Stereo Speaker/Headphones Learn It! The typical speaker design takes advantage of the principals of electromagnetism. As current runs through a wire,

More information

Analog Effect Pedals. EE333 Project 1. Francisco Alegria and Josh Rolles

Analog Effect Pedals. EE333 Project 1. Francisco Alegria and Josh Rolles Analog Effect Pedals EE333 Project 1 Francisco Alegria and Josh Rolles Introduction For the first project, we ve chosen to design two analog guitar effect pedals. This report will discuss the schematic

More information

Basic operational amplifier circuits In this lab exercise, we look at a variety of op-amp circuits. Note that this is a two-period lab.

Basic operational amplifier circuits In this lab exercise, we look at a variety of op-amp circuits. Note that this is a two-period lab. Basic operational amplifier circuits In this lab exercise, we look at a variety of op-amp circuits. Note that this is a two-period lab. Prior to Lab 1. If it has been awhile since you last used the lab

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

Rowan University Freshman Clinic I Lab Project 2 The Operational Amplifier (Op Amp)

Rowan University Freshman Clinic I Lab Project 2 The Operational Amplifier (Op Amp) Rowan University Freshman Clinic I Lab Project 2 The Operational Amplifier (Op Amp) Objectives Become familiar with an Operational Amplifier (Op Amp) electronic device and it operation Learn several basic

More information

EE 233 Circuit Theory Lab 4: Second-Order Filters

EE 233 Circuit Theory Lab 4: Second-Order Filters EE 233 Circuit Theory Lab 4: Second-Order Filters Table of Contents 1 Introduction... 1 2 Precautions... 1 3 Prelab Exercises... 2 3.1 Generic Equalizer Filter... 2 3.2 Equalizer Filter for Audio Mixer...

More information

Assist Lecturer: Marwa Maki. Active Filters

Assist Lecturer: Marwa Maki. Active Filters Active Filters In past lecture we noticed that the main disadvantage of Passive Filters is that the amplitude of the output signals is less than that of the input signals, i.e., the gain is never greater

More information

1. An engineer measures the (step response) rise time of an amplifier as. Estimate the 3-dB bandwidth of the amplifier. (2 points)

1. An engineer measures the (step response) rise time of an amplifier as. Estimate the 3-dB bandwidth of the amplifier. (2 points) Exam 1 Name: Score /60 Question 1 Short Takes 1 point each unless noted otherwise. 1. An engineer measures the (step response) rise time of an amplifier as. Estimate the 3-dB bandwidth of the amplifier.

More information

Optical Modulation and Frequency of Operation

Optical Modulation and Frequency of Operation Optical Modulation and Frequency of Operation Developers AB Overby Objectives Preparation Background The objectives of this experiment are to describe and illustrate the differences between frequency of

More information

L02 Operational Amplifiers Applications 1

L02 Operational Amplifiers Applications 1 L02 Operational Amplifiers Applications 1 Chapter 9 Ideal Operational Amplifiers and Op-Amp Circuits Donald A. Neamen (2009). Microelectronics: Circuit Analysis and Design, 4th Edition, Mc-Graw-Hill Prepared

More information

4. Digital Measurement of Electrical Quantities

4. Digital Measurement of Electrical Quantities 4.1. Concept of Digital Systems Concept A digital system is a combination of devices designed for manipulating physical quantities or information represented in digital from, i.e. they can take only discrete

More information