ENHANCED WIRELESS AUDIO AMPLIFIER

Size: px
Start display at page:

Download "ENHANCED WIRELESS AUDIO AMPLIFIER"

Transcription

1 5/4/2012 RUTGERS UNIVERSITY, SCHOOL OF ENGINEERING ENHANCED WIRELESS AUDIO AMPLIFIER Evan Foxman, Chihwei Ching, Bryan Garofalo, Matthew Moccaro, Xiang Lin

2 Contents Abstract... 3 Background information on our design... 5 Overall Design... 5 The Amplifier Circuit... 7 Class B & AB amplifier... 8 Short-Circuit Protection Output The Coding Algorithms Conclusion Presentation May 2, Poster Group Shot Bibliography Appendix Bluetooth Bee master code Bluetooth Bee slave code... 23

3 Abstract Amplifiers are devices used to generate a greater output signal when compared to its input signal. In equation form: V o=av in, where V o is the output voltage, V in is the input voltage and A is the gain. A is dimensionless and is a multiple of the input voltage and/or signal. While amplifiers are commonly linked to voltage gain, they are not limited to strictly voltage applications, as some amplifiers can be used to amplify current. Amplifiers are used in countless circuits, but are well-known for being applied to audio signaling applications. A typical amplifier configuration is shown in the figure below: (Stutz) In the figure, the amplifier is represented by the triangular symbol. The +V and -V terminals determine the maximum voltage swing that the amplifier can achieve at its output terminal when amplifying the input signal; hence, the amplified output signal will clip off below -V or above +V. An input signal, V input, is sent to the positive or negative input terminals and the output signal is seen across resistor R load. The output signal will ideally be a linear multiple of the input signal and can be either positive or negative. (Jaegar and Blalock) p. 554

4 For many applications, the amplifier will be configured to operate in an inverting mode, which means V input is input to the inverting terminal via a resistor (R 1 ). The positive terminal is typically tied to either a voltage supply or a ground. The output is connected to the inverting terminal through a resistor (R 2 ), resulting in negative feedback. In this configuration, the amplifier gain is given by: -(R 2 /R 1 ).Thus the output of the amplifier is a linear multiple of the input and is also inverted, or phase-shifted by 180⁰. (Jaegar and Blalock) p. 558 In many cases, the amplifier may also be configured in a non-inverting mode. A setup similar to the inverting mode is applied, with the exception that the feedback loop and V input are physically decoupled and are only connected via the virtual short at the input of the amplifier. Using the same notation as the inverting mode, the gain of the non-inverting amplifier is given by: 1+(R 2 /R 1 ). The concept behind our design of a wireless amplifier was to couple an amplifier and a speaker with a wireless link to send audio signals from a central base station to many speakers around either a room or a small building. We chose to use Bluetooth rather than Wi-Fi; although Bluetooth suffers from lower bit rates than Wi-Fi, our application does not necessitate high bit rates, and uses less power than Wi-Fi, making it a better choice for our application. Our experimental setup consists of an audio player and a master Bluetooth module on the source end, which transmits the audio signal to a slave Bluetooth module on the receiving end. The slave outputs a digital signal at the receiving end, which is converted to an analog signal, amplified and then output to a speaker. The amplifier has variable volume control via a potentiometer. This design will allow a user to place a speaker anywhere within a 10-meter radius of the base station without the hassle of running wires between the speaker(s) and the base station.

5 Background information on our design There are many different topologies and designs for an audio amplifier, each one having its benefits over the other. The amplifier we designed started as a class B but we had trouble with distortion, background noise, and clipping. By switching to a class AB amplifier, when the crossover occurred, no background noise was heard and the amplifier was more efficient. To briefly summarize the different classes of amplifiers: Class A - has low efficiency of less than 40% but good signal reproduction and linearity. Class B - is twice as efficient as class A amplifiers with a maximum theoretical efficiency of about 70% because the amplifying device only conducts (and uses power) for half of the input signal. Class AB - has an efficiency rating between that of Class A and Class B but poorer signal reproduction than class A amplifiers. Class C - is the most efficient amplifier class as only a very small portion of the input signal is amplified therefore the output signal bears very little resemblance to the input signal. Class C amplifiers have the worst signal reproduction. (Storr) Overall Design

6 Our final design consists of about five distinct stages. A synopsis of these stages is presented below: 1.) The MP3 Player The MP3 player starts the process. It simply provides a song to the Arduino where it will soon be processed and transmitted via Bluetooth. 2.) The Transmission - Arduino Uno The Arduino Uno is a very versatile platform that is intuitive to code for. As such, it was a perfect platform for our design. We were going to need two of these boards: one for the processing and transmission of the audio file and one for the reception and playback of the audio file. For now, only the transmission board is of note. From the previous step, the Arduino Uno has an on-board Analog-to- Digital Converter (ADC) which takes the analog output from the MP3 player and then processes it through the Digital I/O pins of the Bluetooth Bee. 3.) The Bluetooth Bees The Bluetooth Bee is a standard Bluetooth module that can be attached to the Arduino Uno. For our design, two Bluetooth Bees were necessary: one to send the audio file and one to receive the audio file for playback. The Bluetooth Bee acts as a slave device to the Arduino Uno it is attached to, however, the two Bees also exhibit a hierarchical relationship between each other, with the source Bee being the master device of that pair. The receiving Bluetooth Bee receives the data from the source Bluetooth Bee and sends it into a Digital I/O pin on the receiving Arduino. 4.) The Off-Board Digital-to-Analog Converter The receiving Arduino Uno takes in the output of the Bluetooth Bee and sends it to an off-board resistive ladder network (called an R-2R ladder). The song s bits are spread into a parallel arrangement and fed to the network from 10 of the Digital I/O pins on the Arduino board in the form of discrete HIGH (5V) and LOW (0V) voltage values. The HIGHs and LOWs generated at these pin sites are voltage divided within the resistive network and the analog signal is produced from variation in voltage divisions as separate pins pulse HIGH or LOW. The output conversion is seen at the top of the ladder network and is then sent to the amplifying circuit. 5.) The Amplifier Circuit The final step of our overall process is the amplifier circuit. It is composed of three distinct stages, which will be examined more thoroughly in the following sections. On a basic level, the amplifier acts to boost and modulate the gain of our audio file before it reaches the speaker through two separate operational amplifier (op-amp) stages and a buffer stage. While the op-amps control the gain, the buffer stage is needed to properly drive the speaker. The following sections will explain these stages in more detail.

