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

Size: px
Start display at page:

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

Transcription

1 Auto Harmonizer EEL 4924 Electrical Engineering Design (Senior Design) Preliminary Design Report 2 February 2012 Project Abstract: Team Name: Slubberdegullions Team Members: Josh Elliott and Henry Hatton, Jr. Our project consists of creating an Auto Harmonizer which will capture a pure tone and generate at least a two-part harmony output, although not in real time. This project will rely extensively on digital signal processing to accomplish the harmonization, but will also utilize analog circuitry to allow for the inclusion of adjustable equalization. The device will be able to take an analog input, perhaps from an XLR port or ¼ inch audio jack, and then output the harmonized signal to a ¼ audio jack. Additionally, users will be able to customize the response of the device through the use of knobs which will adjust the equalization of the output signal. The two most important technical components of this project are the programming of the DSP and the design of the analog equalization circuitry.

2 Table of Contents Introduction Objectives...3 Additional Goals....4 Design Aspect Digital / DSP...5 Design Aspect Analog....7 Analog Equalization Technology...9 Cost Estimate Division of Labor List of Tables 1. Center Frequency Bands...7 List of Figures 1. System Flowchart Software Flowchart Band-Pass Filter 1 Circuit Band-Pass Filter 2 Circuit Band-Pass Filter 3 Circuit Band-Pass Filter 4 Circuit Band-Pass Filter 5 Circuit Gantt Chart

3 Introduction The heart of this project lies in the development of a system that will allow the user to harmonize an input signal with at least one frequency shifted copy of itself. Furthermore, the user will need to be able to adjust the quality of the output to his tastes through an adjustable, analog equalization circuit. Figure 1 below shows the System Flowchart. INPUT Switches and Potentiometers PREAMP DSP Analog Filters AMP OUTPUT Figure 1 System Flowchart Project Objectives Digital / DSP Non-real-time harmonization of an input signal with a frequency shifted copy of itself. The input will be recorded for a short period of time; data capture will occur at the behest of an external trigger. Data output will also occur in response to a hardware trigger. The input signal will be a pure tone to simplify the process of finding the fundamental frequency. Digital modulation will be used to create the frequency shifted version of the signal. Some form of memory, most likely an SD card, will be used to ensure there is enough space to hold the sampled input. Project Objectives Analog Pre-amplifying the microphone input signal. Provide 5 bands of equalization to include the following center frequency channels shown in Table 1. Utilizing active low-pass, band-pass and high-pass filters. Minimize noise in the system. Maximize dynamic range. Reduce RF susceptibility. Amplifying the output signal. Providing adequate anti-aliasing filters at the input and output. 3

4 Additional Goals: While these are not expected to be in the final product, they are nonetheless important objectives that will be pursued if possible. Real time harmonization of an input. Additional samples that can be used to create the harmonies, as opposed to the original input signal. Effects implemented through analog circuitry 4

5 Overview Design Aspect Digital / DSP This portion of the project will rely extensively on the use of software algorithms implemented on a TI MCU to produce the required digital signal processing necessary to accomplish harmonization. Some key factors that guide the design process are as follows: Utilization of TMS320F28335 MCU (Used in EEL4744) Chosen because of familiarity and processing capabilities Not a heavy hitting DSP, but it's use will greatly simplify potential design problems Immediate availability of devboard for early testing and development Extensive amount of resources and support readily available on campus Non-real-time Harmonization Significantly reduces processing speed required Makes the use of FFTs much more feasible Assumption of Pure Tone Input Will certainly make discerning the fundamental frequency more attainable Only one main frequency component will make frequency domain operations simpler. Apparent Challenges There will undoubtedly arise more unforeseen challenges as the project undergoes development, but there are a few fundamental issues that are salient. Fast Fourier Transforms Difficult algorithm to get properly functioning on a small MCU Utilizing existing TI libraries will hopefully make the process easier Pitch Shifting Captured input signal needs to be copied from memory and altered into a pitch shifted variant of itself. Current plan is to modulate the input signal with a sinusoidal carrier signal that will have a frequency that corresponds to the desired harmony. 5

6 Preliminary Software Flowchart The flowchart in Figure 2 below describes the basic structure of the algorithm that will be used to accomplish the harmonization of the signal. The flow depicted below will occur every instance in which an external trigger is detected. Figure 2 Software Flowchart 6

7 Design Aspect Analog Provide a multi-band active graphic equalizer to fine tune the harmonized output signal. Active filters are favored for the low cost, light weight, small size and gain availability. Using 2 nd order filters consisting of 2 capacitors and 2 resistive pairs. The center frequency (fₒ) and bandwidth are fixed for each channel. Table 1 Center Frequency Bands Band fₒ (Hz) We need to experiment with input pre amplification circuitry and output amplification circuitry. Note that the following filter circuits are a preliminary design. Component values will most likely change due to the fine tuning of the frequency response by adjusting the quality factor, gain and corner frequency attenuation. Figure 3 below shows the 2 nd order filter for Band 1 designed with a center frequency of 80 Hz. Figure 3 Band-Pass Filter 1 Circuit fₒ = 80 Hz 7

