Skip to content

bradley219/avr_fft

Repository files navigation

AVR FFT

Summary

Real-time audio spectrum analyzer using a 16-bit fast fourier transform implmented on an 8-bit AVR ATmega328P running at 20MHz. Analog signal is preprocessed and amplified by a MAX293 low-pass filter. Audio is sampled at 40.3kHz by the AVR's built-in 10-bit analog-to-digital converter. Data is processed by a Cooley-Tukey FFT algorithm, which is then visualized as 128 discrete frequency levels on a KS0108-driven LCD display.

Two video demos below:

Schematic

About

16-bit Real-Time Fast Fourier Transform Audio Spectrum Analyzer with AVR ATmega328P

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published