7 The Amplifier Circuit V1 VDD 5V 0.5 Vpk 1kHz 0 1 VDD LME49720HA C2 1 U1B 5 14 V4 5 V 2 R11 1kΩ R12 2kΩ 0 10uF R2 Key = A 3 10kΩ 50% U1A 1 LME49720HA R Ω D1 1N U5 2N3904 VDD 5V VDD U2 TIP41c 16 R4 1 Ω 11 8 D2 1N4148 R5 1 Ω R3 10 Ω 0 Q2 2N U3 R9 270 Ω TIP42c VSS VSS -5V As previously mentioned, the amplifier circuit is broken into three separate stages before the final output is sent to the speaker. The first stage consists of an op-amp in positive feedback with a gain of 1.5 that acts as a pre-amp. The output of this op-amp flows to an AC-coupling capacitor and a variable resistor, called a potentiometer. The potentiometer can be manually modulated by turning the screw on its top. In doing so, it will vary the gain of the second stage op-amp, which is in negative feedback connected to the output of the third stage with the potentiometer. The potentiometer can be adjusted to create about a gain of three on the second op-amp (75% turn) before clipping occurs on the output of the second stage. From the second stage, there is a final output stage using two high-powered BJTs: the NPN-TIP41 and the PNP-TIP42. Since the output from the second op-amp will be a varying sine wave, generally one of these transistors will be on at any given time, though a small crossover distortion where both are on also exists. To reduce crossover distortion, two diodes were placed on the bases of each of these transistors to properly bias them. As a final measure, short circuit protection was also placed on the emitters of these transistors in the form of two very smaller resistors in parallel with two general purpose transistors: the NPN-2N23904 and the PNP-2N3906. If the current flowing through the TIP series BJTs becomes too great, the voltage drop across the resistors will be equal to or greater than the necessary voltage to turn either of the general purpose transistors on. In doing so, they will steal current from the TIP series transistors to prevent them from burning out. Finally, the output signal will flow in feedback to the potentiometer and to the speaker itself, which will play the audio file.

8 Class B & AB amplifier As mentioned before, our original amplifier design was a class B. A simplified version of the class B amplifier can be seen in the adjacent circuit schematic: (Jaegar and Blalock) p.1008 (Jaegar and Blalock) p.1008 (Jaegar and Blalock) p.1009 As the sinusoidal wave is in the positive phase or the first half of 180, the top transistor is on. When the sinusoidal wave passes 180, the signal is in the negative region and the bottom transistor is on. During this switch from the top to the bottom transistor, there is a point where a dead zone is formed. This is where the distortion occurs. As seen from the plots of the output from the class B amplifier, distortion and other unpleasant sounds can be heard when the audio signal is passed to the speaker during the crossover region. To eliminate this problem, we changed our design to a class AB amplifier, which adds two diodes to the base of our transistors. Similar to the class B design, the top transistor will be on for the first half of the 180 and the bottom transistor will be on after. Unlike the class B amplifier, which simply took the input from the second amplifier to the base of the transistor, the diodes allow both transistors turn on in the crossover period, reducing crossover distortion. In our design seen above, the output from the second amplifier at node 11 is where the class AB amplifier begins.

9 A simplified class AB amplifier: (Jaegar and Blalock) p Although the example shows MOSFETs, the same setup and output occurs when BJT s are use.

10 Short-Circuit Protection In the event there was a surge from the op-amp, or some outside factor causing a dramatic increase of current, some sort of protection was going to be needed to prevent the high-powered BJTs from overheating and breaking down. Hence, we decided to implement short-circuit protection as an extra measure. As seen in our design above, when the current enters the base of the transistor at node 6, it crosses over to the emitter region at node 16, then through a 1Ω resistor and lastly, the speaker, which is represented by a load resistance of 10. Very little voltage will be lost to the 1Ω resistor during normal operation and the general purpose transistors will remain off. However, if there is a surge, when the current passes through the emitter and then node 16, it will be large enough to turn on the BJT that is also connected to node 16 because the voltage drop across that resistor will be greater than or equal to the transistor turn-on voltage. During the surge, the 3904 BJT takes the increased current and shunts it through its collector, limiting the current through the high-powered TIPs and saving them from destruction. Although, we have discussed our circuit design for short circuit protection, a simplified circuit shows how this process works: (Jaegar and Blalock) p. 1012

11 Output The final output of this design is when the signal passed through the speaker. We compared the output of the signal under two conditions. The first condition was when the MP3 player was attached to the speaker. Next, we took the MP3 player and hooked it up to our circuit and adjusted the potentiometer until the gains were substantial. Even when the speaker was simply hooked up to the MP3 player and the volume was at max, our circuit was still louder and clearer. The simulated outputs can be seen on the following pages. Note that the image description appears below the respective image in bolded text: Unity gain (potentiometer set to 50%)

12 Potentiometer set to 65% - gain equals 1.86 Potentiometer set to 75% - gain equals 3

13 Potentiometer set at 80% - gain equals 4 As seen above in the image above, clipping occurs when the potentiometer ratio reaches about 80% and a lot of background noise and distortion can also be noticed; however, the greatest gains occur when the potentiometer is between 75% and 80%. Actual constructed circuit with MP3 player and speaker

14 Close up of the breadboard