8 Figure 4 below shows the 2 nd order filter for Band 2 designed with a center frequency of 240 Hz Figure 4 Band-Pass Filter 2 Circuit fₒ = 240 Hz Figure 5 below shows the 2 nd order filter for Band 3 designed with a center frequency of 750 Hz Figure 5 Band-Pass Filter 3 Circuit fₒ = 750 Hz Figure 6 below shows the 2 nd order filter for Band 4 designed with a center frequency of 2200 Hz Figure 6 Band-Pass Filter 4 Circuit fₒ = 2200 Hz 8

9 Figure 7 below shows the 2 nd order filter for Band 5 designed with a center frequency of 6000 Hz Figure 7 Band-Pass Filter 5 Circuit fₒ = 6000 Hz Analog Equalization Technology Equalization filter circuitry is used in applications such as program enhancement, sound reinforcement, telecommunications and data acquisition. There are many different types of equalizers. A passive equalizer consists of inductors, capacitors and resistors and does not require power to operate. The advantages for the passive equalizer are low noise performance, good reliability, low RFI interference susceptibility and high dynamic range. The disadvantages for passive equalizer are large size, weight, cost and the need for shielding. The active equalizer features operational amplifiers and various other components and require power to operate. The advantages for active equalizers are small size, light weight, low cost and gain availability. The disadvantages for the active equalizer are increased noise, small dynamic range and RFI susceptibility. Cost Estimate The preliminary estimate cost for all the components required to assemble one device is $100. However, there are development costs associated with the purchase of a development board as well as a TI DSP emulator that will be used to program assembled boards. The estimated cost of the development parts is $200. Division of Labor Josh Elliott Interfacing of MCU with peripherals DSP software algorithms for MCU PCB for MCU and digital components Henry Hatton, Jr. Design equalization circuitry Design input pre amplification circuitry Design output amplification circuitry Design PCB board for the analog circuitry 9

10 Figure 8 Gantt chart 10

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

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

More information

Wireless Music Dock - WMD Portable Music System with Audio Effect Applications

Wireless Music Dock - WMD Portable Music System with Audio Effect Applications Wireless Music Dock - WMD Portable Music System with Audio Effect Applications Preliminary Design Report EEL 4924 Electrical Engineering Design (Senior Design) 26 January 2011 Members: Jeffrey Post and

More information

UNIT-3. Electronic Measurements & Instrumentation

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

More information

Analog-Digital Hybrid Synthesizer

Analog-Digital Hybrid Synthesizer Analog-Digital Hybrid Synthesizer Initial Project and Group Identification Group 28 members: Clapp, David Herr, Matt Morcombe, Kevin Thatcher, Kyle - Computer Engineering - Electrical Engineering - Electrical

More information

CHAPTER 14. Introduction to Frequency Selective Circuits

CHAPTER 14. Introduction to Frequency Selective Circuits CHAPTER 14 Introduction to Frequency Selective Circuits Frequency-selective circuits Varying source frequency on circuit voltages and currents. The result of this analysis is the frequency response of

More information

Oscillator/Demodulator to Fit on Flexible PCB

Oscillator/Demodulator to Fit on Flexible PCB Oscillator/Demodulator to Fit on Flexible PCB ECE 4901 Senior Design I Team 181 Fall 2013 Final Report Team Members: Ryan Williams (EE) Damon Soto (EE) Jonathan Wolff (EE) Jason Meyer (EE) Faculty Advisor:

More information

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

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

More information

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

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

A Digital Signal Processor for Musicians and Audiophiles Published on Monday, 09 February :54

A Digital Signal Processor for Musicians and Audiophiles Published on Monday, 09 February :54 A Digital Signal Processor for Musicians and Audiophiles Published on Monday, 09 February 2009 09:54 The main focus of hearing aid research and development has been on the use of hearing aids to improve

More information

The Battle for Data Fidelity:Understanding the SFDR Spec

The Battle for Data Fidelity:Understanding the SFDR Spec The Battle for Data Fidelity:Understanding the SFDR Spec As A/D converters (ADC) and data acquisition boards increase their bandwidth, more and more are including the spurious free dynamic range (SFDR)

More information

Introduction. In the frequency domain, complex signals are separated into their frequency components, and the level at each frequency is displayed

