Final Project Report E3990 Electronic Circuits Design Lab. Wii-Lock. Magic Wand Remote Unlocking Device

Size: px
Start display at page:

Download "Final Project Report E3990 Electronic Circuits Design Lab. Wii-Lock. Magic Wand Remote Unlocking Device"

Transcription

1 Final Project Report E3990 Electronic Circuits Design Lab Wii-Lock Magic Wand Remote Unlocking Device MacArthur Daughtery Brook Getachew David Kohn Joseph Wang Submitted in partial fulfillment of the requirements for the Bachelors of Science Degree December 17, 2007 Department of Electrical Engineering Columbia University

2 Executive Summary The concept for the Wii Lock began with the discussion of a magic wand which would allow homeowners to control all functions of a house with intuitive movements and minimal physical exertion. The Wii Lock project emerged from this concept, with our primary goal being to prove the feasibility of the device in a single application, and its possible application to more complicated tasks. The project involved the conception and construction of a signature controlled lock capable of reading and comparing motion from a remote device. This project both served as proof of concept and provided the basic building block of a magic wand controlled house system. The project resulted in a device that, while not quite complete, represents a major step along the path to the ultimate goal. The finished product is able to recognize sharp motions, and match two signature movements (provided the signatures contain abrupt motions). Although the final result does not perform quite as hoped for, it still represents major progress towards the ultimate goal, both in what has been accomplished and in the rejection of alternative unfeasible methods. Given more time, it is highly probable that adjustments could be made to achieve our initially conceived objective.

3 System Block Diagram

4 Design Work Accelerometer (David) Our accelerometer takes an input of 3V DC and provides up to three axes of independent DC voltage outputs. Each output varies by about 500mV, depending on whether the accelerometer is waved forward or backward. We can manipulate both the range and offset of these outputs using op-amps as buffers and amplifiers. In our case, the accelerometer itself outputs a range of V, and then the signal is sent through a non-inverting amplifier with a gain of 2 to yield a total output of 3.6-5V. The output current of the buffers is negligible compared to the collector current (approx. 10mA) that runs into this system. We used u741 op-amps since they proved capable of eating the collector current without the output saturating. Vss x y

5 Sine Wave Generator (David) Our AM carrier signal consists of a 555-timer square wave filtered through a low-pass Sallen-Key filter. The 555 timer was wired in astable mode, using component values of 13nf, 1kΩ and 22kΩ for C, Ra and Rb respectively. The output is then sent to the filter shown below. The op-amps are run on the same voltage as the 555-timer. The first op-amp rides the square wave at a DC level of half the supply voltage so that when the lowest voltage is greater than ground (the negative power terminal supply). The second op-amp is a second order low-pass filter at a cutoff frequency equal to our carrier frequency. Values of 220kΩ, 11kΩ and 11kΩ were used for Rb, R1 and R2 respectively. Values of 13nF, 5nF, and 15nF were used for Cin, C1 and C2 respectively. To get the signal down to it s proper size, we attached a potentiometer to the output and turned the knob until we achieved the lowest possible sine wave.

6 AM Modulator (David) The output of the accelerometer (voltage source on bottom right) varies the amplitude of our carrier signal (voltage source on left), as an AM modulator would. The carrier is a high frequency, therefore the circuit functions as a common emitter amplifier. The gate and collector voltage are pinned, with very slight fluctuations caused by the accelerometer. The accelerometer manipulates the current pulled across the transistor, Ic, thus changing the gain of the common emitter amplifier. The ideal output V can be seen below:

7 The output is relatively linear. In real life the carrier frequency is not a perfect sine wave but rather a low-pass filtered square wave, so some non-linear effects are introduced to our output when the transistor amplifies the signal. A larger carrier signal also creates undesired non-linear effects, but we cannot reduce our signal past 100mV without losing its general form. As for our output, we can manipulate the amplitude by changing the load resistance. This amplitude will be determined by the specific needs of our FM transmitter input. Generally, the larger the load resister, the stronger a signal we transmit (but we still have to take the input parameters for our FM transmitter into account when picking this value). We use a second modulator to send the second signal, but we only need one carrier signal to input into both since our FM transmitter can send a single stereo signal comprising two separable signals at the same frequency. FM Transmitter (Brook) AM signal is passed through an FM transmitter which was built using FM transmitter kit. The kit was originally made for a wireless microphone which amplifies the sound input and modulates the frequency relative to the input using a frequency oscillator and finally transmits an amplified radio frequency through an antenna. The following block diagram shows the proposed circuit for our signal transmission. Amplified AM Signal Frequency Oscillator Radio Frequency Amplifier Antenna

