Using the CODEC ReadMeFirst

Size: px
Start display at page:

Download "Using the CODEC ReadMeFirst"

Transcription

1 Using the CODEC ReadMeFirst Lab Summary This lab covers the use of the CODEC that is necessary in nearly all of the future labs. This lab is divided into three parts. In the first part, you will work with the use of the CODEC on the DE2 board to examine basic signals from the benchtop function generator in both the analog and digital domain. In Part 2, you will use the CODEC to observe an audio signal from an MP3 player or the ipad. In the third part, you will send in an analog signal into the DE2 board and observe the converted digital waveform in Signal Tap II. Please note that much of this lab was developed for the previous version of the DE2 FPGA boards. Please be patient when viewing the video as portions that are describing the creation and configuration of the CODEC no longer apply to your lab. Lab Background Most real world signals are analog. In order for a digital device such as an FPGA to communicate with the outside world, an analog to digital (A/D) conversion using a CODEC is essential. Once the digital circuitry processes the digitized signal, it must be converted back as a modified analog signal using the digital-to-analog convertor (DAC). You can use the CODEC whenever an external signal (such as one from the signal generator) must be processed, or when sending a signal from the DE2 Board to an external device (such as on the oscilloscope or a speaker). Lab Preparation Supplies DE2 Board x 1 USB Blaster Cable x 1 BNC Coaxial Cable x 2 BNC to RCA Adapter x 2 RCA to 3.5 mm Cable x mm to 3.5 mm Cable x 1

2 Documents Review the following documents: Sampling.pdf DE2_CODEC_use.pdf Videos Watch the following screencasts prior to performing the lab: 1) Sampling.mp4 2) Using the Codec.mp4

3 Part 1: The CODEC In this part, you will be learning how to use the CODEC interface. To test the CODEC, you will input a wave from the signal generator and convert it to a digital wave. You will then convert the digital wave back to an analog wave and observe the result on the oscilloscope. Begin by downloading the archived project named CODEC_Proj into your working directory on the Z drive. This can be found in the 2060 Labs website under Lab 04 and Files on the lab computer desktop. Create a folder of the same name. Place the archive in the folder, and double click on the archive ICON. NOTE 1 : Any project requiring a CODEC will be available for you on the website. Do not Create a new project. Open the project provided and continue the lab by adding to it. NOTE 2 : It is not necessary to configure the CODEC as it was on the old Cyclone II boards. Please ignore any reference to Configure CODEC either in the videos or in any of the other support documentation. NOTE 3 : It is not necessary to change the Core Voltage to 1.2V for any of the projects downloaded from the website. This step has already been performed for you when the CODEC project was created. Construct the schematic shown below. NOTE 4 : This is the CODEC that comes with the project. JUST MODIFY it. DO NOT create another CODEC.

4 Procedure: 1) Connect the AUD_in and AUD_out buses as shown in the schematic. 2) Program the DE2 Board with your circuit. 3) Use the RCA to BNC adapters and the RCA phono jack splitter cables to connect a BNC coaxial cable between CH1 of the signal generator and either the red or white connectors on the splitter cable that is plugged in to the Line In on the DE2 board (BLUE). 4) Use a second set of cables and adapters to connect the DE2 board Line Out (GREEN) to CH1 of the oscilloscope. 5) Set the signal generator to produce a 1 khz, 1 Volt peak-to-peak Sine wave. 6) Observe this wave on the oscilloscope. NOTE 5 : Remember to ENABLE the Output on CH1 of the Signal Generator. NOTE 6 : Check both the red & white connectors on both of splitter cables (4 combinations) in order to patch your signals through to the correct places in the set-up wave. The left and right color coding varies with brand of RCA/35mm adapter. NOTE 7 : You may also find the Autoscale button (white) on the oscilloscope very helpful when look for the waveform. Result 1: Take a screenshot of the sine wave on the oscilloscope and include this in your lab report. Result 2: Export the oscilloscope data and plot the data in MATLAB. Include this in your lab report. 6) Using the signal generator, produce a Square Wave with the same frequency and peakto-peak voltage as the above sine wave. Observe this wave on the oscilloscope and save the waveform. Result 3: Take a screenshot of the wave on the oscilloscope and include this in your lab report. Result 4: Export the oscilloscope data and plot the wave in MATLAB. Include this in your lab report. Checkpoint 1: Show the lab monitor both of your MATLAB plots.

5 Part 2: Codec Application In this part, we will observe the signal from an MP3 player on the oscilloscope, using the circuit from the last project. Procedure 1. Connect the Line in of the DE2 board to a MP3 player (or the ipad, computer, etc.) using the 3.5 mm to 3.5 mm cable. 2. Play any sort of file that contains audio. (Your favorite song?) 3. Change the time base on the oscilloscope to a low setting, 50 milliseconds/divisions, 4. Change the vertical scale on the oscilloscope to 1.00 Volts/division to begin with. You may adjust it later to be able to better see your music signal. 5. Observe the signal on the oscilloscope. 6. Now try changing the volume of the device. What happens to the amplitude on the oscilloscope? Result 5: Take a screenshot of the music signal on the oscilloscope and include it with your lab report.