Introduction. In the frequency domain, complex signals are separated into their frequency components, and the level at each frequency is displayed SPECTRUM ANALYZER Introduction A spectrum analyzer measures the amplitude of an input signal versus frequency within the full frequency range of the instrument The spectrum analyzer is to the frequency

More information

Audio Noise Figure Meter

Audio Noise Figure Meter Audio Noise Figure Meter Abstract Low noise amplifiers in the audio range are used in many applications. The definition of 'lownoise' is very flexible and poorly defined so any experimenter in this field

More information

Initial Project Document Vacuum Tube Stereo Amplifier

Initial Project Document Vacuum Tube Stereo Amplifier Initial Project Document Vacuum Tube Stereo Amplifier By Stephen Nichols, Jason Lambert, Rafael Enriquez Group 4 January 30, 2013 1 Narrative Description Motivation The motivation for this idea is nostalgia.

More information

Sampling and Reconstruction

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

More information

HF Power Amplifier (Reference Design Guide) RFID Systems / ASP

HF Power Amplifier (Reference Design Guide) RFID Systems / ASP 16 September 2008 Rev A HF Power Amplifier (Reference Design Guide) RFID Systems / ASP 1.) Scope Shown herein is a HF power amplifier design with performance plots. As every application is different and

More information

Laboratory Experiment #1 Introduction to Spectral Analysis

Laboratory Experiment #1 Introduction to Spectral Analysis J.B.Francis College of Engineering Mechanical Engineering Department 22-403 Laboratory Experiment #1 Introduction to Spectral Analysis Introduction The quantification of electrical energy can be accomplished

More information

The attached document closely follows the sections defined in the functional specifications for ease of reference.

The attached document closely follows the sections defined in the functional specifications for ease of reference. !"# $%& ' March 2, 2004 Dr. Lakshman One School of Engineering Science Simon Fraser University Burnaby, BC, V5A 1S6 Re: ENSC 440 Design Specification for Digital Audio Input Speakers Dear Dr. One, Attached

More information

MUSIC RESPONSIVE LIGHT SYSTEM

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

More information

Some Thoughts on Electronic T/R Circuits

Some Thoughts on Electronic T/R Circuits Some Thoughts on Electronic T/R Circuits Wes Hayward, w7zoi, November 3, 2018 Abstract: Several schemes have been used to switch an antenna between a receiver and transmitter. A popular scheme with low

More information

Exercise 4. Ripple in Choppers EXERCISE OBJECTIVE DISCUSSION OUTLINE DISCUSSION. Ripple

Exercise 4. Ripple in Choppers EXERCISE OBJECTIVE DISCUSSION OUTLINE DISCUSSION. Ripple Exercise 4 Ripple in Choppers EXERCISE OBJECTIVE When you have completed this exercise, you will be familiar with ripple in choppers. DISCUSSION OUTLINE The Discussion of this exercise covers the following

More information

Definitions. Spectrum Analyzer

Definitions. Spectrum Analyzer SIGNAL ANALYZERS Spectrum Analyzer Definitions A spectrum analyzer measures the magnitude of an input signal versus frequency within the full frequency range of the instrument. The primary use is to measure

More information

Keysight Measuring High Impedance Sources Using the U8903B Audio Analyzer. Application Note

Keysight Measuring High Impedance Sources Using the U8903B Audio Analyzer. Application Note Keysight Measuring High Impedance Sources Using the U8903B Audio Analyzer Application Note Introduction This note details the input impedance of the U8903B Audio Analyzer, and shows that this needs to

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

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

THE NEXT GENERATION AIRBORNE DATA ACQUISITION SYSTEMS. PART 1 - ANTI-ALIASING FILTERS: CHOICES AND SOME LESSONS LEARNED

THE NEXT GENERATION AIRBORNE DATA ACQUISITION SYSTEMS. PART 1 - ANTI-ALIASING FILTERS: CHOICES AND SOME LESSONS LEARNED THE NEXT GENERATION AIRBORNE DATA ACQUISITION SYSTEMS. PART 1 - ANTI-ALIASING FILTERS: CHOICES AND SOME LESSONS LEARNED Item Type text; Proceedings Authors Sweeney, Paul Publisher International Foundation

More information

CEEN Bot Lab Design A SENIOR THESIS PROPOSAL

CEEN Bot Lab Design A SENIOR THESIS PROPOSAL CEEN Bot Lab Design by Deborah Duran (EENG) Kenneth Townsend (EENG) A SENIOR THESIS PROPOSAL Presented to the Faculty of The Computer and Electronics Engineering Department In Partial Fulfillment of Requirements

More information

Chapter 2 Analog-to-Digital Conversion...

Chapter 2 Analog-to-Digital Conversion... Chapter... 5 This chapter examines general considerations for analog-to-digital converter (ADC) measurements. Discussed are the four basic ADC types, providing a general description of each while comparing

