ECE 3551 Microcomputer Systems

Slides:



Advertisements
Similar presentations
Chapter 20 This chapter provides a series of applications. There is no daughter cards with the DSK6713 and DSK6416 Part 1: Applications using the PCM3003.
Advertisements

EE2F2 - Music Technology 4. Effects. Effects (FX) Effects are applied to modify sounds in many ways – we will look at some of the more common Effects.
Chapter 5 Radio Signals & Equipment (Part 2)
An instrument to glorify God! Channel Strip Trim Control The Trim control sets the gain of the input amplifier for the MIC and Line inputs. Proper setting.
Effects. Dynamic Range Processors Fixed Time Delay Effects Variable Time Delay Effects Reverberation Effects Time and Pitch Changing Effects Distortion.
Guitar Effects Processor Using DSP
1 Crossovers Manual Reference Pages 222 – 227 Manual Reference Pages 222 – 227.
Rich graphical user interface
Sound Mixer. Sound Mixers: Overview Applications Some of the most common uses for sound mixers include: Music studios and live performances: Combining.
EE2F2 - Music Technology 3. Mixing. Mixing Basics In the simplest terms, mixing is just adding two or more sounds together. Of course, things are rarely.
1 Revision. 2 Multimedia Systems 1  Lecture 1 - The Physics of Sound  Lecture 2 - The Java Sound API  Lecture 3 - Input Transducers (Microphones) 
Smart EQ Digital Stereo Equalizer Dustin Demontigny David Bull.
Digital Signal Processing Jill, Jon, Kilo, Roger Design Presentation Spring ’06.
Digital Signal Processing Jill, Jon, Kilo, Roger Design Presentation Spring ’06.
Signal processing and Audio storage Equalization Effect processors Recording and playback.
DSP Implementation of a 1961 Fender Champ Amplifier James Siegle Advisor: Dr. Thomas L. Stewart March 11, 2003.
1 Manipulating Digital Audio. 2 Digital Manipulation  Extremely powerful manipulation techniques  Cut and paste  Filtering  Frequency domain manipulation.
Joshua “Rock Star” Jenkins Jeff “Tremolo” Smith Jairo “the boss” Rojas
DSP Term Project By: Ashley Downs And Jeff Malen By: Ashley Downs And Jeff Malen.
DRD Digital Audio Processor. PAC ELECTRONICS CO., LTD. Tel: Technology With precise echo.
Module 4: Analog programming blocks. Module Objectives Analyze a control task that uses analog inputs. Connect a potentiometer to LOGO! controller and.
Hardware Architecture of a real-world Digital Signal Processing platform: ADSP BlackFin Processor, Software Development on DSPs, and Signal Processing.
EDA385 Project Presentation The Sound Disguiser. Overview Sample input audio Read input from the rotary encoder Process the audio due to choosen mode.
Audio Mixer. Allows for the mixing of sounds Allows for the mixing of sounds.
Sound Principles VCC West Philly Sound Team Training.
Digital Signal Processing Jill, Jon, Kilo, Roger Spring ‘06.
Lecture 4: Electrical Circuits
Class-D Garage Band Amplifier Team: Aaron Danielson, Robert Mann, Randall Newcomb, Scott Russell Sponsor: Nigel Thompson Advisor: Dr. William Harrison.
Presented By Chris Loveless Microcomputer Systems 1 ECE /13/2006.
Introduction The goal of this project was to create device similar to a DJ mixing board. Features: Controlling the input and output buffers Applying sound.
Unit This is what the midi track is sounding like before being edited. This is what it now sounds like. I have used track echo when editing.
 Sound effects  Our project  Background & techniques  Applications  Methodology  Results  Conclusion.