8 To fit our needs, we modified the kit to have our AM signal passed through the audio input amplifier instead of the microphone output which. The amplifier is 2N3904 transistor which gives us a gain of 3 for our signal then this is sent to the input of the radio frequency oscillator. A 2N3904 transistor is used as oscillator where an inductor is used as the frequency tuner. By changing the position of the iron core in our inductor, we can vary inductance value thus changing the radio frequency of the transmitter. After tedious scanning of various frequencies, we found to have less interference from other sources. We then used a signal created by wave generator to pass through the microphone input and when the frequency of our signal was in the audible range we were able to hear the transmitted wave on the radio. The signal received by the radio sounded stronger depending on the type of signal; with square waves of a certain frequency being more audible than triangular or sine waves of the same frequency. The radio frequency amplifier also serves as buffer between the oscillating signal and the antenna output. This way any interference or external load at the antenna will not affect the frequency oscillator signal. The antenna is a simple wire where the length can be adjusted for optimal power transmission. The schematic diagram for the transmitter circuit is given below. The part we have modification is instead of the MIC input at J1 and J2, the modulated signal which carries the accelerometer output is passed through. FM Receiver (Brook) The receiver is a simple FM radio tuned to the transmission frequency. The radio demodulates the signal and produce the AM signal. This AM signal is then taken from the radio output and passed into a PC audio input. This input is recorded as.txt file for the detection software to process. Antenna FM Radio AM signal Computer Audio Input

9 Software Filtering, AM Demodulation, and Matching (Joe) The output of the FM receiver connects to the microphone port of the soundcard on a PC. For ease of implementation, the software stages of the project execute in Matlab. The first step in the software process is reading the signal into memory via the soundcard, which has already been designed; the current setup involves manual activation of the function, which then records data for a predetermined length of time, sampling at Hz. The signal received by the computer is the AM modulated output of two channels of the accelerometer. The signal is demodulated by first removing negative values (Stage 1), followed by application of a moving average filter and then passed through a Butterworth lowpass filter with a cutoff frequency of 50 Hz (Stage 2). After AM demodulation, the signal is compared in one of two manners: either via correlation of the signal in the time domain or correlation of the signal in the frequency domain. In either of these techniques, the first step is eliminating the segments of the signal where there is no activity of interest (often times the recording starts before and ends after the motion because of the fixed length of recording length). To find the region of interest, the signal until the magnitude of the signal reaches 70% of the largest

10 magnitude from both the beginning and end is discarded. For comparison in the time domain, a vector of correlations is created (where each position represents a shift between the vectors). The maximum value of the correlation vector is found, and if it exceeds a preset success value, the test is considered successful. For comparison in the frequency domain, the peaks of the spectrums of the two signatures are compared, and if the locations of the peaks of the two spectrums are scaled multiples of each other, one of the samples spectrums is resampled so as to match peaks; after this, the correlation of the two spectrums is computed, and if this value is greater than a preset success value, the two signals are considered a match. This entire process is packaged in a graphical user interface to ease testing and use of the system. The interface first asks for a name or initials in order to attempt to find a reference signal if one has already been created. If no reference signal is stored under the given name, the system asks the user to create a new reference signal, and then automatically forwards the user to the main user interface. If a reference signal is found, the user is automatically forwarded to the main program. In the main graphical interface, the user is able to either attempt to match the reference signal or create a new signal.

11 Magic Wand case abandoned This is the casing for our accelerometer, modulators, and transmitter. We will assemble our design on breadboards and perhaps keeps the necessary voltage in a battery pack wearable on one s hip. Battery Pack abandoned Until we can shield the modulator, it is unfeasible to run our entire from a single battery pack. Also, we are transmitting our signal on a second harmonic, the power requirements exceed the capacity of a simple battery pack. Safety Issues Our device introduces no environmental or health hazards. The only safety concern with the current design is that broadcasting a signal via FM waves may infringe on FCC regulation if the signal power is too strong. In a similar vein, if the signal travels too far, the wand could potentially unlock someone else s lock should two people have the same signature (the likelihood of this occurring is entirely dependant on the level of precision the transmitter broadcasts and the margin of error the software allows).

12 Gantt Chart Sept Oct Nov Dec Brainstorming Group Formation Purchasing Accelerometer Testing Software Feasability Tested Accelerometer Performance Design Accelerometer Outputs Wire together accelerometer Finish AM Modulator Design Wire together AM Modulators Assembly of FM Transmitter Combine AM modulator with FM transmission Design Software Demodulator Design Signal Filter Design Recognition Software Wire together all electronics Troubleshooting Historical Notes We considered transmitting our DC accelerometer output via a VCO, but could not achieve a wide enough range of frequency. The idea was quickly abandoned. The concept itself, given the appropriate VCO, might be much more feasible, and perhaps even preferable. We would also consider using a Gilbert Cell as a voltage controlled current source to regulate our modulator. We have been reluctant to try this, though we have not yet ruled out its potential necessity. In retrospect, the AM modulator adds a lot of noise to our system, and either this alternative or the VCO might reduce the noise. At first we considered using two AM transmitters set at different frequencies and sent through a single FM transmitter, but in the end we were able to accomplish an FM stereo signal without using different frequencies for the AM signals, which saved us a lot of trouble designing extra sine-wave generators. Also, the FM transmitter operates at a frequency of 44MHz, so although we can pick up the second harmonic (88MHz) on our FM radio, we are wasting a lot of extra power on our transmitter. We could really use a better FM transmitter.