6 Part 3: The A/D Converter In this part, you will use Signal Tap II to plot the digitalized waveform. ***************************************************************************** NOTE: You will need to use this part of the lab to answer Topic 4 in the discussion questions ***************************************************************************** Procedure 1) Create two output (bus) pins for both AUD_inL[15..0] and AUD_inR[15..0] separately. 2) Run Analysis & Synthesis (the 1 st stage of compilation) and set up Signal Tap. The Analysis & Synthesis button is as shown in the figure below. Select the clock in Signal Tap to be AUD_ADCLRCK and add AUD_inL[15..0] and AUD_inR[15..0] to node list. If you have trouble, review the Signal Tap II Logic Analyzer Screencast from the previous lab. 3) Connect the Signal Generator to the Line In of the DE2 board (BLUE). Use 2 cable sets and connect the signal to both the red and white RCA input channels. Set the signal generator to generate a sine wave with 2 Vpp and 1 khz frequency. 4) Recompile and Reprogram. Observe the results from the two AUD_in pins in Signal Tap II. Verify that you are getting a sine wave. 5) Set the signal generator to generate a sine wave with a frequency such that the normalized frequency is 1/10. Recall that the sampling rate (Fs) of the CODEC is Hz and the normalized frequency is related to the frequency by the equation f = F/Fs. (i.e. f = 1/10, set the signal generator to F = Hz/10).

7 6) Rerun the Signal Tap II Program and observe the results as a Signed Bar Chart. Select the signal name -> right clock -> Scroll down to Bus Display Format -> Second setting from the bottom is Signed Bar Chart. Results 6: Take a screenshot of the Signal Tap results and include it in your lab report. Checkpoint 2: Show your results to the lab monitor. Checkpoint 3: Clean up and show your workbench to the lab monitor. Discussion Questions Topic 1: What is the sampling frequency of the CODEC? Topic 2: What frequency should the signal generator be set at to achieve a normalized frequency f = 0.5? Topic 3: Explain why the units of the normalized frequency are in cycles/sample. In other words, what does it mean to have a signal that oscillates at 1/3 cycles/sample? What is the relationship between actual frequency, normalized frequency and cycles per sample. Topic 4: Use the circuit you developed in part 3 of the lab to find at what normalized frequency do you begin to stop seeing a signal? Set your function generator to 2 V peak-peak. Figure out the frequency in Hertz at which Signal Tap stops reproducing a signal. Then divide by the sampling frequency to calculate the normalized frequency. Remember that F = f*fs (Assume Fs = 48,000 Hz). What you are examining is referred to as aliasing and the Nyquist criteria for sampling. Hint: Use Autorun Analysis to change the frequency and observe the signal in real time. Topic 5: CODEC stands for Encoding and Decoding. How are each of these functions accomplished at the hardware level?

Lab 4: Using the CODEC

Lab 4: Using the CODEC Lab 4: Using the CODEC ECE 2060 Spring, 2016 Haocheng Zhu Gregory Ochs Monday 12:40 15:40 Date of Experiment: 03/28/16 Date of Submission: 04/08/16 Abstract This lab covers the use of the CODEC that is

More information

The Audio Synthesizer

The Audio Synthesizer The Audio Synthesizer Lab Summary In this laboratory, you will construct an audio synthesizer. The synthesizer generates signals for various tones that you will use for your Simon push buttons and win/lose

More information

Lab 4 An FPGA Based Digital System Design ReadMeFirst

Lab 4 An FPGA Based Digital System Design ReadMeFirst Lab 4 An FPGA Based Digital System Design ReadMeFirst Lab Summary This Lab introduces a number of Matlab functions used to design and test a lowpass IIR filter. As you have seen in the previous lab, Simulink

More information

Lab 6 - MCU CODEC IIR Filter ReadMeFirst

Lab 6 - MCU CODEC IIR Filter ReadMeFirst Lab 6 - MCU CODEC IIR Filter ReadMeFirst Lab Summary In this lab you will use a microcontroller and an audio CODEC to design a 2nd order low pass digital IIR filter. Use this filter to remove the noise

More information

Lab 1: Introduction to Laboratory Equipment ReadMeFirst

Lab 1: Introduction to Laboratory Equipment ReadMeFirst Lab 1: Introduction to Laboratory Equipment ReadMeFirst Lab Summary This is the introduction to laboratory equipment and cables. The equipment covered includes the oscilloscope, function generator, power

More information

Operational Amplifiers 2 Active Filters ReadMeFirst

Operational Amplifiers 2 Active Filters ReadMeFirst Operational Amplifiers 2 Active Filters ReadMeFirst Lab Summary In this lab you will build two active filters on a breadboard, using an op-amp, resistors, and capacitors, and take data for the magnitude

More information

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

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

More information

Tektronix digital oscilloscope, BK Precision Function Generator, coaxial cables, breadboard, the crystal earpiece from your AM radio kit.