15 The Coding Algorithms The algorithms for this project were involved within the coding of the Bluetooth modules. Each Bluetooth module had to follow several algorithms in order to perform the tasks needed. The process involved connecting the two pieces together, sending the appropriate data, and then receiving the data, all in a timely manner so that the music would play through clearly and without significant delay. All code associated with these algorithms can be seen in the Appendix at the end of the report. To make a connection between each Bluetooth module, we needed to send a series of commands in order to set up each side for its respective purpose. To send commands directly to the modules, the command Serial.print(); was used to initialize the Bluetooth modules, i.e., set them up. Furthermore, the first command that needed to be sent was the one to set up one module as a slave and then the other as a master. To do this, the first few line of code were +STDMOD =0 and STDMOD=1, respectively. Next, we sent several other less important commands to the modules which make our experience with them more convenient such as an auto-connect feature and a name command to name each module. Finally, the next vital part of our connection algorithm uses the command +INQ=1. This command allows each module to inquire for Bluetooth-compatible devices in the surrounding area to look for the other module. The master module is loaded with another command that connects the two devices. It takes on the form +CONNECT=01,01,01,01,A;. In our code, the 01 s were replaced with the address of the slave Bluetooth module. This makes sure that the master module connects to the slave module only and not to some other device. Finally, after these steps are completed, the connection is established between the modules and they are ready for communication. MASTER MODULE SLAVE MODULE +STWMOD=1 +STWMOD=0 +INQ=1 +INQ=1 +CONNECT=01,01,A

16 To send the data, another algorithm was used. This algorithm was written in the master Bluetooth module and is used to send data. It is a very simple algorithm and simply reads in digital information from one source pin in a continuous loop and uses the Serial.print(); command to send the data from one Bluetooth module to another after the connection is made. Read in Data From Source Send Data From Master Bluetooth Module to Slave Module Finally, the last algorithm which was used helped us to receive the data on the slave module. The algorithm was slightly more involved as it needed to sort through the data it received so that it would only pass on good data and not any interference or irregularities picked up from the signal it received. The first problem which we needed to overcome was that the data was received as a character data type. This value then needed to be transformed into an integer so that it could be used by the DAC (Digital to Analog Converter). To solve this problem, we used the atoi function which helped us to convert from a character data type to an integer data type. After this, the data was checked to make sure that we were getting the only the data we desired. This was done with simple if statements, which stated that if an input was not a number, do not send it on to the DAC. The code then determines what range the number is between, and then sends the correct pin HIGH at the correct time, thus allowing the DAC to take over and convert this digital signal into an analog one. This algorithm is the backbone of our project and helps to transport data efficiently. Read In Data From Serial Convert Data To Integer Sort Out Unneeded Data Send Correct Data To Pins

17 Conclusion As with any project, there is always room for improvement, and this project was no exception. Noise cancellation and distortion reduction are still areas of design that we should seek to improve upon for future projects, as these two issues plagued our project. On another hand, this project could also be expanded to fulfill the initial goal of a surround sound audio system with more than one speaker through the use of longer-range Bluetooth apparatuses and more speaker amplifier systems, as well as a GUI interface for a more established base of operation. Technical and time challenges limited our ability to achieve this original vision, in no small part thanks to the several problems we encountered, from hardware malfunctions, software errors, unforeseen noise issues and last-minute changes. Fortunately, we managed to get all of the pieces working together to achieve a large portion of the goal we set for ourselves when it mattered and our project could still be regarded as an immense success, despite the odds. We managed to properly transmit audio data from one Arduino to another, amplify it and output it relatively clearly through a speaker. Although not everything went as expected or planned, this project served a very vital role in our education. Through this experience, not only did we develop a new set of skills in terms of hardware and software design, but we refined old skills in circuit analysis and design, time management and how to succeed as a team, all of which are essential for success in the real world as electrical engineers. We took our failures and made them into successes by learning from our mistakes and applying new ways of thinking to solve old problems, outside help notwithstanding. In the end, the Capstone project managed to be exactly what it should have been: an educational tool to help get us our feet wet through application combined with theory and to prepare us for the future.

18 Presentation May 2, 2012

19 Input yellow & Output blue

20 Poster

21 Group Shot Bibliography Jaegar, Richard C. and Travis N. Blalock. Microelectronic Circuit Design. 4th edition. New York: McGraw- Hill, Storr, Wayne. Introduction to the Amplifier. April April 2012 < Stutz, Michael. Single-ended and differential amplifiers April 2012 <

22 Appendix Bluetooth Bee master code // serial port long DATARATE = 38400; // maximum data rate for BT Bee int LED = 13; // Pin 13 is connected to a LED on many Arduinos const int analoginpin = A0; //pin A0 designated as audio input int sensorvalue = 0; //voltage value of audio input int outputvalue = 0; //value sent to serial monitor void setup() Serial.begin(DATARATE); // bluetooth bee setup Serial.print("\r\n+STWMOD=1\r\n"); // set to master Bee delay(1000); Serial.print("\r\n+STNA=EVAN\r\n"); // set Bluetooth master module to evan name delay(1000); Serial.print("\r\n+STAUTO=1\r\n"); // don't permit auto-connect delay(1000); Serial.print("\r\n+STOAUT=1\r\n"); // existing default delay(1000); Serial.print("\r\n+STPIN=0000\r\n"); // existing default delay(2000); // required // initiate BTBee connection Serial.print("\r\n+INQ=1\r\n"); delay(2000); // wait for pairing Serial.print("\r\n+CONN=0,18,E4,C,68,A\r\n"); pinmode(led, OUTPUT); void loop() sensorvalue = analogread(analoginpin); //read in audio voltage values Serial.println(sensorValue); //print them out to be sent to other Bee

23 Bluetooth Bee slave code #include <stdlib.h> long DATARATE = 38400; // maximum data rate for BT Bee char inchar; char indata[4]; int index = 0; //counter variable int val = 0; //value to come from indata conversion using atoi() int LED = 13; // Pin 13 is connected to a LED on many Arduinos void setup() Serial.begin(DATARATE); // bluetooth bee setup Serial.print("\r\n+STWMOD=0\r\n"); // set to slave delay(1000); Serial.print("\r\n+STNA=Foxman\r\n"); // set Bluetooth slave module to foxman name delay(1000); Serial.print("\r\n+STAUTO=1\r\n"); // don't permit auto-connect delay(1000); Serial.print("\r\n+STOAUT=1\r\n"); // existing default delay(1000); Serial.print("\r\n+STPIN=0000\r\n"); // existing default delay(2000); // required // initiate BTBee connection Serial.print("\r\n+INQ=1\r\n"); delay(2000); // wait for pairing //pinmode(6, OUTPUT); pinmode(12,output); //MSB pinmode(11,output); pinmode(10,output); pinmode(9,output); pinmode(8,output); pinmode(7,output); pinmode(6,output); pinmode(5,output); pinmode(4,output);