13 Our FM transmitter also introduces considerable noise to our modulator circuit, so much so that we really can t recognize the waveform anymore on our oscilloscope.

6.101 Introductory Analog Electronics Laboratory

6.101 Introductory Analog Electronics Laboratory 6.101 Introductory Analog Electronics Laboratory Spring 2015, Instructor Gim Hom Project Proposal Transmitting, Receiving, and Interpreting ECG Waveforms Daniel Moon (dhmoon@mit.edu) Thipok (Ben) Rak-amnouykit

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

LINEAR IC APPLICATIONS

LINEAR IC APPLICATIONS 1 B.Tech III Year I Semester (R09) Regular & Supplementary Examinations December/January 2013/14 1 (a) Why is R e in an emitter-coupled differential amplifier replaced by a constant current source? (b)

More information

Experiment No. 3 Pre-Lab Phase Locked Loops and Frequency Modulation

Experiment No. 3 Pre-Lab Phase Locked Loops and Frequency Modulation Experiment No. 3 Pre-Lab Phase Locked Loops and Frequency Modulation The Pre-Labs are informational and although they follow the procedures in the experiment, they are to be completed outside of the laboratory.

More information

Operating Manual Ver.1.1

Operating Manual Ver.1.1 SSB Modulator and Demodulator 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

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

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 5.A. Basic Wireless Control. ECEN 2270 Electronics Design Laboratory 1

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

More information

Electronics Design Laboratory Lecture #11. ECEN 2270 Electronics Design Laboratory

Electronics Design Laboratory Lecture #11. ECEN 2270 Electronics Design Laboratory Electronics Design Laboratory Lecture # ECEN 7 Electronics Design Laboratory Project Must rely on fully functional Lab circuits, Lab circuit is optional Can re do wireless or replace it with a different

More information

LABORATORY EXPERIMENT. Infrared Transmitter/Receiver

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

More information

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

R (a) Explain characteristics and limitations of op-amp comparators. (b) Explain operation of free running Multivibrator using op-amp.

R (a) Explain characteristics and limitations of op-amp comparators. (b) Explain operation of free running Multivibrator using op-amp. Set No: 1 1. (a) Draw the equivalent circuits of emitter coupled differential amplifier from which calculate Ad. (b) Draw the block diagram of four stage cascaded amplifier. Explain the function of each

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

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

Fluxgate Magnetometer

Fluxgate Magnetometer 6.101 Final Project Proposal Woojeong Elena Byun Jack Erdozain Farita Tasnim 7 April 2016 Fluxgate Magnetometer Motivation: A fluxgate magnetometer is a highly precise magnetic field sensor. Its typical

More information

AC LAB ECE-D ecestudy.wordpress.com

AC LAB ECE-D ecestudy.wordpress.com PART B EXPERIMENT NO: 1 AIM: PULSE AMPLITUDE MODULATION (PAM) & DEMODULATION DATE: To study Pulse Amplitude modulation and demodulation process with relevant waveforms. APPARATUS: 1. Pulse amplitude modulation

More information

Parallel Port Relay Interface

Parallel Port Relay Interface Parallel Port Relay Interface Below are three examples of controlling a relay from the PC's parallel printer port (LPT1 or LPT2). Figure A shows a solid state relay controlled by one of the parallel port

More information

Function Generator Using Op Amp Ic 741 Theory

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

More information

Lock in Amplifier. Introduction. Motivation. Liz Schell and Allan Sadun Project Proposal

Lock in Amplifier. Introduction. Motivation. Liz Schell and Allan Sadun Project Proposal Liz Schell and Allan Sadun 6.101 Project Proposal Lock in Amplifier Introduction A lock in amplifier is an analog circuit that picks out and amplifies a particular frequency of oscillation and rejects

More information

EE12: Laboratory Project (Part-2) AM Transmitter

EE12: Laboratory Project (Part-2) AM Transmitter EE12: Laboratory Project (Part-2) AM Transmitter ECE Department, Tufts University Spring 2008 1 Objective This laboratory exercise is the second part of the EE12 project of building an AM transmitter in

More information

ANALOG COMMUNICATION

ANALOG COMMUNICATION ANALOG COMMUNICATION TRAINING LAB Analog Communication Training Lab consists of six kits, one each for Modulation (ACL-01), Demodulation (ACL-02), Modulation (ACL-03), Demodulation (ACL-04), Noise power

More information

Chapter 14 FSK Demodulator