Tektronix digital oscilloscope, BK Precision Function Generator, coaxial cables, breadboard, the crystal earpiece from your AM radio kit. Experiment 0: Review I. References The 174 and 275 Lab Manuals Any standard text on error analysis (for example, Introduction to Error Analysis, J. Taylor, University Science Books, 1997) The manual for

More information

The University of Queensland School of Information Technology and Electrical Engineering. ELEC3004/7312: Signals, Systems and Controls

The University of Queensland School of Information Technology and Electrical Engineering. ELEC3004/7312: Signals, Systems and Controls The University of Queensland School of Information Technology and Electrical Engineering ELEC3004/7312: Signals, Systems and Controls EXPERIMENT 3: ECHO FILTERS ON THE NEXYS 2 Aims In this laboratory session

More information

Cyclone II Filtering Lab

Cyclone II Filtering Lab May 2005, ver. 1.0 Application Note 376 Introduction The Cyclone II filtering lab design provided in the DSP Development Kit, Cyclone II Edition, shows you how to use the Altera DSP Builder for system

More information

Experiment I: An Introduction to the Arduino Due + Sampling and Reconstruction

Experiment I: An Introduction to the Arduino Due + Sampling and Reconstruction ELEC 00/7: Signals Systems & Controls Prac/Lab : Introduction to the Arduino Due + Sampling & Reconstruction on the Arduino Due Revised March, 0 Pre-Lab The Pre-laboratory exercise for this laboratory

More information

Experiment A8 Electronics III Procedure

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

More information

Experiment # 4. Frequency Modulation

Experiment # 4. Frequency Modulation ECE 416 Fall 2002 Experiment # 4 Frequency Modulation 1 Purpose In Experiment # 3, a modulator and demodulator for AM were designed and built. In this experiment, another widely used modulation technique

More information

Exercise 1: AC Waveform Generator Familiarization

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

More information

Laboratory Assignment 1 Sampling Phenomena

Laboratory Assignment 1 Sampling Phenomena 1 Main Topics Signal Acquisition Audio Processing Aliasing, Anti-Aliasing Filters Laboratory Assignment 1 Sampling Phenomena 2.171 Analysis and Design of Digital Control Systems Digital Filter Design and

More information

On-Line Students Analog Discovery 2: Arbitrary Waveform Generator (AWG). Two channel oscilloscope

On-Line Students Analog Discovery 2: Arbitrary Waveform Generator (AWG). Two channel oscilloscope EET 150 Introduction to EET Lab Activity 8 Function Generator Introduction Required Parts, Software and Equipment Parts Figure 1 Component /Value Quantity Resistor 10 kω, ¼ Watt, 5% Tolerance 1 Resistor

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

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

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

More information

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

P a g e 1 ST985. TDR Cable Analyzer Instruction Manual. Analog Arts Inc.

P a g e 1 ST985. TDR Cable Analyzer Instruction Manual. Analog Arts Inc. P a g e 1 ST985 TDR Cable Analyzer Instruction Manual Analog Arts Inc. www.analogarts.com P a g e 2 Contents Software Installation... 4 Specifications... 4 Handling Precautions... 4 Operation Instruction...

More information

EXPERIMENT 1: INTRODUCTION TO THE NEXYS 2. ELEC 3004/7312: Signals Systems & Controls EXPERIMENT 1: INTRODUCTION TO THE NEXYS 2

EXPERIMENT 1: INTRODUCTION TO THE NEXYS 2. ELEC 3004/7312: Signals Systems & Controls EXPERIMENT 1: INTRODUCTION TO THE NEXYS 2 ELEC 3004/7312: Signals Systems & Controls Aims In this laboratory session you will: 1. Gain familiarity with the workings of the Digilent Nexys 2 for DSP applications; 2. Have a first look at the Xilinx

More information

Introduction to the Analog Discovery

