AVR Digital Signal Processing


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 posts:
- 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.... - Arduino Realtime Audio Processing
This is an experiment to show how some realtime audio processing can be done with the Arduino. The first... - AVR Laser Projector
This project shows you how to build home built laser projector. The project consist of laser module (the most... - AVR Tiny Line Following Robot
This electronic project will show you how to build simple Line Following Robot. Main part of this project are...
Search terms:
avr audio echo, sound processing microcontroller








