DSP Mini-Projects.

Slides:



Advertisements
Similar presentations
Department of Kinesiology and Applied Physiology Spectrum Estimation W. Rose
Advertisements

Final Project Overall Design Presented By: Akram Ahmed Date: 19 November 2014 CMPE 691: Digital Signal Processing Hardware Implementation.
Filter Design (1) Jack Ou ES590. Outline Butterworth LPF Design Example LPF to HPF Conversion LPF to BPF Conversion LPF to BRF Conversion.
Chapter 14 Finite Impulse Response (FIR) Filters.
First Order Filter Circuit Section First Order Filter Design LPF: RL HPF: RL LPF: RC HPF:RC.
The evaluation and optimisation of multiresolution FFT Parameters For use in automatic music transcription algorithms.
Multistage Implementation Problem: There are cases in which the filter requirements call for a digital filter of high complexity, in terms of number of.
Ideal Filters One of the reasons why we design a filter is to remove disturbances Filter SIGNAL NOISE We discriminate between signal and noise in terms.
Pole Zero Speech Models Speech is nonstationary. It can approximately be considered stationary over short intervals (20-40 ms). Over thisinterval the source.
Sampling, Reconstruction, and Elementary Digital Filters R.C. Maher ECEN4002/5002 DSP Laboratory Spring 2002.
Smart EQ Digital Stereo Equalizer Dustin Demontigny David Bull.
DSP Implementation of a 1961 Fender Champ Amplifier James Siegle Advisor: Dr. Thomas L. Stewart March 11, 2003.
Introduction to Wavelets
EEE422 Signals and Systems Laboratory Filters (FIR) Kevin D. Donohue Electrical and Computer Engineering University of Kentucky.
Systems: Definition Filter
Digital to Analogue Conversion Natural signals tend to be analogue Need to convert to digital.
Mixer Settings for SHS Band Room Plug mics in Bal/Unbal Starting with mic 1 Plug RCA cables in Tape Output to connect To Computer input Connect powered.
0 - 1 © 2010 Texas Instruments Inc Practical Audio Experiments using the TMS320C5505 USB Stick “FIR Filters” Texas Instruments University Programme Teaching.
Intensity, Intensity Level, and Intensity Spectrum Level
April 12, 2005Week 13 1 EE521 Analog and Digital Communications James K. Beard, Ph. D. Tuesday, March 29, 2005
Filtering. What Is Filtering? n Filtering is spectral shaping. n A filter changes the spectrum of a signal by emphasizing or de-emphasizing certain frequency.
Jacob Zurasky ECE5526 – Spring 2011
LIST OF EXPERIMENTS USING TMS320C5X Study of various addressing modes of DSP using simple programming examples Sampling of input signal and display Implementation.
FIR Filter Design & Implementation
Introduction to the C6713 Laurier Boulianne
Lecture 5 BME452 Biomedical Signal Processing 2013 (copyright Ali Işın, 2013)1 BME 452 Biomedical Signal Processing Lecture 5  Digital filtering.
1 TOPIC 4: FREQUENCY SELECTIVE CIRCUITS. 2 INTRODUCTION Transfer Function Frequency Selective Circuits.
Lecture 10b Adaptive Filters. 2 Learning Objectives  Introduction to adaptive filtering.  LMS update algorithm.  Implementation of an adaptive filter.
FONT Meeting1 Digital signal filtering N. Blaskovic.
Automatic Equalization for Live Venue Sound Systems Damien Dooley, Final Year ECE Progress To Date, Monday 21 st January 2008.
Automatic Equalization for Live Venue Sound Systems Damien Dooley, Final Year ECE Initial Presentation, Tuesday 2 nd October 2007.
Summary of Widowed Fourier Series Method for Calculating FIR Filter Coefficients Step 1: Specify ‘ideal’ or desired frequency response of filter Step 2:
Feedback Filters n A feedback filter processes past output samples, as well as current input samples: n Feedback filters create peaks (poles or resonances)
FILTER DESIGN Ideal Filter Magnitude Response NumericLogaritmic.
Musical Sculpture A Final Project Block Diagram Presentation by: Clare Davis, Chen Li, & Austyn Hill.
Speaker Verification System Middle Term Presentation Performed by: Barak Benita & Daniel Adler Instructor: Erez Sabag.
DISP 2003 Lecture 5 – Part 1 Digital Filters 1 Frequency Response Difference Equations FIR versus IIR FIR Filters Properties and Design Philippe Baudrenghien,
By: Devon Schmidt & Kyle Da Rif Instructor: Stanislaw Legowski Senior Design 2012/2013.
By: John Ernsberger. PURPOSE  The purpose of this project is to design an equalizer with both user controlled and hard set gains.
Lecture 09b Finite Impulse Response (FIR) Filters
Sampling Rate Conversion by a Rational Factor, I/D
Figure 8.1 (p. 615) Time-domain condition for distortionless transmission of a signal through a linear time-invariant system. Signals and Systems, 2/E.
(4) Filters.
Multirate Signal Processing* Tutorial using MATLAB**
Fletcher’s band-widening experiment (1940)
Lecture 11 FIR Filtering Intro
EEE422 Signals and Systems Laboratory
Speech Signal Processing
TOPIC 3: FREQUENCY SELECTIVE CIRCUITS
LINEAR-PHASE FIR FILTERS DESIGN
Lecture 14 Digital Filtering of Analog Signals
Self-Adjusting Equalizer Scott Lair
Everything You Ever Wanted to Know About Filters*
MMSE Optimal Design: The Least Squares method
Ideal Filters One of the reasons why we design a filter is to remove disturbances Filter SIGNAL NOISE We discriminate between signal and noise in terms.
Lect6 Finite Impulse response (FIR) filter design
Lecture 16a FIR Filter Design via Windowing
Lecture 13 Frequency Response of FIR Filters
מסננים מסנן מעביר נמוכים LPF תומר ורונה.
Signal Conditioning.
Signal Processing First
Electronic Circuit-II
Uses of filters To remove unwanted components in a signal
Christian Hackmann and Evert Nord
Electronic Circuit-II
Lecture 22 IIR Filters: Feedback and H(z)
Fixed-point Analysis of Digital Filters
The Mixer.
Lecture 21 Zeros of H(z) and the Frequency Domain
MUSIC EQUALIZER by Jayakrishna Narra Shreyas Joshi.
Presentation transcript:

DSP Mini-Projects

General Mini-Projects are based on Filter Design All projects use FIR filter size N=128 Use MATLAB to Calculate coefficients Use “Fir_C_Fixed” or “FIR” project template Use BSL headers/libraries: dsk6416.h dsk6416_aic23.h dsk6416_dip.h dsk6416_led.h dsk6416bsl.lib

Report Design and Implement Project (3hours) Prepare Report Document including: Short description of project Final Program Listing Frequency Response of Filters

P1 - 4 Switched LPFs Design 4 independent FIR LPFs: Output Signal comes from one of the Filters Use DIP-Switches to operate each one Cut Frequencies: Fc=400, 1600, 6400, 12000 Hz Use Hamming Window Fn=48KHz

P2 - 4 Switched HPFs Design 4 independent FIR HPFs: Output Signal comes from one of the Filters Use DIP-Switches to operate each one Cut Frequencies: Fc=200, 800, 3200, 12000 Hz Use Hamming Window Fn=48KHz

P3 - 4 Switched BPFs Design 4 independent FIR BPFs: Output Signal comes from one of the Filters Use DIP-Switches to operate each one Band Limit Frequencies: F = 100-400Hz F = 400-1600Hz F = 1600-6400Hz F = 6400-12000 Hz Use Hamming Window Fn=48KHz

P4 - 4 Switched Stereo Filters Design 2 LPF for Left + 2 HPF for Right: Output Signal comes from one of the Filters Use DIP-Switches to operate each one Cut Frequencies: Left Fc = 1600, 6400Hz Right Fc = 1600, 6400Hz Use Hamming Window Fn=48KHz

P5 – 4-Band Freq Equalizer Design Mix of 4 independent FIR BPFs: Output Signal is a Sum of 4 Filters Use DIP-Switches to operate each one Band Limit Frequencies: F = 100-400Hz F = 400-1600Hz F = 1600-6400Hz F = 6400-12000 Hz Use Hamming Window Fn=48KHz

P6 – 4-Band Spectrum Analizer Design Mix of 4 independent FIR BPFs: Output Signal of each filter is integrated M=1024 Result of integration is compared with Threshold Appropriate LED goes ON in case of result exceed Threshold Band Limit Frequencies: F = 100-400Hz F = 400-1600Hz F = 1600-6400Hz F = 6400-12000 Hz Use Hamming Window Fn=48KHz