Introduction to the Analog Discovery Introduction to the Analog Discovery The Analog Discovery from Digilent (http://store.digilentinc.com/all-products/scopes-instruments) is a versatile and powerful USB-connected instrument that lets you

More information

EECS 216 Winter 2008 Lab 2: FM Detector Part II: In-Lab & Post-Lab Assignment

EECS 216 Winter 2008 Lab 2: FM Detector Part II: In-Lab & Post-Lab Assignment EECS 216 Winter 2008 Lab 2: Part II: In-Lab & Post-Lab Assignment c Kim Winick 2008 1 Background DIGITAL vs. ANALOG communication. Over the past fifty years, there has been a transition from analog to

More information

Stratix II Filtering Lab

Stratix II Filtering Lab October 2004, ver. 1.0 Application Note 362 Introduction The filtering reference design provided in the DSP Development Kit, Stratix II Edition, shows you how to use the Altera DSP Builder for system design,

More information

ENGR 1110: Introduction to Engineering Lab 7 Pulse Width Modulation (PWM)

ENGR 1110: Introduction to Engineering Lab 7 Pulse Width Modulation (PWM) ENGR 1110: Introduction to Engineering Lab 7 Pulse Width Modulation (PWM) Supplies Needed Motor control board, Transmitter (with good batteries), Receiver Equipment Used Oscilloscope, Function Generator,

More information

Sound Wave Measurements using an Oscilloscope and Waveform Generator

Sound Wave Measurements using an Oscilloscope and Waveform Generator Sound Wave Measurements using an Oscilloscope and Waveform Generator In this module students will learn to make sound wave measurements using an oscilloscope and a function generator. This equipment will

More information

Advanced Lab LAB 6: Signal Acquisition & Spectrum Analysis Using VirtualBench DSA Equipment: Objectives:

Advanced Lab LAB 6: Signal Acquisition & Spectrum Analysis Using VirtualBench DSA Equipment: Objectives: Advanced Lab LAB 6: Signal Acquisition & Spectrum Analysis Using VirtualBench DSA Equipment: Pentium PC with National Instruments PCI-MIO-16E-4 data-acquisition board (12-bit resolution; software-controlled

More information

SGN Bachelor s Laboratory Course in Signal Processing Audio frequency band division filter ( ) Name: Student number:

SGN Bachelor s Laboratory Course in Signal Processing Audio frequency band division filter ( ) Name: Student number: TAMPERE UNIVERSITY OF TECHNOLOGY Department of Signal Processing SGN-16006 Bachelor s Laboratory Course in Signal Processing Audio frequency band division filter (2013-2014) Group number: Date: Name: Student

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

Lab Report #10 Alex Styborski, Daniel Telesman, and Josh Kauffman Group 12 Abstract

Lab Report #10 Alex Styborski, Daniel Telesman, and Josh Kauffman Group 12 Abstract Lab Report #10 Alex Styborski, Daniel Telesman, and Josh Kauffman Group 12 Abstract During lab 10, students carried out four different experiments, each one showing the spectrum of a different wave form.

More information

Stratix Filtering Reference Design

Stratix Filtering Reference Design Stratix Filtering Reference Design December 2004, ver. 3.0 Application Note 245 Introduction The filtering reference designs provided in the DSP Development Kit, Stratix Edition, and in the DSP Development

More information

UNIVERSITY OF NORTH CAROLINA AT CHARLOTTE Department of Electrical and Computer Engineering

UNIVERSITY OF NORTH CAROLINA AT CHARLOTTE Department of Electrical and Computer Engineering UNIVERSITY OF NORTH CAROLINA AT CHARLOTTE Department of Electrical and Computer Engineering EXPERIMENT 1 INTRODUCTION TO THE EMONA SIGEX BOARD FOR NI ELVIS OBJECTIVES The purpose of this experiment is

More information

Set-up. Equipment required: Your issued Laptop MATLAB ( if you don t already have it on your laptop)

Set-up. Equipment required: Your issued Laptop MATLAB ( if you don t already have it on your laptop) All signals found in nature are analog they re smooth and continuously varying, from the sound of an orchestra to the acceleration of your car to the clouds moving through the sky. An excerpt from http://www.netguru.net/ntc/ntcc5.htm

More information

DT 9818 Waveform-Generator. Hardware Trigger Version. Operating Manual. Version 2.0. May Page 1 of 21

DT 9818 Waveform-Generator. Hardware Trigger Version. Operating Manual. Version 2.0. May Page 1 of 21 DT 9818 Waveform-Generator Hardware Trigger Version Operating Manual Version 2.0 May 2011 Page 1 of 21 Table of Contents 1 Components... 3 1.1 USB DAQ module DT 9818-16SE-BNC... 3 1.2 DT 9818 Waveform-Generator-CD...

More information

Experiment A8 Electronics III Procedure

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

More information

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

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

More information

ECE 2274 Lab 1 (Intro)

ECE 2274 Lab 1 (Intro) ECE 2274 Lab 1 (Intro) Richard Dumene: Spring 2018 Revised: Richard Cooper: Spring 2018 Forward (DO NOT TURN IN) The purpose of this lab course is to familiarize you with high-end lab equipment, and train

More information

Page 1/10 Digilent Analog Discovery (DAD) Tutorial 6-Aug-15. Figure 2: DAD pin configuration

Page 1/10 Digilent Analog Discovery (DAD) Tutorial 6-Aug-15. Figure 2: DAD pin configuration Page 1/10 Digilent Analog Discovery (DAD) Tutorial 6-Aug-15 INTRODUCTION The Diligent Analog Discovery (DAD) allows you to design and test both analog and digital circuits. It can produce, measure and

More information

On-Line Students Analog Discovery 2: Arbitrary Waveform Generator (AWG). Two channel oscilloscope

On-Line Students Analog Discovery 2: Arbitrary Waveform Generator (AWG). Two channel oscilloscope EET 150 Introduction to EET Lab Activity 5 Oscilloscope Introduction Required Parts, Software and Equipment Parts Figure 1, Figure 2, Figure 3 Component /Value Quantity Resistor 10 kω, ¼ Watt, 5% Tolerance

More information

ESE 350 Microcontroller Laboratory Lab 5: Sensor-Actuator Lab

ESE 350 Microcontroller Laboratory Lab 5: Sensor-Actuator Lab ESE 350 Microcontroller Laboratory Lab 5: Sensor-Actuator Lab The purpose of this lab is to learn about sensors and use the ADC module to digitize the sensor signals. You will use the digitized signals

More information

The Oscilloscope. Vision is the art of seeing things invisible. J. Swift ( ) OBJECTIVE To learn to operate a digital oscilloscope.

The Oscilloscope. Vision is the art of seeing things invisible. J. Swift ( ) OBJECTIVE To learn to operate a digital oscilloscope. The Oscilloscope Vision is the art of seeing things invisible. J. Swift (1667-1745) OBJECTIVE To learn to operate a digital oscilloscope. THEORY The oscilloscope, or scope for short, is a device for drawing

More information

Getting started with Mobile Studio.

Getting started with Mobile Studio. Getting started with Mobile Studio. IMPORTANT!!! DO NOT PLUG THE MOBILE STUDIO BOARD INTO THE USB PORT YET. First Lab: For the first lab experiment you will essentially play with the Mobile Studio Board

More information

Interfacing to the SoundStation VTX 1000 TM with Vortex Devices

Interfacing to the SoundStation VTX 1000 TM with Vortex Devices Interfacing to the SoundStation VTX 1000 TM with Vortex Devices Application Note Polycom Installed Voice Business Group September 2004 Rev. F TABLE OF CONTENTS TABLE OF CONTENTS... 2 INTRODUCTION... 6

More information

Experiment 8: An AC Circuit

Experiment 8: An AC Circuit Experiment 8: An AC Circuit PART ONE: AC Voltages. Set up this circuit. Use R = 500 Ω, L = 5.0 mh and C =.01 μf. A signal generator built into the interface provides the emf to run the circuit from Output

More information

Precalculations Individual Portion Introductory Lab: Basic Operation of Common Laboratory Instruments

Precalculations Individual Portion Introductory Lab: Basic Operation of Common Laboratory Instruments Name: Date of lab: Section number: M E 345. Lab 1 Precalculations Individual Portion Introductory Lab: Basic Operation of Common Laboratory Instruments Precalculations Score (for instructor or TA use only):

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

LAB #7: Digital Signal Processing

LAB #7: Digital Signal Processing LAB #7: Digital Signal Processing Equipment: Pentium PC with NI PCI-MIO-16E-4 data-acquisition board NI BNC 2120 Accessory Box VirtualBench Instrument Library version 2.6 Function Generator (Tektronix

More information

Lab 5 Timer Module PWM ReadMeFirst

Lab 5 Timer Module PWM ReadMeFirst Lab 5 Timer Module PWM ReadMeFirst Lab Folder Content 1) ReadMeFirst 2) Interrupt Vector Table 3) Pin out Summary 4) DriverLib API 5) SineTable Overview In this lab, we are going to use the output hardware

