Circuit Lake

Electronic Project and Circuit Collection

AVR Digital Signal Processing

3:10 am


AVR DSP Project

This project is an experiment of the Digital Signal Processing based on microcontroller AVR AtTiny 26 instead of an ordinary digital signal processor. The project used as simple audio signal processing. There are some simple audio processing, such as Delay, Echo, Pitch Conversion, that easy to experiment with the project.

The microcontroller samples input signal and applies any process, and then output the processed wave form. When the microcontroller has any analog I/O units, such as ADC, DAC and PWM, no additional component is required. However signal processing requires a number of working memory proportional to the data latency so that built-in RAM will not suffice for the process and most case requires any external RAM.

© elm-chan

Digital Signal Processing
Project Documentation and Schematic
elm-chan.org



Related Electronics Project:
Simple AVR SD Audio Player
This audio player project is very simple and only need few wires to be soldered. The main part is...
AVR Simple Digital Thermometer
This simple Digital Thermometer project use NTCs as the temperature sensor and microcontroller AVR ATmega 8 as main processor....
PCM Sound Generator
This simple sound generator is built with an Atmel ATtiny861 microcontroller as main processor and an SD memory card...



Tags: , , , , ,
avr dsp, arduino dsp projects, avr signal processing, avr audio processing, dsp avr