More information

ENGR 499: Wireless ECG

ENGR 499: Wireless ECG ENGR 499: Wireless ECG Introduction and Project History Michael Atkinson Patrick Cousineau James Hollinger Chris Rennie Brian Richter Our 499 project is to design and build the hardware and software for

More information

Bel Canto Design evo Digital Power Processing Amplifier

Bel Canto Design evo Digital Power Processing Amplifier Bel Canto Design evo Digital Power Processing Amplifier Introduction Analog audio power amplifiers rely on balancing the inherent linearity of a device or circuit architecture with factors related to efficiency,

More information

A COMPACT, AGILE, LOW-PHASE-NOISE FREQUENCY SOURCE WITH AM, FM AND PULSE MODULATION CAPABILITIES

A COMPACT, AGILE, LOW-PHASE-NOISE FREQUENCY SOURCE WITH AM, FM AND PULSE MODULATION CAPABILITIES A COMPACT, AGILE, LOW-PHASE-NOISE FREQUENCY SOURCE WITH AM, FM AND PULSE MODULATION CAPABILITIES Alexander Chenakin Phase Matrix, Inc. 109 Bonaventura Drive San Jose, CA 95134, USA achenakin@phasematrix.com

More information

LIMITATIONS IN MAKING AUDIO BANDWIDTH MEASUREMENTS IN THE PRESENCE OF SIGNIFICANT OUT-OF-BAND NOISE

LIMITATIONS IN MAKING AUDIO BANDWIDTH MEASUREMENTS IN THE PRESENCE OF SIGNIFICANT OUT-OF-BAND NOISE LIMITATIONS IN MAKING AUDIO BANDWIDTH MEASUREMENTS IN THE PRESENCE OF SIGNIFICANT OUT-OF-BAND NOISE Bruce E. Hofer AUDIO PRECISION, INC. August 2005 Introduction There once was a time (before the 1980s)

More information

2-Tone Audio Oscillator for SSB Tests

2-Tone Audio Oscillator for SSB Tests 2-Tone Audio Oscillator for SSB Tests Background This 2 Tone generator has been designed to provide 2 non-harmonically related signals as an audio source for testing SSB transmitters and associated equipment.

More information

Pre-Lab. Introduction

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

More information

Experiment Five: The Noisy Channel Model

Experiment Five: The Noisy Channel Model Experiment Five: The Noisy Channel Model Modified from original TIMS Manual experiment by Mr. Faisel Tubbal. Objectives 1) Study and understand the use of marco CHANNEL MODEL module to generate and add

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

A Solar-Powered Wireless Data Acquisition Network

A Solar-Powered Wireless Data Acquisition Network A Solar-Powered Wireless Data Acquisition Network E90: Senior Design Project Proposal Authors: Brian Park Simeon Realov Advisor: Prof. Erik Cheever Abstract We are proposing to design and implement a solar-powered

More information

Select the Right Operational Amplifier for your Filtering Circuits

Select the Right Operational Amplifier for your Filtering Circuits Select the Right Operational Amplifier for your Filtering Circuits 2003 Microchip Technology Incorporated. All Rights Reserved. for Low Pass Filters 1 Hello, my name is Bonnie Baker, and I am with Microchip.

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

Lauren Gresko, Elliott Williams, Elaine McVay Final Project Proposal 9. April Analog Synthesizer. Motivation

Lauren Gresko, Elliott Williams, Elaine McVay Final Project Proposal 9. April Analog Synthesizer. Motivation Lauren Gresko, Elliott Williams, Elaine McVay 6.101 Final Project Proposal 9. April 2014 Motivation Analog Synthesizer From the birth of popular music, with the invention of the phonograph, to the increased

More information

EE 300W Lab 2: Optical Theremin Critical Design Review

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

More information

INTRODUCTION TO FILTER CIRCUITS

INTRODUCTION TO FILTER CIRCUITS INTRODUCTION TO FILTER CIRCUITS 1 2 Background: Filters may be classified as either digital or analog. Digital filters are implemented using a digital computer or special purpose digital hardware. Analog

More information

University of Pittsburgh

University of Pittsburgh University of Pittsburgh Experiment #6 Lab Report Active Filters and Oscillators Submission Date: 7/9/28 Instructors: Dr. Ahmed Dallal Shangqian Gao Submitted By: Nick Haver & Alex Williams Station #2

More information

Table of Contents. Overview... 3

Table of Contents. Overview... 3 User Guide Table of Contents Overview.................................................... 3 Powering A.C.E............................................... 4 Inputs & Outputs..............................................

More information

Callouts Front Rear 1. INPUT Jacks 2. THRU Jacks dB / -30dB Pad switch 4. STEREO/MONO Switch 5. GROUND LIFT Switches 6. BALANCED OUTPUT Jacks