More information

Mic Mate Pro. User Manual

Mic Mate Pro. User Manual R Mic Mate Pro User Manual Mic Mate Pro Features Congratulations and thank you for purchasing the MXL Mic Mate Pro. This device is designed to minimize your setup for recording and allow for professional

More information

The oscilloscope and RC filters

The oscilloscope and RC filters (ta initials) first name (print) last name (print) brock id (ab17cd) (lab date) Experiment 4 The oscilloscope and C filters The objective of this experiment is to familiarize the student with the workstation

More information

Exploring DSP Performance

Exploring DSP Performance ECE1756, Experiment 02, 2015 Communications Lab, University of Toronto Exploring DSP Performance Bruno Korst, Siu Pak Mok & Vaughn Betz Abstract The performance of two DSP architectures will be probed

More information

Build Your Own Bose WaveRadio Bass Preamp Active Filter Design

Build Your Own Bose WaveRadio Bass Preamp Active Filter Design EE230 Filter Laboratory Build Your Own Bose WaveRadio Bass Preamp Active Filter Design Objectives 1) Design an active filter on paper to meet a particular specification 2) Verify your design using Spice

More information

Lab E5: Filters and Complex Impedance

Lab E5: Filters and Complex Impedance E5.1 Lab E5: Filters and Complex Impedance Note: It is strongly recommended that you complete lab E4: Capacitors and the RC Circuit before performing this experiment. Introduction Ohm s law, a well known

More information

EE 201 Lab! Tektronix 3021B function generator

EE 201 Lab! Tektronix 3021B function generator EE 201 Lab Tektronix 3021B function generator The function generator produces a time-varying voltage signal at its output terminal. The Tektronix 3021B is capable of producing several standard waveforms

More information

Transmission Lines and TDR

Transmission Lines and TDR Transmission Lines and TDR Overview This is the procedure for lab 2b. This is a one- week lab. The prelab should be done BEFORE going to the lab session. In this lab, pulse propagation down transmission

More information

Acoustic Resonance Lab