Chapter 14 FSK Demodulator Chapter 14 FSK Demodulator 14-1 : Curriculum Objectives 1. To understand the operation theory of FSK demodulator. 2. To implement the FSK detector circuit by using PLL. 3. To understand the operation theory

More information

CHARACTERISTICS OF OPERATIONAL AMPLIFIERS - I

CHARACTERISTICS OF OPERATIONAL AMPLIFIERS - I CHARACTERISTICS OF OPERATIONAL AMPLIFIERS - I OBJECTIVE The purpose of the experiment is to examine non-ideal characteristics of an operational amplifier. The characteristics that are investigated include

More information

Electronic Instrumentation ENGR-4300 Fall Project 4: Optical Communications Link

Electronic Instrumentation ENGR-4300 Fall Project 4: Optical Communications Link Project 4: Optical Communications Link In this project you will build a transmitter and a receiver circuit. The transmitter circuit uses pulse frequency modulation to create a series of light pulses that

More information

Feedback Loop Canceller Circuit

Feedback Loop Canceller Circuit Feedback Loop Canceller Circuit Bachelor Thesis Ahmad Bader Ibrahim Obeidat Supervised by Prof. Dr.-Ing. Klaus Solbach 17.11.2014 Outline: 1 Motivation 2 Circuit description 3 Tasks and objectives 4 Active

More information

Wireless Communication

Wireless Communication Equipment and Instruments Wireless Communication An oscilloscope, a signal generator, an LCR-meter, electronic components (see the table below), a container for components, and a Scotch tape. Component

More information

EE-241. Introductory Electronics Laboratory Project Ideas Fall 2009

EE-241. Introductory Electronics Laboratory Project Ideas Fall 2009 EE-241. Introductory Electronics Laboratory Project Ideas Fall 2009 EASY TO MODERATE 1. Musical notes display In this project students would build a display unit that will show high and low frequency sounds

More information

VALLIAMMAI ENGINEERING COLLEGE SRM Nagar, Kattankulathur 603 203. DEPARTMENT OF ELECTRONICS & COMMUNICATION ENGINEERING QUESTION BANK SUBJECT : EC6404 LINEAR INTEGRATED CIRCUITS SEM / YEAR: IV / II year

More information

Pseudo Doppler Audio Direction Finder

Pseudo Doppler Audio Direction Finder Pseudo Doppler Audio Direction Finder Project Report 6.101 Analog Electronics Laboratory MIT Spring 2016 Amanda Ke, Melissa Li, Jimmy Mawdsley Introduction This report describes the design process for

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

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

Exercise 1: RF Stage, Mixer, and IF Filter

Exercise 1: RF Stage, Mixer, and IF Filter SSB Reception Analog Communications Exercise 1: RF Stage, Mixer, and IF Filter EXERCISE OBJECTIVE DISCUSSION On the circuit board, you will set up the SSB transmitter to transmit a 1000 khz SSB signal

More information

Applications: FM wireless audio, USB PC audio broadcasting, wireless microphones, maternal and child care.

Applications: FM wireless audio, USB PC audio broadcasting, wireless microphones, maternal and child care. Product Description 1: The use of advanced digital audio signal processing (DSP) technology and FM modulation phase-locked loop (PLL) to make sound more realistic, more stable performance, long working

More information

1 TRANSISTOR CIRCUITS

1 TRANSISTOR CIRCUITS FM TRANSMITTERS The first group of circuits we will discuss are FM TRANSMITTERS. They can be called SPY TRANSMITTERS, FM BUGS, or a number of other interesting names. They all do the same thing. They transmit

More information

CHAPTER 13 TRANSMITTERS AND RECEIVERS

CHAPTER 13 TRANSMITTERS AND RECEIVERS CHAPTER 13 TRANSMITTERS AND RECEIVERS Frequency Modulation (FM) Receiver Frequency Modulation (FM) Receiver FREQUENCY MODULATION (FM) RECEIVER Superheterodyne Receiver Heterodyning The word heterodyne

More information

Speed Control of DC Motor Using Phase-Locked Loop

Speed Control of DC Motor Using Phase-Locked Loop Speed Control of DC Motor Using Phase-Locked Loop Authors Shaunak Vyas Darshit Shah Affiliations B.Tech. Electrical, Nirma University, Ahmedabad E-mail shaunak_vyas1@yahoo.co.in darshit_shah1@yahoo.co.in

More information

University of Utah Electrical Engineering Department ECE 2100 Experiment No. 2 Linear Operational Amplifier Circuits II

University of Utah Electrical Engineering Department ECE 2100 Experiment No. 2 Linear Operational Amplifier Circuits II University of Utah Electrical Engineering Department ECE 2100 Experiment No. 2 Linear Operational Amplifier Circuits II Minimum required points = 51 Grade base, 100% = 85 points Recommend parts should

More information

Section 4: Operational Amplifiers

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

More information

