1 / 13

Audio Filtering with led interfacing

Audio Filtering with led interfacing. Microcomputer systems 1 ECE 3551 Dipesh Patel. What Does The Project DO?. Activating Filters using the pushbuttons. Combination of LEDs turned on with each pushbutton pressed. Explanation:. Designing Filters. Used Matlab to design Filters.

turner
Download Presentation

Audio Filtering with led interfacing

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. Audio Filtering with led interfacing Microcomputer systems 1 ECE 3551 Dipesh Patel

  2. What Does The Project DO? • Activating Filters using the pushbuttons. • Combination of LEDs turned on with each pushbutton pressed.

  3. Explanation:

  4. Designing Filters • Used Matlab to design Filters. • fdatool in the Matlab pops up the window for filters. • The filters were all chebyschev type II and the order that was specified was 8.

  5. The following is the module of a particular filter from Matlab.

  6. Theory of filters: • The input x[n] and the output y[n] of an IIR filter satisfy the Nth order linear coefficient linear equation. • The first coefficient of the y[k] series is 1 and therefore the 2nd equation holds true.

  7. Implementation of filters: • Transfer function is as follows: • The implementation takes place as follows:

  8. Process: • The filtering of audio signals take place in the process data.c file. • The filters are actually implemented in the process data.c file using the arrays for the filter coefficients. • The actual calling of the LEDs and pushbutton takes place in ISR.c file.

  9. Interrupt handlers: • EX_INTERRUPT_HANDLER(FlagA_ISR). Sport0 RX ISR  IVG 9 • EX_INTERRUPT_HANDLER(Sport0_RX_ISR). FlagA ISR  IVG 12 The 1st interrupt handler is caused when any of the pushbutton from PF8 to PF 11 is pressed. The 2nd interrupt handler is caused when any of the audio signal is transferred through a buffer.

  10. Codec Interaction with DSP • The SPI port is disabled after initialization. • All the data transfer takes place through SPORT.

  11. Make Sure!!! • Make sure that all the SW9 pins are on that enables the pushbuttons from PF8 – PF11. • We need to initialize the LEDs and the pushbuttons in order to use them. • The memory of LEDs should be set to 0x01 in order to use them as output.

  12. Practical application: • This project can be used in an audio recording company. • They don’t need to buy amplifiers. • The signals can be amplified as desired using the Blackfin processor, the visual DSP software and matlab.

  13. Questions?

More Related