Acoustic Resonance Lab Acoustic Resonance Lab 1 Introduction This activity introduces several concepts that are fundamental to understanding how sound is produced in musical instruments. We ll be measuring audio produced from

More information

Data Conversion and Lab Lab 4 Fall Digital to Analog Conversions

Data Conversion and Lab Lab 4 Fall Digital to Analog Conversions Digital to Analog Conversions Objective o o o o o To construct and operate a binary-weighted DAC To construct and operate a Digital to Analog Converters Testing the ADC and DAC With DC Input Testing the

More information

Lab #1 Lab Introduction

Lab #1 Lab Introduction Cir cuit s 212 Lab Lab #1 Lab Introduction Special Information for this Lab s Report Because this is a one-week lab, please hand in your lab report for this lab at the beginning of next week s lab. The

More information

LABORATORY 4. Palomar College ENGR210 Spring 2017 ASSIGNED: 3/21/17

LABORATORY 4. Palomar College ENGR210 Spring 2017 ASSIGNED: 3/21/17 LABORATORY 4 ASSIGNED: 3/21/17 OBJECTIVE: The purpose of this lab is to evaluate the transient and steady-state circuit response of first order and second order circuits. MINIMUM EQUIPMENT LIST: You will

More information

Experiment # 2 Pulse Code Modulation: Uniform and Non-Uniform

Experiment # 2 Pulse Code Modulation: Uniform and Non-Uniform 10 8 6 4 2 0 2 4 6 8 3 2 1 0 1 2 3 2 3 4 5 6 7 8 9 10 3 2 1 0 1 2 3 4 1 2 3 4 5 6 7 8 9 1.5 1 0.5 0 0.5 1 ECE417 c 2015 Bruno Korst-Fagundes CommLab Experiment # 2 Pulse Code Modulation: Uniform and Non-Uniform

More information

Name: First-Order Response: RC Networks Objective: To gain experience with first-order response of RC circuits

Name: First-Order Response: RC Networks Objective: To gain experience with first-order response of RC circuits First-Order Response: RC Networks Objective: To gain experience with first-order response of RC circuits Table of Contents: Pre-Lab Assignment 2 Background 2 National Instruments MyDAQ 2 Resistors 3 Capacitors

More information

Analog Discovery Arbitrary Function Generator for Windows 7 by Mr. David Fritz and Ms. Ellen Robertson

Analog Discovery Arbitrary Function Generator for Windows 7 by Mr. David Fritz and Ms. Ellen Robertson Analog Discovery Arbitrary Function Generator for Windows 7 by Mr. David Fritz and Ms. Ellen Robertson Financial support to develop this tutorial was provided by the Bradley Department of Electrical and

More information

Lab 4: Analysis of the Stereo Amplifier

Lab 4: Analysis of the Stereo Amplifier ECE 212 Spring 2010 Circuit Analysis II Names: Lab 4: Analysis of the Stereo Amplifier Objectives In this lab exercise you will use the power supply to power the stereo amplifier built in the previous

More information

The University of Jordan Mechatronics Engineering Department Electronics Lab.( ) Experiment 1: Lab Equipment Familiarization

The University of Jordan Mechatronics Engineering Department Electronics Lab.( ) Experiment 1: Lab Equipment Familiarization The University of Jordan Mechatronics Engineering Department Electronics Lab.(0908322) Experiment 1: Lab Equipment Familiarization Objectives To be familiar with the main blocks of the oscilloscope and

More information

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

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

More information

EECE Circuits and Signals: Biomedical Applications. Lab 3. Basic Instruments, Components and Circuits. Introduction to Spice and AC circuits

EECE Circuits and Signals: Biomedical Applications. Lab 3. Basic Instruments, Components and Circuits. Introduction to Spice and AC circuits EECE 2150 - Circuits and Signals: Biomedical Applications Lab 3 Basic Instruments, Components and Circuits. Introduction to Spice and AC circuits Introduction and Preamble: In this lab you will experiment

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

EE 1210 Op Amps, Gain, and Signal Integrity Laboratory Project 6

EE 1210 Op Amps, Gain, and Signal Integrity Laboratory Project 6 Objective Information The purposes of this laboratory project are for the student to observe an inverting operational amplifier circuit, to demonstrate how the resistors in an operational amplifier circuit

More information

Introduction to Lab Instruments

Introduction to Lab Instruments ECE316, Experiment 00, 2017 Communications Lab, University of Toronto Introduction to Lab Instruments Bruno Korst - bkf@comm.utoronto.ca Abstract This experiment will review the use of three lab instruments

More information

LAB II. INTRODUCTION TO LABVIEW

LAB II. INTRODUCTION TO LABVIEW 1. OBJECTIVE LAB II. INTRODUCTION TO LABVIEW In this lab, you are to gain a basic understanding of how LabView operates the lab equipment remotely. 2. OVERVIEW In the procedure of this lab, you will build

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY /6.071 Introduction to Electronics, Signals and Measurement Spring 2006