Sound Fundamentals 2 Beginning Live P.A..
Microcomputer Systems Final Project “Speaker and Sound Modulation”
Audio Manipulation And Buffers using DSP-BF533 EZ-KIT Lite Dr. Veton Z. Këpuska By Husain Alotaibi Ahmed Alalyak ECE 3551 Microcomputer System I Spring.
Digital Audio II. Volume Scaling The volume of a digitized audio source may be increased or decreased by multiplying each sample value by an appropriate.
FLAT-PAK AMPLIFIERS All metal construction Mount anywhere with 4 screws Additional mounting options available 3 ½ inch / 8.89cm height (2RU) Various lengths.
Embedded Control Systems Dr. Bonnie Heck School of ECE Georgia Tech.
ECE 3551 Microcomputer Systems 1. Preformed By: James Morton Sunita Ramnarinesingh Arthur Lyssenko.
ECE 3551 – Microcomputer Systems I By Md. Raqiq Islam AUDIO EFFECTS IMPLEMENTATION.
© ExplorNet’s Centers for Quality Teaching and Learning 1 Objective % Understand advanced post-production methods for digital audio.
How to Add Background Music to PowerPoint Hands-on Approach to Adding Background Music by Dr. Steve Broskoske.
By: Ryan Etwaru. Demonstrate the ability to implement functionality on a BlackFin Processor Implement on input signal: Audio Effects Echo Vibrato Change.
Speech Processing Dr. Veton Këpuska, FIT Jacob Zurasky, FIT.
ECE 492 Capstone Design: Multi-Functional Wireless Guitar
ECE 492 Capstone Design: Multi-Effect Guitar
All-in-One Guitar Amplifier
ECE 492 Capstone Design: Multi-Functional Wireless Guitar
  Digital Signal Processing Implementation of a 1961 Fender Champ Amplifier
Echo and Reverberation
ECE 492 Capstone Design: Multi-Functional Wireless Guitar
Voice Manipulator Department of Electrical & Computer Engineering
DIGITAL SIGNAL PROCESSOR LNR-26 [LINEA RESEARCH]
Fairmont Park Baptist Church Technical Support Ministry
Objective % Select and utilize tools for digital audio production.
Andrew Lash ECE 3551 DSP on BlackFin BF533
This chapter provides a series of applications.
Microcomputer Systems 1
Microcomputer Systems 1
Blackfin Volume Control
Systems and Control.
Electrical traditional Chinese Instrument - Xun
Image and Sound Editing
Voice Manipulator Department of Electrical & Computer Engineering
Visit for more Learning Resources
ECE 492 Capstone Design: Multi-Functional Wireless Guitar
Class D Amplifier with Digital Preamp
Systems and Control.
Embedded Sound Processing : Implementing the Echo Effect
Phased Speaker Array : Phase of Our Lives
Presentation transcript:

ECE 3551 Microcomputer Systems Donald L Troup Dr. Veton Kepuska 12/11/2009

Guitar Amplifier with Pan Effect Project: Electric Amplifier with Two Effects: Delay of 3 ms Reverberation Also includes a Pan Mode No pan Counter-clockwise pan Clockwise Pan

DSP effects Effect one: No effect Effect two: Delay of 3 ms Input to output, no modification Effect two: Delay of 3 ms Uses a buffer to add previous signal values to current values and produce a delayed sound Effect three: Reverberation Uses a delay but decreases signal values as they are added to produce reverberation

Operation Modes Mode one: No panning Mode two: Counter-clockwise Pan Simple straight audio output Plays on all speakers Mode two: Counter-clockwise Pan Rotates in a counter-clockwise direction on the four speakers Mode three: Clockwise Pan Rotates in a clockwise direction on the four speakers

Speed Options Button 3: Increases speed of pan Increases speed of pan by decreasing the period of Timer0 Applies to both counter-clockwise and clockwise rotation LED’s also rotate at the increasing speed

Speed Options Button 4: Decreases speed of pan Decreases speed of pan by increasing the period of Timer0 Applies to both counter-clockwise and clockwise rotation LED’s also rotate at the decreasing speed

Results Problems implementing the delay Delay problems overcome Gain issues Buffer issues Delay problems overcome Implementation of dynamic panning very successful

Results Things to change or add: More digital effects Volume controls Gain controls Bandwidth filters: Treble, Mid, Bass More panning speeds Fade in/out effects Distortion effects