Callouts Front Rear 1. INPUT Jacks 2. THRU Jacks dB / -30dB Pad switch 4. STEREO/MONO Switch 5. GROUND LIFT Switches 6. BALANCED OUTPUT Jacks Quick Start Guide If you want to dispose this product, do not mix it with general household waste. There is a separate collection system for used electronic products in accordance with legislation that

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

Communication Circuit Lab Manual

Communication Circuit Lab Manual German Jordanian University School of Electrical Engineering and IT Department of Electrical and Communication Engineering Communication Circuit Lab Manual Experiment 3 Crystal Oscillator Eng. Anas Alashqar

More information

Li-Fi ( Light Fidelity)

Li-Fi ( Light Fidelity) Initial Project Document Li-Fi ( Light Fidelity) An alternative to the wireless transmission with RF spectrums through visible light communication. University of Central Florida Department of Electrical

More information

6.111 Final Project Proposal HeartAware

6.111 Final Project Proposal HeartAware 6.111 Final Project Proposal HeartAware Michael Holachek and Nalini Singh Massachusetts Institute of Technology 1 Introduction Pulse oximetry is a popular non-invasive method for monitoring a person s

More information

Single Conversion LF Upconverter Andy Talbot G4JNT Jan 2009

Single Conversion LF Upconverter Andy Talbot G4JNT Jan 2009 Single Conversion LF Upconverter Andy Talbot G4JNT Jan 2009 Mark 2 Version Oct 2010, see Appendix, Page 8 This upconverter is designed to directly translate the output from a soundcard from a PC running

More information

Adjustable Parametric Equalizer Hardware Description

Adjustable Parametric Equalizer Hardware Description Adjustable Parametric Equalizer Hardware Description Adam Grunke April 27, 2004 ETEC 474 Professor Morton Introduction The Adjustable Parametric Equalizer (APE) allows the professional audio engineer to

More information

An audio circuit collection, Part 3

An audio circuit collection, Part 3 Texas Instruments Incorporated An audio circuit collection, Part 3 By Bruce Carter Advanced Linear Products, Op Amp Applications Introduction This is the third in a series of articles on single-supply

More information

Common-emitter amplifier, no feedback, with reference waveforms for comparison.

Common-emitter amplifier, no feedback, with reference waveforms for comparison. Feedback If some percentage of an amplifier's output signal is connected to the input, so that the amplifier amplifies part of its own output signal, we have what is known as feedback. Feedback comes in

More information

Radio Receiver Architectures and Analysis

Radio Receiver Architectures and Analysis Radio Receiver Architectures and Analysis Robert Wilson December 6, 01 Abstract This article discusses some common receiver architectures and analyzes some of the impairments that apply to each. 1 Contents

More information

Laboratory Assignment 5 Amplitude Modulation

Laboratory Assignment 5 Amplitude Modulation Laboratory Assignment 5 Amplitude Modulation PURPOSE In this assignment, you will explore the use of digital computers for the analysis, design, synthesis, and simulation of an amplitude modulation (AM)

More information

The Ins and Outs of Audio Transformers. How to Choose them and How to Use them

The Ins and Outs of Audio Transformers. How to Choose them and How to Use them The Ins and Outs of Audio Transformers How to Choose them and How to Use them Steve Hogan Product Development Engineer, Jensen Transformers 1983 1989 Designed new products and provided application assistance

More information

4. Digital Measurement of Electrical Quantities

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

More information

Chapter 2. The Fundamentals of Electronics: A Review

Chapter 2. The Fundamentals of Electronics: A Review Chapter 2 The Fundamentals of Electronics: A Review Topics Covered 2-1: Gain, Attenuation, and Decibels 2-2: Tuned Circuits 2-3: Filters 2-4: Fourier Theory 2-1: Gain, Attenuation, and Decibels Most circuits

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

The Design and Construction of a DDS based Waveform Generator

The Design and Construction of a DDS based Waveform Generator 1 The Design and Construction of a DDS based Waveform Generator Darrell Harmon Abstract A direct digital synthesis (DDS) based signal generator was designed and constructed to cover the frequency range

More information

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

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

More information

AVERAGE CURRENT MODE CONTROL IN POWER ELECTRONIC CONVERTERS ANALOG VERSUS DIGITAL. K. D. Purton * and R. P. Lisner**

AVERAGE CURRENT MODE CONTROL IN POWER ELECTRONIC CONVERTERS ANALOG VERSUS DIGITAL. K. D. Purton * and R. P. Lisner** AVERAGE CURRENT MODE CONTROL IN POWER ELECTRONIC CONVERTERS ANALOG VERSUS DIGITAL Abstract K. D. Purton * and R. P. Lisner** *Department of Electrical and Computer System Engineering, Monash University,