MASSACHUSETTS INSTITUTE OF TECHNOLOGY /6.071 Introduction to Electronics, Signals and Measurement Spring 2006 MASSACHUSETTS INSTITUTE OF TECHNOLOGY.071/6.071 Introduction to Electronics, Signals and Measurement Spring 006 Lab. Introduction to signals. Goals for this Lab: Further explore the lab hardware. The oscilloscope

More information

Precalculations Individual Portion Filter Lab: Building and Testing Electrical Filters

Precalculations Individual Portion Filter Lab: Building and Testing Electrical Filters Name: Date of lab: Section number: M E 345. Lab 6 Precalculations Individual Portion Filter Lab: Building and Testing Electrical Filters Precalculations Score (for instructor or TA use only): / 20 1. (4)

More information

Lab 2: Linear and Nonlinear Circuit Elements and Networks

Lab 2: Linear and Nonlinear Circuit Elements and Networks OPTI 380B Intermediate Optics Laboratory Lab 2: Linear and Nonlinear Circuit Elements and Networks Objectives: Lean how to use: Function of an oscilloscope probe. Characterization of capacitors and inductors

More information

Lab 1B LabVIEW Filter Signal

Lab 1B LabVIEW Filter Signal Lab 1B LabVIEW Filter Signal Due Thursday, September 12, 2013 Submit Responses to Questions (Hardcopy) Equipment: LabVIEW Setup: Open LabVIEW Skills learned: Create a low- pass filter using LabVIEW and

More information

DSP Dude: A DSP Audio Pre-Amplifier

DSP Dude: A DSP Audio Pre-Amplifier DSP Dude: A DSP Audio Pre-Amplifier 6.111 Project Proposal Yanni Coroneos and Valentina Chamorro Overview Our goal with this project is to make a digital signal processor for audio that a user can easily

More information

The Single-Phase PWM Inverter with Dual-Polarity DC Bus

The Single-Phase PWM Inverter with Dual-Polarity DC Bus Exercise 2 The Single-Phase PWM Inverter with Dual-Polarity DC Bus EXERCISE OBJECTIVE When you have completed this exercise, you will be familiar with the singlephase PWM inverter with dual-polarity dc

More information

Exercise 2-1. PAM Signals EXERCISE OBJECTIVE DISCUSSION OUTLINE. Signal sampling DISCUSSION

Exercise 2-1. PAM Signals EXERCISE OBJECTIVE DISCUSSION OUTLINE. Signal sampling DISCUSSION Exercise 2-1 PAM Signals EXERCISE OBJECTIVE When you have completed this exercise, you will be familiar with the generation of both natural and flat-top sampled PAM signals. You will verify how the frequency

More information

The Sampling Theorem:

The Sampling Theorem: The Sampling Theorem: Aim: Experimental verification of the sampling theorem; sampling and message reconstruction (interpolation). Experimental Procedure: Taking Samples: In the first part of the experiment

More information

Experiment 02: Amplitude Modulation

Experiment 02: Amplitude Modulation ECE316, Experiment 02, 2017 Communications Lab, University of Toronto Experiment 02: Amplitude Modulation Bruno Korst - bkf@comm.utoronto.ca Abstract In this second laboratory experiment, you will see

More information

Integrators, differentiators, and simple filters

Integrators, differentiators, and simple filters BEE 233 Laboratory-4 Integrators, differentiators, and simple filters 1. Objectives Analyze and measure characteristics of circuits built with opamps. Design and test circuits with opamps. Plot gain vs.

More information

Group: Names: Resistor Band Colors Measured Value ( ) R 1 : 1k R 2 : 1k R 3 : 2k R 4 : 1M R 5 : 1M

Group: Names: Resistor Band Colors Measured Value ( ) R 1 : 1k R 2 : 1k R 3 : 2k R 4 : 1M R 5 : 1M 2.4 Laboratory Procedure / Summary Sheet Group: Names: (1) Select five separate resistors whose nominal values are listed below. Record the band colors for each resistor in the table below. Then connect

More information

Experiment # 1 Introduction to Lab Equipment

Experiment # 1 Introduction to Lab Equipment Experiment # 1 Introduction to Lab Equipment 1. Synopsis: In this introductory lab, we will review the basic concepts of digital logic design and learn how to use the equipment available in the laboratory.

More information

Lab Report #7 Alex Styborski, Daniel Telesman, and Josh Kauffman Group 12 March 22, 2013 Abstract

Lab Report #7 Alex Styborski, Daniel Telesman, and Josh Kauffman Group 12 March 22, 2013 Abstract Lab Report #7 Alex Styborski, Daniel Telesman, and Josh Kauffman Group 12 March 22, 2013 Abstract The goal of Lab 7 was to create a musical keyboard from a computer keyboard. The keyboard was connected

More information

MFJ-752C SIGNAL ENHANCER II

MFJ-752C SIGNAL ENHANCER II MFJ-752C SIGNAL ENHANCER II INTRODUCTION The improved MFJ-752C SIGNAL ENHANCER II is comprised of two tunable audio filtering systems designed to clarity and remove interfering signals from both voice

More information

Group: Names: (1) In this step you will examine the effects of AC coupling of an oscilloscope.