24 pinmode(3,output); //LBS void loop() if (Serial.available()) inchar= Serial.read(); if(inchar == '0' inchar == '1' inchar == '2' inchar == '3' inchar == '4' inchar == '5' inchar == '6' inchar == '7' inchar == '8' inchar == '9') indata[index]= inchar; index++; else val = atoi(indata); if(val!=0) Serial.println(val); if ((val&0b )==1) digitalwrite(3,high); else digitalwrite(3,low); if ((val&0b )==2) digitalwrite(4,high); else

25 digitalwrite(4,low); if ((val&0b )==4) digitalwrite(5,high); else digitalwrite(5,low); if ((val&0b )==8) digitalwrite(6,high); else digitalwrite(6,low); if ((val&0b )==16) digitalwrite(7,high); else digitalwrite(7,low); if ((val&0b )==32) digitalwrite(8,high); else digitalwrite(8,low); if ((val&0b )==64) digitalwrite(9,high); else digitalwrite(9,low);

26 if ((val&0b )==128) digitalwrite(10,high); else digitalwrite(10,low); if ((val&0b )==256) digitalwrite(11,high); else digitalwrite(11,low); if ((val&0b )==512) digitalwrite(12,high); else digitalwrite(12,low); for(index=0;index<4;index++) indata[index] = '\0'; index = 0;

Computer Controlled Curve Tracer

Computer Controlled Curve Tracer Computer Controlled Curve Tracer Christopher Curro The Cooper Union New York, NY Email: chris@curro.cc David Katz The Cooper Union New York, NY Email: katz3@cooper.edu Abstract A computer controlled curve

More information

Boosting output in high-voltage op-amps with a current buffer

Boosting output in high-voltage op-amps with a current buffer Boosting output in high-voltage op-amps with a current buffer Author: Joe Kyriakakis, Apex Microtechnology Date: 02/18/2014 Categories: Current, Design Tools, High Voltage, MOSFETs & Power MOSFETs, Op

More information

A 3-STAGE 5W AUDIO AMPLIFIER

A 3-STAGE 5W AUDIO AMPLIFIER ECE 2201 PRELAB 7x BJT APPLICATIONS A 3-STAGE 5W AUDIO AMPLIFIER UTILIZING NEGATIVE FEEDBACK INTRODUCTION Figure P7-1 shows a simplified schematic of a 3-stage audio amplifier utilizing three BJT amplifier

More information

INTEGRATED CIRCUITS. AN109 Microprocessor-compatible DACs Dec

INTEGRATED CIRCUITS. AN109 Microprocessor-compatible DACs Dec INTEGRATED CIRCUITS 1988 Dec DAC products are designed to convert a digital code to an analog signal. Since a common source of digital signals is the data bus of a microprocessor, DAC circuits that are

More information

University of Pittsburgh

University of Pittsburgh University of Pittsburgh Experiment #7 Lab Report Analog-Digital Applications Submission Date: 08/01/2018 Instructors: Dr. Ahmed Dallal Shangqian Gao Submitted By: Nick Haver & Alex Williams Station #2

More information

PHYS225 Lecture 10. Electronic Circuits

PHYS225 Lecture 10. Electronic Circuits PHYS225 Lecture 10 Electronic Circuits Last lecture Operational Amplifiers Many applications Use feedback for control Negative feedback Ideal case rules Output is whatever is needed to make inputs equal

More information

EE301 Electronics I , Fall

EE301 Electronics I , Fall EE301 Electronics I 2018-2019, Fall 1. Introduction to Microelectronics (1 Week/3 Hrs.) Introduction, Historical Background, Basic Consepts 2. Rewiev of Semiconductors (1 Week/3 Hrs.) Semiconductor materials

More information

EE 332 Design Project

EE 332 Design Project EE 332 Design Project Variable Gain Audio Amplifier TA: Pohan Yang Students in the team: George Jenkins Mohamed Logman Dale Jackson Ben Alsin Instructor s Comments: Lab Grade: Introduction The goal of

More information

Final Design Project: Variable Gain Amplifier with Output Stage Optimization for Audio Amplifier Applications EE 332: Summer 2011 Group 2: Chaz

Final Design Project: Variable Gain Amplifier with Output Stage Optimization for Audio Amplifier Applications EE 332: Summer 2011 Group 2: Chaz Final Design Project: Variable Gain Amplifier with Output Stage Optimization for Audio Amplifier Applications EE 332: Summer 2011 Group 2: Chaz Bofferding, Serah Peterson, Eric Stephanson, Casey Wojcik

More information

INA169 Breakout Board Hookup Guide

INA169 Breakout Board Hookup Guide Page 1 of 10 INA169 Breakout Board Hookup Guide CONTRIBUTORS: SHAWNHYMEL Introduction Have a project where you want to measure the current draw? Need to carefully monitor low current through an LED? The

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

55:041 Electronic Circuits The University of Iowa Fall Exam 3. Question 1 Unless stated otherwise, each question below is 1 point.

55:041 Electronic Circuits The University of Iowa Fall Exam 3. Question 1 Unless stated otherwise, each question below is 1 point. Exam 3 Name: Score /65 Question 1 Unless stated otherwise, each question below is 1 point. 1. An engineer designs a class-ab amplifier to deliver 2 W (sinusoidal) signal power to an resistive load. Ignoring

More information

Op Amp Booster Designs

Op Amp Booster Designs Op Amp Booster Designs Although modern integrated circuit operational amplifiers ease linear circuit design, IC processing limits amplifier output power. Many applications, however, require substantially

More information

Chapter 11 Output Stages

Chapter 11 Output Stages 1 Chapter 11 Output Stages Learning Objectives 2 1) The classification of amplifier output stages 2) Analysis and design of a variety of output-stage types 3) Overview of power amplifiers Introduction

More information

Discrete Op-Amp Kit MitchElectronics 2019

Discrete Op-Amp Kit MitchElectronics 2019 Discrete Op-Amp Kit MitchElectronics 2019 www.mitchelectronics.co.uk CONTENTS Introduction 3 Schematic 4 How It Works 5 Materials 9 Construction 10 Important Information 11 Page 2 INTRODUCTION Even if

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

Audio Amplifier. November 27, 2017