More information

Module 1: Introduction to Experimental Techniques Lecture 2: Sources of error. The Lecture Contains: Sources of Error in Measurement

Module 1: Introduction to Experimental Techniques Lecture 2: Sources of error. The Lecture Contains: Sources of Error in Measurement The Lecture Contains: Sources of Error in Measurement Signal-To-Noise Ratio Analog-to-Digital Conversion of Measurement Data A/D Conversion Digitalization Errors due to A/D Conversion file:///g /optical_measurement/lecture2/2_1.htm[5/7/2012

More information

FYS3240 PC-based instrumentation and microcontrollers. Signal sampling. Spring 2015 Lecture #5

FYS3240 PC-based instrumentation and microcontrollers. Signal sampling. Spring 2015 Lecture #5 FYS3240 PC-based instrumentation and microcontrollers Signal sampling Spring 2015 Lecture #5 Bekkeng, 29.1.2015 Content Aliasing Nyquist (Sampling) ADC Filtering Oversampling Triggering Analog Signal Information

More information

Preliminary Design Report with Diagram(s)

Preliminary Design Report with Diagram(s) EEL 4914C Electrical Engineering Design (Senior Design) Preliminary Design Report with Diagram(s) 28 January 2008 Team Members: Name: Mark Oden Name: Carlos Manuel Torres Jr. Email: cerberus.rock@gmail.com

More information

Appendix B. Design Implementation Description For The Digital Frequency Demodulator

Appendix B. Design Implementation Description For The Digital Frequency Demodulator Appendix B Design Implementation Description For The Digital Frequency Demodulator The DFD design implementation is divided into four sections: 1. Analog front end to signal condition and digitize the

More information

EET 223 RF COMMUNICATIONS LABORATORY EXPERIMENTS

EET 223 RF COMMUNICATIONS LABORATORY EXPERIMENTS EET 223 RF COMMUNICATIONS LABORATORY EXPERIMENTS Experimental Goals A good technician needs to make accurate measurements, keep good records and know the proper usage and limitations of the instruments

More information

Radio Station Setup and Electrical Principles

Radio Station Setup and Electrical Principles Radio Station Setup and Electrical Principles Covers sections: T4A-T5D Seth Price, N3MRA February 20, 2016 Outline 4.1 Station Setup 4.2 Operating Controls 4.3 Electronic Principles 4.4 Ohm s Law 4.5 Power

More information

Designing a Premium Audio System. Gregg Scott Senior Applications Engineer Mid Power Audio Amplifiers

Designing a Premium Audio System. Gregg Scott Senior Applications Engineer Mid Power Audio Amplifiers Designing a Premium Audio System Gregg Scott Senior Applications Engineer Mid Power Audio Amplifiers 1 Gregg Scott Senior Applications Engineer, MPAA Career California Polytechnic State University, San

More information

Lindell TE 100 User Manual. Lindell TE 100. User Manual

Lindell TE 100 User Manual. Lindell TE 100. User Manual Lindell TE 100 User Manual Lindell TE 100 User Manual Introduction Congratulation on choosing the Lindell TE 100 tube equalizer. This plugin faithfully reproduces the behavior and character of the K&H

More information

Analog and Telecommunication Electronics

Analog and Telecommunication Electronics Politecnico di Torino - ICT School Analog and Telecommunication Electronics E1 - Filters type and design» Filter taxonomy and parameters» Design flow and tools» FilterCAD example» Basic II order cells

More information

EXPERT REVIEW: TECH 21 ACOUSTIC FLY RIG

EXPERT REVIEW: TECH 21 ACOUSTIC FLY RIG EXPERT REVIEW: TECH 21 ACOUSTIC FLY RIG By Phil O'Keefe February 26, 2018 Tech 21 Acoustic Fly Rig Is this the perfect travel companion for your acoustic-electric instrument? by Phil O'Keefe Travel light

More information

6.101 Project Proposal April 9, 2014 Kayla Esquivel and Jason Yang. General Outline

6.101 Project Proposal April 9, 2014 Kayla Esquivel and Jason Yang. General Outline 6.101 Project Proposal April 9, 2014 Kayla Esquivel and Jason Yang General Outline We will build a superheterodyne AM Radio Receiver circuit that will have a bandwidth of the entire AM spectrum, and whose

More information

FYS3240 PC-based instrumentation and microcontrollers. Signal sampling. Spring 2017 Lecture #5

FYS3240 PC-based instrumentation and microcontrollers. Signal sampling. Spring 2017 Lecture #5 FYS3240 PC-based instrumentation and microcontrollers Signal sampling Spring 2017 Lecture #5 Bekkeng, 30.01.2017 Content Aliasing Sampling Analog to Digital Conversion (ADC) Filtering Oversampling Triggering