12kHz LIF Converter V2.43 9Mhz version

12kHz LIF Converter V2.43 9Mhz version 12kHz LIF Converter V2.43 9Mhz version Please Note: This document supersedes all previously released documents and drawings on the LIF subject. This is the latest and most up-to-date document at this time.

More information

Part I - Amplitude Modulation

Part I - Amplitude Modulation EE/CME 392 Laboratory 1-1 Part I - Amplitude Modulation Safety: In this lab, voltages are less than 15 volts and this is not normally dangerous to humans. However, you should assemble or modify a circuit

More information

UMAINE ECE Morse Code ROM and Transmitter at ISM Band Frequency

UMAINE ECE Morse Code ROM and Transmitter at ISM Band Frequency UMAINE ECE Morse Code ROM and Transmitter at ISM Band Frequency Jamie E. Reinhold December 15, 2011 Abstract The design, simulation and layout of a UMAINE ECE Morse code Read Only Memory and transmitter

More information

Keywords: ISM, RF, transmitter, short-range, RFIC, switching power amplifier, ETSI

Keywords: ISM, RF, transmitter, short-range, RFIC, switching power amplifier, ETSI Maxim > Design Support > Technical Documents > Application Notes > Wireless and RF > APP 4929 Keywords: ISM, RF, transmitter, short-range, RFIC, switching power amplifier, ETSI APPLICATION NOTE 4929 Adapting

More information

Physics 310 Lab 6 Op Amps

Physics 310 Lab 6 Op Amps Physics 310 Lab 6 Op Amps Equipment: Op-Amp, IC test clip, IC extractor, breadboard, silver mini-power supply, two function generators, oscilloscope, two 5.1 k s, 2.7 k, three 10 k s, 1 k, 100 k, LED,

More information

ECEN 325 Lab 5: Operational Amplifiers Part III

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

More information

ECE 6770 FINAL PROJECT

ECE 6770 FINAL PROJECT ECE 6770 FINAL PROJECT POINT TO POINT COMMUNICATION SYSTEM Submitted By: Omkar Iyer (Omkar_iyer82@yahoo.com) Vamsi K. Mudarapu (m_vamsi_krishna@yahoo.com) MOTIVATION Often in the real world we have situations

More information

LBI-30398N. MAINTENANCE MANUAL MHz PHASE LOCK LOOP EXCITER 19D423249G1 & G2 DESCRIPTION TABLE OF CONTENTS. Page. DESCRIPTION...

LBI-30398N. MAINTENANCE MANUAL MHz PHASE LOCK LOOP EXCITER 19D423249G1 & G2 DESCRIPTION TABLE OF CONTENTS. Page. DESCRIPTION... MAINTENANCE MANUAL 138-174 MHz PHASE LOCK LOOP EXCITER 19D423249G1 & G2 LBI-30398N TABLE OF CONTENTS DESCRIPTION...Front Cover CIRCUIT ANALYSIS... 1 MODIFICATION INSTRUCTIONS... 4 PARTS LIST AND PRODUCTION

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

CHADALAWADA RAMANAMMA ENGINEERING COLLEGE (AUTONOMOUS) Chadalawada Nagar, Renigunta Road, Tirupati

CHADALAWADA RAMANAMMA ENGINEERING COLLEGE (AUTONOMOUS) Chadalawada Nagar, Renigunta Road, Tirupati IC APPLICATIONS LABORATORY MANUAL Subject Code : 15A04507 Regulations : R15 Class : V Semester (ECE) CHADALAWADA RAMANAMMA ENGINEERING COLLEGE (AUTONOMOUS) Chadalawada Nagar, Renigunta Road, Tirupati 517

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

Topic Advanced Radio Receivers. Explain that an RF amplifier can be used to improve sensitivity;

Topic Advanced Radio Receivers. Explain that an RF amplifier can be used to improve sensitivity; Learning Objectives: At the end of this topic you will be able to; Explain that an RF amplifier can be used to improve sensitivity; Explain that a superheterodyne receiver offers improved selectivity and

More information

EE 233 Circuit Theory Lab 2: Amplifiers

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

More information

Lab 12: FollowBot. Christopher Agostino Lab Partner: MacCallum Robertson May 12, 2015

Lab 12: FollowBot. Christopher Agostino Lab Partner: MacCallum Robertson May 12, 2015 Lab 12: FollowBot Christopher Agostino Lab Partner: MacCallum Robertson May 12, 2015 Introduction For the great 111 final project challenge, my partner and I decided we would attempt to design a simple

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

EE 233 Circuit Theory Lab 3: First-Order Filters

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

More information

10 GHz Microwave Link

10 GHz Microwave Link 10 GHz Microwave Link Project Project Objectives System System Functionality Testing Testing Procedures Cautions and Warnings Problems Encountered Recommendations Conclusion PROJECT OBJECTIVES Implement

More information