Audio Amplifier. November 27, 2017 Audio Amplifier November 27, 2017 1 Pre-lab No pre-lab calculations. 2 Introduction In this lab, you will build an audio power amplifier capable of driving a 8 Ω speaker the way it was meant to be driven...

More information

Designing an Audio Amplifier Using a Class B Push-Pull Output Stage

Designing an Audio Amplifier Using a Class B Push-Pull Output Stage Designing an Audio Amplifier Using a Class B Push-Pull Output Stage Angel Zhang Electrical Engineering The Cooper Union for the Advancement of Science and Art Manhattan, NY Jeffrey Shih Electrical Engineering

More information

EE 330 Laboratory 8 Discrete Semiconductor Amplifiers

EE 330 Laboratory 8 Discrete Semiconductor Amplifiers EE 330 Laboratory 8 Discrete Semiconductor Amplifiers Fall 2018 Contents Objective:...2 Discussion:...2 Components Needed:...2 Part 1 Voltage Controlled Amplifier...2 Part 2 A Nonlinear Application...3

More information

Miniproject: AM Radio

Miniproject: AM Radio Objective UNIVERSITY OF CALIFORNIA AT BERKELEY College of Engineering Department of Electrical Engineering and Computer Sciences EE05 Lab Experiments Miniproject: AM Radio Until now, the labs have focused

More information

Experiment 6: Biasing Circuitry

Experiment 6: Biasing Circuitry 1 Objective UNIVERSITY OF CALIFORNIA AT BERKELEY College of Engineering Department of Electrical Engineering and Computer Sciences EE105 Lab Experiments Experiment 6: Biasing Circuitry Setting up a biasing

More information

Experiment 6: Biasing Circuitry

Experiment 6: Biasing Circuitry 1 Objective UNIVERSITY OF CALIFORNIA AT BERKELEY College of Engineering Department of Electrical Engineering and Computer Sciences EE105 Lab Experiments Experiment 6: Biasing Circuitry Setting up a biasing

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

Output Stage and Power Amplifiers

Output Stage and Power Amplifiers Microelectronic Circuits Output Stage and ower Amplifiers Slide 1 ntroduction Most of the challenging requirement in the design of the output stage is ower delivery to the load. ower consumption at the

More information

Chapter 13 Output Stages and Power Amplifiers

Chapter 13 Output Stages and Power Amplifiers Chapter 13 Output Stages and Power Amplifiers 13.1 General Considerations 13.2 Emitter Follower as Power Amplifier 13.3 Push-Pull Stage 13.4 Improved Push-Pull Stage 13.5 Large-Signal Considerations 13.6

More information

Transmission of Stereo Audio Signals with Lasers

Transmission of Stereo Audio Signals with Lasers University of Arkansas, Fayetteville ScholarWorks@UARK Electrical Engineering Undergraduate Honors Theses Electrical Engineering 5-2014 Transmission of Stereo Audio Signals with Lasers William Austin Curbow

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

University of California at Berkeley Donald A. Glaser Physics 111A Instrumentation Laboratory