More information

LINEAR MODELING OF A SELF-OSCILLATING PWM CONTROL LOOP

LINEAR MODELING OF A SELF-OSCILLATING PWM CONTROL LOOP Carl Sawtell June 2012 LINEAR MODELING OF A SELF-OSCILLATING PWM CONTROL LOOP There are well established methods of creating linearized versions of PWM control loops to analyze stability and to create

More information

How to Connect a Three-Way (Six Speaker) Legatia Speaker System to a 4-Channel Amplifier in a Quasi-Active Crossover Configuration

How to Connect a Three-Way (Six Speaker) Legatia Speaker System to a 4-Channel Amplifier in a Quasi-Active Crossover Configuration How to Connect a Three-Way (Six Speaker) Legatia Speaker System to a 4-Channel Amplifier in a Quasi-Active Crossover Configuration Hybrid Audio Technologies highly recommends the use of active crossovers

More information

RSS twitter facebook linked in. Home Reviews Press A/V Directory CAVE Technical Articles. Home Preamplifiers Classe CP-800 Stereo Preamplifier

RSS twitter facebook linked in. Home Reviews Press A/V Directory CAVE Technical Articles. Home Preamplifiers Classe CP-800 Stereo Preamplifier RSS twitter facebook linked in YOUR EMAIL SUBMIT Like Home Reviews Press A/V Directory CAVE Technical Articles Home Preamplifiers Classe CP-800 Stereo Preamplifier Classe CP-800 Stereo Preamplifier Written

More information

Analog and Telecommunication Electronics

Analog and Telecommunication Electronics Politecnico di Torino - ICT School Analog and Telecommunication Electronics E1 - Filters type and design» Filter taxonomy and parameters» Design flow and tools» FilterCAD example» Basic II order cells

More information

Hints. for making. Better. Spectrum Analyzer. Measurements. Application Note

Hints. for making. Better. Spectrum Analyzer. Measurements. Application Note Hints for making Better Spectrum Analyzer Measurements Application Note 1286-1 The Heterodyne Spectrum Analyzer The spectrum analyzer, like an oscilloscope, is a basic tool used for observing signals.

More information

Worksheet for the afternoon course Tune measurements simulated with a DSP card

Worksheet for the afternoon course Tune measurements simulated with a DSP card Worksheet for the afternoon course Tune measurements simulated with a DSP card CAS Tuusula, June 2018 D. Alves, S. Sadovich, H. Schmickler 1. Introduction In this course we will be replacing the betatron

More information

Design of Class F Power Amplifiers Using Cree GaN HEMTs and Microwave Office Software to Optimize Gain, Efficiency, and Stability

Design of Class F Power Amplifiers Using Cree GaN HEMTs and Microwave Office Software to Optimize Gain, Efficiency, and Stability White Paper Design of Class F Power Amplifiers Using Cree GaN HEMTs and Microwave Office Software to Optimize Gain, Efficiency, and Stability Overview This white paper explores the design of power amplifiers

More information

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

Final Project Report E3990 Electronic Circuits Design Lab. Wii-Lock. Magic Wand Remote Unlocking Device 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

More information

Theremin with Onboard Effects by Patrick Tarantino Shaun Cinnamon PHYCS 398

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

More information

Preliminary Design Report. Project Title: Search and Destroy

Preliminary Design Report. Project Title: Search and Destroy EEL 494 Electrical Engineering Design (Senior Design) Preliminary Design Report 9 April 0 Project Title: Search and Destroy Team Member: Name: Robert Bethea Email: bbethea88@ufl.edu Project Abstract Name:

More information

Introduction. sig. ref. sig

Introduction. sig. ref. sig Introduction A lock-in amplifier, in common with most AC indicating instruments, provides a DC output proportional to the AC signal under investigation. The special rectifier, called a phase-sensitive

More information

ICOM IC-7200 Military

ICOM IC-7200 Military DG2IAQ Modification notes 20-Jul-2003, rev. 21. Feb. 2009 / p. 1 The famous ICOM IC-7200 is a great transceiver and I like it very much. As announced in several forums I realized that it has some (few)

More information

Deployable Noise Meter Preliminary Detailed Design Review

Deployable Noise Meter Preliminary Detailed Design Review Deployable Noise Meter Preliminary Detailed Design Review 11/3/2016 Team Members and Roles Mandala Murphy - ME Zachary Maher - ME Sergio Martins - CE Nathan Burlee - EE Vashti Green - EE Jillian Walsh

More information

EECS 452, W.03 DSP Project Proposals: HW#5 James Glettler

EECS 452, W.03 DSP Project Proposals: HW#5 James Glettler EECS 45, W.03 Project Proposals: HW#5 James Glettler James (at) ElysianAudio.com - jglettle (at) umich.edu - www.elysianaudio.com Proposal: Automated Adaptive Room/System Equalization System Develop a