Agilent AN 1275 Automatic Frequency Settling Time Measurement Speeds Time-to-Market for RF Designs

Agilent AN 1275 Automatic Frequency Settling Time Measurement Speeds Time-to-Market for RF Designs Agilent AN 1275 Automatic Frequency Settling Time Measurement Speeds Time-to-Market for RF Designs Application Note Fast, accurate synthesizer switching and settling are key performance requirements in

More information

Laboratory Exercises for Analog Circuits and Electronics as Hardware Homework with Student Laptop Computer Instrumentation

Laboratory Exercises for Analog Circuits and Electronics as Hardware Homework with Student Laptop Computer Instrumentation Laboratory Exercises for Analog Circuits and Electronics as Hardware Homework with Student Laptop Computer Instrumentation Marion O. Hagler Department of Electrical and Computer Engineering Mississippi

More information

Project 4 Optical Communications Link

Project 4 Optical Communications Link Project 4 Optical Communications Link Pulse Frequency Modulation Figure 1. In this project you will build optical transmitter and receiver circuits. The transmitter circuit uses pulse frequency modulation

More information

2m Weak Signal Sources January 2018

2m Weak Signal Sources January 2018 2m Weak Signal Sources January 2018 Rick Campbell This white paper describes a set of signal sources at power levels from -30dBm to +12dBm in the 144 MHz amateur radio band. All are legal for direct connection

More information

Amateur Wireless Station Operators License Exam

Amateur Wireless Station Operators License Exam Amateur Wireless Station Operators License Exam Study material 2017 South India Amateur Radio Society, Chennai CHAPTER 5 1 Chapter 5 Amateur Wireless Station Operators License Exam Study Material Chapter

More information

ERICSSONZ LBI-30398P. MAINTENANCE MANUAL MHz PHASE LOCKED LOOP EXCITER 19D423249G1 & G2 DESCRIPTION TABLE OF CONTENTS

ERICSSONZ LBI-30398P. MAINTENANCE MANUAL MHz PHASE LOCKED LOOP EXCITER 19D423249G1 & G2 DESCRIPTION TABLE OF CONTENTS MAINTENANCE MANUAL 138-174 MHz PHASE LOCKED LOOP EXCITER 19D423249G1 & G2 TABLE OF CONTENTS Page DESCRIPTION... Front Cover CIRCUIT ANALYSIS...1 MODIFICATION INSTRUCTIONS...4 PARTS LIST...5 PRODUCTION

More information

The steeper the phase shift as a function of frequency φ(ω) the more stable the frequency of oscillation

The steeper the phase shift as a function of frequency φ(ω) the more stable the frequency of oscillation It should be noted that the frequency of oscillation ω o is determined by the phase characteristics of the feedback loop. the loop oscillates at the frequency for which the phase is zero The steeper the

More information

ITT Technical Institute. ET275 Electronic Communications Systems I Onsite Course SYLLABUS

ITT Technical Institute. ET275 Electronic Communications Systems I Onsite Course SYLLABUS ITT Technical Institute ET275 Electronic Communications Systems I Onsite Course SYLLABUS Credit hours: 4 Contact/Instructional hours: 50 (30 Theory Hours, 20 Lab Hours) Prerequisite(s) and/or Corequisite(s):

More information

ET275P Electronic Communications Systems I [Onsite]

ET275P Electronic Communications Systems I [Onsite] ET275P Electronic Communications Systems I [Onsite] Course Description: In this course, several methods of signal transmission and reception are covered, including such techniques as mixing, modulating

More information

RADIO RECEIVERS ECE 3103 WIRELESS COMMUNICATION SYSTEMS

RADIO RECEIVERS ECE 3103 WIRELESS COMMUNICATION SYSTEMS RADIO RECEIVERS ECE 3103 WIRELESS COMMUNICATION SYSTEMS FUNCTIONS OF A RADIO RECEIVER The main functions of a radio receiver are: 1. To intercept the RF signal by using the receiver antenna 2. Select the

More information

LM13600 Dual Operational Transconductance Amplifiers with Linearizing Diodes and Buffers

LM13600 Dual Operational Transconductance Amplifiers with Linearizing Diodes and Buffers LM13600 Dual Operational Transconductance Amplifiers with Linearizing Diodes and Buffers General Description The LM13600 series consists of two current controlled transconductance amplifiers each with

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

TDA7000 for narrowband FM reception

TDA7000 for narrowband FM reception TDA7 for narrowband FM reception Author: Author: W.V. Dooremolen INTRODUCTION Today s cordless telephone sets make use of duplex communication with carrier frequencies of about.7mhz and 49MHz. In the base

More information

Experiment EB2: IC Multivibrator Circuits

Experiment EB2: IC Multivibrator Circuits EEE1026 Electronics II: Experiment Instruction Learning Outcomes Experiment EB2: IC Multivibrator Circuits LO1: Explain the principles and operation of amplifiers and switching circuits LO2: Analyze high

