1 / 7

Graphic Equalizer

Graphic Equalizer. ECE 3551 Microcomputer Systems 1. Preformed By: James Morton Sunita Ramnarinesingh Arthur Lyssenko. Abstract. Our goal was to create a Graphic Equalizer using the Blackfin BF533

armina
Télécharger la présentation

Graphic Equalizer

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Graphic Equalizer ECE 3551 Microcomputer Systems 1

  2. Preformed By: James Morton Sunita Ramnarinesingh Arthur Lyssenko

  3. Abstract Our goal was to create a Graphic Equalizer using the Blackfin BF533 Our project program controlled audio output to 4 speakers using 4 filters and volume control with LED lighting.

  4. We used the IIR filters similar to those used in Lab 4 to create : Lowpass Low-midpass Mid-highpass Highpass Equation used:

  5. We had to create our IIR filter coefficients for our equalizer using MATLAB fdatool. In MATLAB fdatool we created the filters using IIR Chebyshev type 2 filters.

  6. Complications We first had some trouble getting the correct coefficients in Matlab but we were eventually able to figure it out. At first we could only get distorted sound from one filter. We tested each filter separately to make sure they were functioning . We added the output of each of the filters together first and then sent that total to output. output = (lowOut*((low)/2)) + (lowmidOut*((lomi)/8)) + (midhighOut*((mihi)/8)) + (highOut*((high)/2)); //filter outputs

  7. Questions?

More Related