More information

145M Final Exam Solutions page 1 May 11, 2010 S. Derenzo R/2. Vref. Address encoder logic. Exclusive OR. Digital output (8 bits) V 1 2 R/2

145M Final Exam Solutions page 1 May 11, 2010 S. Derenzo R/2. Vref. Address encoder logic. Exclusive OR. Digital output (8 bits) V 1 2 R/2 UNIVERSITY OF CALIFORNIA College of Engineering Electrical Engineering and Computer Sciences Department 145M Microcomputer Interfacing Lab Final Exam Solutions May 11, 2010 1.1 Handshaking steps: When

More information

On The Causes And Cures Of Audio Distortion Of Received AM Signals Due To Fading

On The Causes And Cures Of Audio Distortion Of Received AM Signals Due To Fading On The Causes And Cures Of Audio Distortion Of Received AM Signals Due To Fading Dallas Lankford, 2/6/06, rev. 9/25/08 The purpose of this article is to investigate some of the causes and cures of audio

More information

Design Issues ECE480 Design Team 7 Mike Zito; Shaun Eisenmenger; Gu Enwei; Adam Rogacki

Design Issues ECE480 Design Team 7 Mike Zito; Shaun Eisenmenger; Gu Enwei; Adam Rogacki Design Issues ECE480 Design Team 7 Mike Zito; Shaun Eisenmenger; Gu Enwei; Adam Rogacki Product lifecycle management (PLM) refers to the engineering aspect of preparing for and managing a product for the

More information

Software Defined Radio! Primer + Project! Gordie Neff, N9FF! Columbia Amateur Radio Club! March 2016!

Software Defined Radio! Primer + Project! Gordie Neff, N9FF! Columbia Amateur Radio Club! March 2016! Software Defined Radio! Primer + Project! Gordie Neff, N9FF! Columbia Amateur Radio Club! March 2016! Overview! What is SDR?! Why should I care?! SDR Concepts! Potential SDR project! 2! Approach:! This

More information

Transmission and Reception Using Power Line Communication

Transmission and Reception Using Power Line Communication International Journal of Education and Science Research Review E-ISSN 2348-6457 Volume-3, Issue-2 April- 2016 Transmission and Reception Using Power Line Communication Preeti Pannu, Sahil Kamboj, Saransh

More information

EEL 4924 Electrical Engineering Design Project Design Report: J & J Mic Pre. 2 February 2012 Team Members: Josh Levy & Jordan Leslie

EEL 4924 Electrical Engineering Design Project Design Report: J & J Mic Pre. 2 February 2012 Team Members: Josh Levy & Jordan Leslie EEL 4924 Electrical Engineering Design Project Design Report: J & J Mic Pre 2 February 2012 Team Members: Josh Levy & Jordan Leslie Page 2/7 Project Abstract: Our project will be an all analog microphone

More information

Data acquisition and instrumentation. Data acquisition

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

More information

TUNED AMPLIFIERS. Tank circuits.

TUNED AMPLIFIERS. Tank circuits. Tank circuits. TUNED AMPLIFIERS Analysis of single tuned amplifier, Double tuned, stagger tuned amplifiers. Instability of tuned amplifiers, stabilization techniques, Narrow band neutralization using coil,

More information

MAKING TRANSIENT ANTENNA MEASUREMENTS

MAKING TRANSIENT ANTENNA MEASUREMENTS MAKING TRANSIENT ANTENNA MEASUREMENTS Roger Dygert, Steven R. Nichols MI Technologies, 1125 Satellite Boulevard, Suite 100 Suwanee, GA 30024-4629 ABSTRACT In addition to steady state performance, antennas

More information

6.555 Lab1: The Electrocardiogram

6.555 Lab1: The Electrocardiogram 6.555 Lab1: The Electrocardiogram Tony Hyun Kim Spring 11 1 Data acquisition Question 1: Draw a block diagram to illustrate how the data was acquired. The EKG signal discussed in this report was recorded

More information

Choosing the Best ADC Architecture for Your Application Part 4:

Choosing the Best ADC Architecture for Your Application Part 4: Choosing the Best ADC Architecture for Your Application Part 4: Hello, my name is Luis Chioye, Applications Engineer for the Precision the Data Converters team. And I am Ryan Callaway; I am a Product Marketing

More information

NEW. HANDMADE in Germany.

NEW. HANDMADE in Germany. NEW HANDMADE in Germany. Integrated amplifier Ti 100 Mk II The Lyric Ti 100 Mk II is a pure single-ended class A amplifier. Its subtlety, naturalness, charm and dynamics converge for a fantastic listening

More information