More information

Let us consider the following block diagram of a feedback amplifier with input voltage feedback fraction,, be positive i.e. in phase.

Let us consider the following block diagram of a feedback amplifier with input voltage feedback fraction,, be positive i.e. in phase. P a g e 2 Contents 1) Oscillators 3 Sinusoidal Oscillators Phase Shift Oscillators 4 Wien Bridge Oscillators 4 Square Wave Generator 5 Triangular Wave Generator Using Square Wave Generator 6 Using Comparator

More information

For the filter shown (suitable for bandpass audio use) with bandwidth B and center frequency f, and gain A:

For the filter shown (suitable for bandpass audio use) with bandwidth B and center frequency f, and gain A: Basic Op Amps The operational amplifier (Op Amp) is useful for a wide variety of applications. In the previous part of this article basic theory and a few elementary circuits were discussed. In order to

More information

Application Note AN45

Application Note AN45 Application Note Wien Bridge Oscillators using E 2 POTs by Applications Staff, October 1994 Wien Bridge Oscillators In 1939, William R. Hewlett (later of Hewlett-Packard fame) first combined the network

More information

Multivibrators. Department of Electrical & Electronics Engineering, Amrita School of Engineering

Multivibrators. Department of Electrical & Electronics Engineering, Amrita School of Engineering Multivibrators Multivibrators Multivibrator is an electronic circuit that generates square, rectangular, pulse waveforms. Also called as nonlinear oscillators or function generators. Multivibrator is basically

More information

How Radio Works by Marshall Brain

How Radio Works by Marshall Brain How Radio Works by Marshall Brain "Radio waves" transmit music, conversations, pictures and data invisibly through the air, often over millions of miles -- it happens every day in thousands of different

More information

Exam Booklet. Pulse Circuits

Exam Booklet. Pulse Circuits Exam Booklet Pulse Circuits Pulse Circuits STUDY ASSIGNMENT This booklet contains two examinations for the six lessons entitled Pulse Circuits. The material is intended to provide the last training sought

More information

In-Class Exercises for Lab 2: Input and Output Impedance

In-Class Exercises for Lab 2: Input and Output Impedance In-Class Exercises for Lab 2: Input and Output Impedance. What is the output resistance of the output device below? Suppose that you want to select an input device with which to measure the voltage produced

More information

Intro To Engineering II for ECE: Lab 7 The Op Amp Erin Webster and Dr. Jay Weitzen, c 2014 All rights reserved.

Intro To Engineering II for ECE: Lab 7 The Op Amp Erin Webster and Dr. Jay Weitzen, c 2014 All rights reserved. Lab 7: The Op Amp Laboratory Objectives: 1) To introduce the operational amplifier or Op Amp 2) To learn the non-inverting mode 3) To learn the inverting mode 4) To learn the differential mode Before You

More information

Television and video engineering

Television and video engineering Television and video engineering Unit-4 Television Receiver systems Objectives: To learn the requirements of TV receiver Study of monochrome and Colour TV receivers. To learn functions of Tuning circuits

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

The G4EGQ RAE COURSE Lesson 9 Transmitters Lesson 8 looked at a simple transmitter exciter comprising of oscillator, buffer and multiplier stages.

The G4EGQ RAE COURSE Lesson 9 Transmitters Lesson 8 looked at a simple transmitter exciter comprising of oscillator, buffer and multiplier stages. Lesson 8 looked at a simple transmitter exciter comprising of oscillator, buffer and multiplier stages. The power amplifier The output from the exciter is usually very low and it is necessary to amplify

More information

DEPARTMENT OF ELECTRICAL ENGINEERING AND COMPUTER SCIENCE MASSACHUSETTS INSTITUTE OF TECHNOLOGY CAMBRIDGE, MASSACHUSETTS 02139

DEPARTMENT OF ELECTRICAL ENGINEERING AND COMPUTER SCIENCE MASSACHUSETTS INSTITUTE OF TECHNOLOGY CAMBRIDGE, MASSACHUSETTS 02139 DEPARTMENT OF ELECTRICAL ENGINEERING AND COMPUTER SCIENCE MASSACHUSETTS INSTITUTE OF TECHNOLOGY CAMBRIDGE, MASSACHUSETTS 019.101 Introductory Analog Electronics Laboratory Laboratory No. READING ASSIGNMENT

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

Summer 2015 Examination

Summer 2015 Examination Summer 2015 Examination Subject Code: 17445 Model Answer Important Instructions to examiners: 1) The answers should be examined by key words and not as word-to-word as given in the model answer scheme.

More information

Facility of Engineering. Biomedical Engineering Department. Medical Electronic Lab BME (317) Post-lab Forms