Group: Names: (1) In this step you will examine the effects of AC coupling of an oscilloscope. 3.5 Laboratory Procedure / Summary Sheet Group: Names: (1) In this step you will examine the effects of AC coupling of an oscilloscope. Set the function generator to produce a 5 V pp 1kHz sinusoidal output.

More information

RC Filters and Basic Timer Functionality

RC Filters and Basic Timer Functionality RC-1 Learning Objectives: RC Filters and Basic Timer Functionality The student who successfully completes this lab will be able to: Build circuits using passive components (resistors and capacitors) from

More information

CHAPTER 6. Motor Driver

CHAPTER 6. Motor Driver CHAPTER 6 Motor Driver In this lab, we will construct the circuitry that your robot uses to drive its motors. However, before testing the motor circuit we will begin by making sure that you are able to

More information

Experiment # 5 Baseband Pulse Transmission

Experiment # 5 Baseband Pulse Transmission ECE 417 c 2017 Bruno Korst CommLab Name: Experiment # 5 Baseband Pulse Transmission Experiment Date: Student No.: Day of the week: Time: Name: Student No.: Grade: / 10 CHANNEL BIT SOURCE EYE DIAGRAM TX

More information

Exercise 1: Touch and Position Sensing

Exercise 1: Touch and Position Sensing Exercise 1: Touch and Position Sensing EXERCISE OBJECTIVE When you have completed this exercise, you will be able to describe and demonstrate the use of a capacitance sensor as a touch sensor and a position

More information

Physics 472, Graduate Laboratory DAQ with Matlab. Overview of data acquisition (DAQ) with GPIB

Physics 472, Graduate Laboratory DAQ with Matlab. Overview of data acquisition (DAQ) with GPIB 1 Overview of data acquisition (DAQ) with GPIB The schematic below gives an idea of how the interfacing happens between Matlab, your computer and your lab devices via the GPIB bus. GPIB stands for General

More information

Agilent 33522A Function Arbitrary Waveform Generator. Tektronix TDS 3012B Oscilloscope

Agilent 33522A Function Arbitrary Waveform Generator. Tektronix TDS 3012B Oscilloscope Agilent 33522A Function/Arbitrary Waveform Generator and Tektronix TDS 3012B Oscilloscope Agilent 33522A Function Arbitrary Waveform Generator The signal source for this lab is the Agilent 33522A Function

More information

Cornerstone Electronics Technology and Robotics Week 21 Electricity & Electronics Section 10.5, Oscilloscope

Cornerstone Electronics Technology and Robotics Week 21 Electricity & Electronics Section 10.5, Oscilloscope Cornerstone Electronics Technology and Robotics Week 21 Electricity & Electronics Section 10.5, Oscilloscope Field trip to Deerhaven Generation Plant: Administration: o Prayer o Turn in quiz Electricity

More information

Transmit filter designs for ADSL modems

Transmit filter designs for ADSL modems EE 233 Laboratory-4 1. Objectives Transmit filter designs for ADSL modems Design a filter from a given topology and specifications. Analyze the characteristics of the designed filter. Use SPICE to verify

More information

Digital Signal Processing

Digital Signal Processing Digital Signal Processing Acknowledgements: Developed by JD Neglia, P.E., Electronics Program Director at Mesa Community College, Mesa, Arizona. Lab Summary: This laboratory experiment introduces practical

More information

Lab 3: RC Circuits. Construct circuit 2 in EveryCircuit. Set values for the capacitor and resistor to match those in figure 2 and set the frequency to

Lab 3: RC Circuits. Construct circuit 2 in EveryCircuit. Set values for the capacitor and resistor to match those in figure 2 and set the frequency to Lab 3: RC Circuits Prelab Deriving equations for the output voltage of the voltage dividers you constructed in lab 2 was fairly simple. Now we want to derive an equation for the output voltage of a circuit

More information

MAE106 Laboratory Exercises Lab # 1 - Laboratory tools

MAE106 Laboratory Exercises Lab # 1 - Laboratory tools MAE106 Laboratory Exercises Lab # 1 - Laboratory tools University of California, Irvine Department of Mechanical and Aerospace Engineering Goals To learn how to use the oscilloscope, function generator,

More information

1.0 Introduction to VirtualBench

1.0 Introduction to VirtualBench Table of Contents 1.0 Introduction to VirtualBench... 3 1. 1 VirtualBench in the Laboratory... 3 1.2 VirtualBench Specifications... 4 1.3 Introduction to VirtualBench Getting Started Guide Lab Exercises...

More information

EE25266 ASIC/FPGA Chip Design. Designing a FIR Filter, FPGA in the Loop, Ethernet

EE25266 ASIC/FPGA Chip Design. Designing a FIR Filter, FPGA in the Loop, Ethernet EE25266 ASIC/FPGA Chip Design Mahdi Shabany Electrical Engineering Department Sharif University of Technology Assignment #8 Designing a FIR Filter, FPGA in the Loop, Ethernet Introduction In this lab,

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