University of California at Berkeley Donald A. Glaser Physics 111A Instrumentation Laboratory Published on Instrumentation LAB (http://instrumentationlab.berkeley.edu) Home > Lab Assignments > Digital Labs > Digital Circuits II Digital Circuits II Submitted by Nate.Physics on Tue, 07/08/2014-13:57

More information

EEE225: Analogue and Digital Electronics

EEE225: Analogue and Digital Electronics EEE225: Analogue and Digital Electronics Lecture II James E. Green Department of Electronic Engineering University of Sheffield j.e.green@sheffield.ac.uk This Lecture 1 One Transistor Circuits Continued...

More information

EE 330 Laboratory 8 Discrete Semiconductor Amplifiers

EE 330 Laboratory 8 Discrete Semiconductor Amplifiers EE 330 Laboratory 8 Discrete Semiconductor Amplifiers Fall 2017 Contents Objective:... 2 Discussion:... 2 Components Needed:... 2 Part 1 Voltage Controlled Amplifier... 2 Part 2 Common Source Amplifier...

More information

A 40 MHz Programmable Video Op Amp

A 40 MHz Programmable Video Op Amp A 40 MHz Programmable Video Op Amp Conventional high speed operational amplifiers with bandwidths in excess of 40 MHz introduce problems that are not usually encountered in slower amplifiers such as LF356

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

BIPOLAR JUNCTION TRANSISTOR (BJT) NOISE MEASUREMENTS 1

BIPOLAR JUNCTION TRANSISTOR (BJT) NOISE MEASUREMENTS 1 4. BIPOLAR JUNCTION TRANSISTOR (BJT) NOISE MEASUREMENTS 4.1 Object The objective of this experiment is to measure the mean-square equivalent input noise, v 2 ni, and base spreading resistance, r x, of

More information

Final Project Stereo Audio Amplifier Final Report

Final Project Stereo Audio Amplifier Final Report The George Washington University School of Engineering and Applied Science Department of Electrical and Computer Engineering Final Project Stereo Audio Amplifier Final Report Daniel S. Boucher ECE 20-32,

More information

Chapter 13 Oscillators and Data Converters

Chapter 13 Oscillators and Data Converters Chapter 13 Oscillators and Data Converters 13.1 General Considerations 13.2 Ring Oscillators 13.3 LC Oscillators 13.4 Phase Shift Oscillator 13.5 Wien-Bridge Oscillator 13.6 Crystal Oscillators 13.7 Chapter

More information

Unit WorkBook 1 Level 4 ENG U22 Electronic Circuits and Devices 2018 UniCourse Ltd. All Rights Reserved. Sample

Unit WorkBook 1 Level 4 ENG U22 Electronic Circuits and Devices 2018 UniCourse Ltd. All Rights Reserved. Sample Pearson BTEC Level 4 Higher Nationals in Engineering (RQF) Unit 22: Electronic Circuits and Devices Unit Workbook 1 in a series of 4 for this unit Learning Outcome 1 Operational Amplifiers Page 1 of 23

More information

Lab 2: Discrete BJT Op-Amps (Part I)

Lab 2: Discrete BJT Op-Amps (Part I) Lab 2: Discrete BJT Op-Amps (Part I) This is a three-week laboratory. You are required to write only one lab report for all parts of this experiment. 1.0. INTRODUCTION In this lab, we will introduce and

More information

8/21/2017. Executive Summary Problem Statement & Solution System Requirements System Analysis

8/21/2017. Executive Summary Problem Statement & Solution System Requirements System Analysis 1 Executive Summary Problem Statement & Solution System Requirements System Analysis Testing & Validation Problems Lessons Learned Conclusion System Design 2 1 Constructing a wireless system makes this

More information

Department of Electronics & Communication Engineering LAB MANUAL SUBJECT: DIGITAL COMMUNICATION LABORATORY [ECE324] (Branch: ECE)

Department of Electronics & Communication Engineering LAB MANUAL SUBJECT: DIGITAL COMMUNICATION LABORATORY [ECE324] (Branch: ECE) Department of Electronics & Communication Engineering LAB MANUAL SUBJECT: DIGITAL COMMUNICATION LABORATORY [ECE324] B.Tech Year 3 rd, Semester - 5 th (Branch: ECE) Version: 01 st August 2018 The LNM Institute

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

USER MANUAL FOR THE LM2901 QUAD VOLTAGE COMPARATOR FUNCTIONAL MODULE

USER MANUAL FOR THE LM2901 QUAD VOLTAGE COMPARATOR FUNCTIONAL MODULE USER MANUAL FOR THE LM2901 QUAD VOLTAGE COMPARATOR FUNCTIONAL MODULE LM2901 Quad Voltage Comparator 1 5/18/04 TABLE OF CONTENTS 1. Index of Figures....3 2. Index of Tables. 3 3. Introduction.. 4-5 4. Theory

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

Experiment No. 9 DESIGN AND CHARACTERISTICS OF COMMON BASE AND COMMON COLLECTOR AMPLIFIERS

Experiment No. 9 DESIGN AND CHARACTERISTICS OF COMMON BASE AND COMMON COLLECTOR AMPLIFIERS Experiment No. 9 DESIGN AND CHARACTERISTICS OF COMMON BASE AND COMMON COLLECTOR AMPLIFIERS 1. Objective: The objective of this experiment is to explore the basic applications of the bipolar junction transistor

More information

ECE 454 Homework #1 Due 11/28/2018 This Wednesday In Lab

ECE 454 Homework #1 Due 11/28/2018 This Wednesday In Lab ECE 454 Homework #1 Due 11/28/2018 This Wednesday In Lab Design the Darlington push-pull amplifier specified in Lab 1: You will build this amplifier for Lab 1 so use parts that are available in the lab.

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

An amplifier increases the power (amplitude) of an

An amplifier increases the power (amplitude) of an Amplifiers Signal In Amplifier Signal Out An amplifier increases the power (amplitude) of an electronic signal, as shown in the figure above. Amplifiers are found everywhere in TV s, radios. MP3 players,

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

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

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

Electronic Devices. Floyd. Chapter 7. Ninth Edition. Electronic Devices, 9th edition Thomas L. Floyd

Electronic Devices. Floyd. Chapter 7. Ninth Edition. Electronic Devices, 9th edition Thomas L. Floyd Electronic Devices Ninth Edition Floyd Chapter 7 Power Amplifiers A power amplifier is a large signal amplifier that produces a replica of the input signal on its output. In the case shown here, the output

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

Analytical Chemistry II

Analytical Chemistry II Analytical Chemistry II L3: Signal processing (selected slides) Semiconductor devices Apart from resistors and capacitors, electronic circuits often contain nonlinear devices: transistors and diodes. The

More information

NJM4151 V-F / F-V CONVERTOR

NJM4151 V-F / F-V CONVERTOR V-F / F-V CONVERTOR GENERAL DESCRIPTION PACKAGE OUTLINE The NJM4151 provide a simple low-cost method of A/D conversion. They have all the inherent advantages of the voltage-to-frequency conversion technique.

More information

Opamp Based Power Amplifier

Opamp Based Power Amplifier Introduction Opamp Based Power Amplifier Rohit Balkishan This is a contributed project from Rohit Balkishan, who has built it, and thought that it would make a nice simple project for others. This is a

More information

INTEGRATED CIRCUITS. SA571 Compandor. Product specification 1997 Aug 14 IC17 Data Handbook

INTEGRATED CIRCUITS. SA571 Compandor. Product specification 1997 Aug 14 IC17 Data Handbook INTEGRATED CIRCUITS 1997 Aug 14 IC17 Data Handbook DESCRIPTION The is a versatile low cost dual gain control circuit in which either channel may be used as a dynamic range compressor or expandor. Each

More information

OPERATIONAL AMPLIFIERS (OP-AMPS) II

OPERATIONAL AMPLIFIERS (OP-AMPS) II OPERATIONAL AMPLIFIERS (OP-AMPS) II LAB 5 INTRO: INTRODUCTION TO INVERTING AMPLIFIERS AND OTHER OP-AMP CIRCUITS GOALS In this lab, you will characterize the gain and frequency dependence of inverting op-amp

More information

Final Project Report Stereo Audio Amplifier

Final Project Report Stereo Audio Amplifier The George Washington University School Of Engineering And Applied Science Department Of Electrical And Computer Engineering Final Project Report Stereo Audio Amplifier By Ben Ruppel 145-82-8718 ECE 20-32

More information

Expanded Answer: Transistor Amplifier Problem in January/February 2008 Morseman Column

Expanded Answer: Transistor Amplifier Problem in January/February 2008 Morseman Column Expanded Answer: Transistor Amplifier Problem in January/February 2008 Morseman Column Here s what I asked: This month s problem: Figure 4(a) shows a simple npn transistor amplifier. The transistor has

More information

11. Chapter: Amplitude stabilization of the harmonic oscillator

11. Chapter: Amplitude stabilization of the harmonic oscillator Punčochář, Mohylová: TELO, Chapter 10 1 11. Chapter: Amplitude stabilization of the harmonic oscillator Time of study: 3 hours Goals: the student should be able to define basic principles of oscillator

More information

Operating Manual Ver.1.1

Operating Manual Ver.1.1 Phase Shift Oscillator Operating Manual Ver.1.1 An ISO 9001 : 2000 company 94-101, Electronic Complex Pardesipura, Indore- 452010, India Tel : 91-731- 2570301/02, 4211100 Fax: 91-731- 2555643 e mail :

More information

Operational Amplifiers

Operational Amplifiers Operational Amplifiers Table of contents 1. Design 1.1. The Differential Amplifier 1.2. Level Shifter 1.3. Power Amplifier 2. Characteristics 3. The Opamp without NFB 4. Linear Amplifiers 4.1. The Non-Inverting

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

Oscillators. An oscillator may be described as a source of alternating voltage. It is different than amplifier.

Oscillators. An oscillator may be described as a source of alternating voltage. It is different than amplifier. Oscillators An oscillator may be described as a source of alternating voltage. It is different than amplifier. An amplifier delivers an output signal whose waveform corresponds to the input signal but

More information

MICROCONTROLLERS BASIC INPUTS and OUTPUTS (I/O)

MICROCONTROLLERS BASIC INPUTS and OUTPUTS (I/O) PH-315 Portland State University MICROCONTROLLERS BASIC INPUTS and OUTPUTS (I/O) ABSTRACT A microcontroller is an integrated circuit containing a processor and programmable read-only memory, 1 which is

More information

B.E. SEMESTER III (ELECTRICAL) SUBJECT CODE: X30902 Subject Name: Analog & Digital Electronics

B.E. SEMESTER III (ELECTRICAL) SUBJECT CODE: X30902 Subject Name: Analog & Digital Electronics B.E. SEMESTER III (ELECTRICAL) SUBJECT CODE: X30902 Subject Name: Analog & Digital Electronics Sr. No. Date TITLE To From Marks Sign 1 To verify the application of op-amp as an Inverting Amplifier 2 To

More information

Low Distortion Design 3

Low Distortion Design 3 Low Distortion Design 3 TIPL 1323 TI Precision Labs Op Amps Presented by Collin Wells Prepared by John Caldwell Prerequisites: Noise 1 3 (TIPL1311 TIPL1313) Output Stage Topologies Most op amps use a Class-AB

More information

Question Paper Code: 21398

Question Paper Code: 21398 Reg. No. : Question Paper Code: 21398 B.E./B.Tech. DEGREE EXAMINATION, MAY/JUNE 2013 Fourth Semester Electrical and Electronics Engineering EE2254 LINEAR INTEGRATED CIRCUITS AND APPLICATIONS (Regulation

More information

Integrated Circuit: Classification:

Integrated Circuit: Classification: Integrated Circuit: It is a miniature, low cost electronic circuit consisting of active and passive components that are irreparably joined together on a single crystal chip of silicon. Classification:

More information

1. The decimal number 62 is represented in hexadecimal (base 16) and binary (base 2) respectively as

1. The decimal number 62 is represented in hexadecimal (base 16) and binary (base 2) respectively as BioE 1310 - Review 5 - Digital 1/16/2017 Instructions: On the Answer Sheet, enter your 2-digit ID number (with a leading 0 if needed) in the boxes of the ID section. Fill in the corresponding numbered

More information

Chapter 9: Operational Amplifiers

Chapter 9: Operational Amplifiers Chapter 9: Operational Amplifiers The Operational Amplifier (or op-amp) is the ideal, simple amplifier. It is an integrated circuit (IC). An IC contains many discrete components (resistors, capacitors,

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

EE 421L Digital Electronics Laboratory. Laboratory Exercise #9 ADC and DAC

EE 421L Digital Electronics Laboratory. Laboratory Exercise #9 ADC and DAC EE 421L Digital Electronics Laboratory Laboratory Exercise #9 ADC and DAC Department of Electrical and Computer Engineering University of Nevada, at Las Vegas Objective: The purpose of this laboratory

More information

LAB 1 AN EXAMPLE MECHATRONIC SYSTEM: THE FURBY

LAB 1 AN EXAMPLE MECHATRONIC SYSTEM: THE FURBY LAB 1 AN EXAMPLE MECHATRONIC SYSTEM: THE FURBY Objectives Preparation Tools To see the inner workings of a commercial mechatronic system and to construct a simple manual motor speed controller and current

More information

UNIVERSITY OF UTAH ELECTRICAL ENGINEERING DEPARTMENT

UNIVERSITY OF UTAH ELECTRICAL ENGINEERING DEPARTMENT UNIVERSITY OF UTAH ELECTRICAL ENGINEERING DEPARTMENT ECE 3110 LAB EXPERIMENT NO. 4 CLASS AB POWER OUTPUT STAGE Objective: In this laboratory exercise you will build and characterize a class AB power output

More information

ENGN Analogue Electronics Digital PC Oscilloscope

ENGN Analogue Electronics Digital PC Oscilloscope Faculty of Engineering and Information Technology Department of Engineering ENGN3227 - Analogue Electronics Digital PC Oscilloscope David Dries u2543318 Craig Gibbons u2543813 James Moran u4114563 Ranmadhu

More information

An Analog Phase-Locked Loop

An Analog Phase-Locked Loop 1 An Analog Phase-Locked Loop Greg Flewelling ABSTRACT This report discusses the design, simulation, and layout of an Analog Phase-Locked Loop (APLL). The circuit consists of five major parts: A differential

More information

Chapter 13: Introduction to Switched- Capacitor Circuits

Chapter 13: Introduction to Switched- Capacitor Circuits Chapter 13: Introduction to Switched- Capacitor Circuits 13.1 General Considerations 13.2 Sampling Switches 13.3 Switched-Capacitor Amplifiers 13.4 Switched-Capacitor Integrator 13.5 Switched-Capacitor

More information

Section3 Chapter 2: Operational Amplifiers

Section3 Chapter 2: Operational Amplifiers 2012 Section3 Chapter 2: Operational Amplifiers Reference : Microelectronic circuits Sedra six edition 1/10/2012 Contents: 1- THE Ideal operational amplifier 2- Inverting configuration a. Closed loop gain

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 10: Oscillators (version 1.1)

Lab 10: Oscillators (version 1.1) Lab 10: Oscillators (version 1.1) WARNING: Use electrical test equipment with care! Always double-check connections before applying power. Look for short circuits, which can quickly destroy expensive equipment.

More information

Figure 1. Block diagram of system incorporating power amplification.

Figure 1. Block diagram of system incorporating power amplification. It is often necessary use a circuit which has very low power capabilities to drive a system which has relatively high power requirements. This is typically accomplished by using an amplifier as an intermediate

More information

Using LME49810 to Build a High-Performance Power Amplifier Part I

Using LME49810 to Build a High-Performance Power Amplifier Part I Using LME49810 to Build a High-Performance Power Amplifier Part I Panson Poon Introduction Although switching or Class-D amplifiers are gaining acceptance to audiophile community, linear amplification

More information

EXPERIMENT 5 CURRENT AND VOLTAGE CHARACTERISTICS OF BJT

EXPERIMENT 5 CURRENT AND VOLTAGE CHARACTERISTICS OF BJT EXPERIMENT 5 CURRENT AND VOLTAGE CHARACTERISTICS OF BJT 1. OBJECTIVES 1.1 To practice how to test NPN and PNP transistors using multimeter. 1.2 To demonstrate the relationship between collector current

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

Audio Amplifier Design utilising Spectrum Analysis

Audio Amplifier Design utilising Spectrum Analysis Audio Spectrum Analysis and FFT Spectrum Analyzers Page 1 of 6 Audio Amplifier Design utilising Spectrum Analysis This application note looks at the use of the Pico ADC216 converter to help with audio

More information

Embedded Controls Final Project. Tom Hall EE /07/2011

Embedded Controls Final Project. Tom Hall EE /07/2011 Embedded Controls Final Project Tom Hall EE 554 12/07/2011 Introduction: The given task was to design a system that: -Uses at least one actuator and one sensor -Determine a controlled variable and suitable

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

CHAPTER 3. Instrumentation Amplifier (IA) Background. 3.1 Introduction. 3.2 Instrumentation Amplifier Architecture and Configurations

CHAPTER 3. Instrumentation Amplifier (IA) Background. 3.1 Introduction. 3.2 Instrumentation Amplifier Architecture and Configurations CHAPTER 3 Instrumentation Amplifier (IA) Background 3.1 Introduction The IAs are key circuits in many sensor readout systems where, there is a need to amplify small differential signals in the presence

More information

Building a Microcontroller based potentiostat: A Inexpensive and. versatile platform for teaching electrochemistry and instrumentation.

Building a Microcontroller based potentiostat: A Inexpensive and. versatile platform for teaching electrochemistry and instrumentation. Supporting Information for Building a Microcontroller based potentiostat: A Inexpensive and versatile platform for teaching electrochemistry and instrumentation. Gabriel N. Meloni* Instituto de Química

More information

Operational Amplifiers

Operational Amplifiers Operational Amplifiers November 23, 2017 1 Pre-lab Calculations 1) Calculate the gain for all four circuits in Fig. 3. 2 Introduction Operational Amplifiers? They should call them fun amplifiers. Because,

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

THE HONG KONG POLYTECHNIC UNIVERSITY EN107/1 Department of Electronic and Information Engineering. EN107: OCL Class AB Power Amplifier Objective

THE HONG KONG POLYTECHNIC UNIVERSITY EN107/1 Department of Electronic and Information Engineering. EN107: OCL Class AB Power Amplifier Objective THE HONG KONG POLYTECHNIC UNIVERSITY EN107/1 EN107: OCL Class AB Power Amplifier Objective 1. To study the circuit performance of an OCL amplifier. 2. To study the effects of biasing on cross-over distortion

More information

Practical Testing Techniques For Modern Control Loops

Practical Testing Techniques For Modern Control Loops VENABLE TECHNICAL PAPER # 16 Practical Testing Techniques For Modern Control Loops Abstract: New power supply designs are becoming harder to measure for gain margin and phase margin. This measurement is

More information

Creating an Audio Integrator

Creating an Audio Integrator Creating an Audio Integrator Matt McMahon August 22, 2008 University of Chicago Summer 2008 REU Advisor: Henry Frisch Particle detectors play a very important role in high energy physics. In this paper

More information

Operational Amplifier BME 360 Lecture Notes Ying Sun

Operational Amplifier BME 360 Lecture Notes Ying Sun Operational Amplifier BME 360 Lecture Notes Ying Sun Characteristics of Op-Amp An operational amplifier (op-amp) is an analog integrated circuit that consists of several stages of transistor amplification

More information

Operational amplifiers

Operational amplifiers Operational amplifiers Bởi: Sy Hien Dinh INTRODUCTION Having learned the basic laws and theorems for circuit analysis, we are now ready to study an active circuit element of paramount importance: the operational

More information

Lab 7: DELTA AND SIGMA-DELTA A/D CONVERTERS

Lab 7: DELTA AND SIGMA-DELTA A/D CONVERTERS ANALOG & TELECOMMUNICATION ELECTRONICS LABORATORY EXERCISE 6 Lab 7: DELTA AND SIGMA-DELTA A/D CONVERTERS Goal The goals of this experiment are: - Verify the operation of a differential ADC; - Find the

More information

ENSC 220 Lab #2: Op Amps Vers 1.2 Oct. 20, 2005: Due Oct. 24, 2004

ENSC 220 Lab #2: Op Amps Vers 1.2 Oct. 20, 2005: Due Oct. 24, 2004 ENSC 220 Lab #2: Op Amps Vers 1.2 Oct. 20, 2005: Due Oct. 24, 2004 OBJECTIVE: Using the circuits below you can study op amps and characterize their behavior. Comparator Inverting Amplifier PREPARATION:

More information

Designing Information Devices and Systems I Spring 2015 Homework 6

Designing Information Devices and Systems I Spring 2015 Homework 6 EECS 16A Designing Information Devices and Systems I Spring 2015 Homework 6 This homework is due March 19, 2015 at 5PM. Note that unless explicitly stated otherwise, you can assume that all op-amps in

More information

ENGR-4300 Fall 2006 Project 3 Project 3 Build a 555-Timer

ENGR-4300 Fall 2006 Project 3 Project 3 Build a 555-Timer ENGR-43 Fall 26 Project 3 Project 3 Build a 555-Timer For this project, each team, (do this as team of 4,) will simulate and build an astable multivibrator. However, instead of using the 555 timer chip,

More information