Facility of Engineering. Biomedical Engineering Department. Medical Electronic Lab BME (317) Post-lab Forms Facility of Engineering Biomedical Engineering Department Medical Electronic Lab BME (317) Post-lab Forms Prepared by Eng.Hala Amari Spring 2014 Facility of Engineering Biomedical Engineering Department

More information

COMPARATOR CHARACTERISTICS The important characteristics of a comparator are these: 1. Speed of operation 2. Accuracy 3. Compatibility of output

COMPARATOR CHARACTERISTICS The important characteristics of a comparator are these: 1. Speed of operation 2. Accuracy 3. Compatibility of output SCHMITT TRIGGER (regenerative comparator) Schmitt trigger is an inverting comparator with positive feedback. It converts an irregular-shaped waveform to a square wave or pulse, also called as squaring

More information

INTEGRATED CIRCUITS. AN179 Circuit description of the NE Dec

INTEGRATED CIRCUITS. AN179 Circuit description of the NE Dec TEGRATED CIRCUITS AN79 99 Dec AN79 DESCPTION The NE564 contains the functional blocks shown in Figure. In addition to the normal PLL functions of phase comparator, CO, amplifier and low-pass filter, the

More information

Hearing Aid Redesign: Test Plans ELECTRICAL TESTING

Hearing Aid Redesign: Test Plans ELECTRICAL TESTING ELECTRICAL TESTING Table of Contents: Number Test Page EE 1 Switch 2 EE 2 Speaker 7 EE 3 Sound Processing 11 EE 4 Microphone 14 EE 5 Battery Charger 18 EE 6 Bandpass and Pre-Amplification 20 EE 7 System

More information

OPERATIONAL AMPLIFIERS LAB

OPERATIONAL AMPLIFIERS LAB 1 of 6 BEFORE YOU BEGIN PREREQUISITE LABS OPERATIONAL AMPLIFIERS LAB Introduction to Matlab Introduction to Arbitrary/Function Generator Resistive Circuits EXPECTED KNOWLEDGE Students should be familiar

More information

433MHz front-end with the SA601 or SA620

433MHz front-end with the SA601 or SA620 433MHz front-end with the SA60 or SA620 AN9502 Author: Rob Bouwer ABSTRACT Although designed for GHz, the SA60 and SA620 can also be used in the 433MHz ISM band. The SA60 performs amplification of the

More information

ME 365 EXPERIMENT 7 SIGNAL CONDITIONING AND LOADING

ME 365 EXPERIMENT 7 SIGNAL CONDITIONING AND LOADING ME 365 EXPERIMENT 7 SIGNAL CONDITIONING AND LOADING Objectives: To familiarize the student with the concepts of signal conditioning. At the end of the lab, the student should be able to: Understand the

More information

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

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

More information

Operating Manual Ver 1.1

Operating Manual Ver 1.1 Frequency Modulation and Demodulation Trainer ST2203 Operating Manual Ver 1.1 An ISO 9001 : 2000 company 94-101, Electronic Complex Pardesipura, Indore- 452010, India Tel : 91-731- 2570301/02, 4211100

More information

EXPERIMENT #2 CARRIER OSCILLATOR

EXPERIMENT #2 CARRIER OSCILLATOR EXPERIMENT #2 CARRIER OSCILLATOR INTRODUCTION: The oscillator is usually the first stage of any transmitter. Its job is to create a radio-frequency carrier that can be amplified and modulated before being

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

RFID Systems: Radio Architecture

RFID Systems: Radio Architecture RFID Systems: Radio Architecture 1 A discussion of radio architecture and RFID. What are the critical pieces? Familiarity with how radio and especially RFID radios are designed will allow you to make correct

More information

Operating Manual Ver.1.1

Operating Manual Ver.1.1 Colpitt s 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 : info@scientech.bz

More information

GATE: Electronics MCQs (Practice Test 1 of 13)

GATE: Electronics MCQs (Practice Test 1 of 13) GATE: Electronics MCQs (Practice Test 1 of 13) 1. Removing bypass capacitor across the emitter leg resistor in a CE amplifier causes a. increase in current gain b. decrease in current gain c. increase

More information

Lab 1. Resonance and Wireless Energy Transfer Physics Enhancement Programme Department of Physics, Hong Kong Baptist University

Lab 1. Resonance and Wireless Energy Transfer Physics Enhancement Programme Department of Physics, Hong Kong Baptist University Lab 1. Resonance and Wireless Energy Transfer Physics Enhancement Programme Department of Physics, Hong Kong Baptist University 1. OBJECTIVES Introduction to the concept of resonance Observing resonance

More information

Electronics Design Laboratory Lecture #10. ECEN 2270 Electronics Design Laboratory

Electronics Design Laboratory Lecture #10. ECEN 2270 Electronics Design Laboratory Electronics Design Laboratory Lecture #10 Electronics Design Laboratory 1 Lessons from Experiment 4 Code debugging: use print statements and serial monitor window Circuit debugging: Re check operation

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