
Here’s an application using FFT on an PIC18F4550 8-bit microcontroller:
This project implements a real-time audio spectrum analyser using a PIC18F4550 8-bit microcontroller. The spectrum frequency analysis is performed by a highly optimised 16-bit Fast Fourier Transformation (FFT) routine coded entirely in C. The output from the FFT is displayed using a 128×64 graphical LCD to allow a real-time view of an audio signal.
Thanks sqkybeaver! Via the contact form.

hi
if I want design a spectrum analyzer by maximum frequency 5 kHz and 32 bucket. which lines of code I must change?
Thanks for your guidance.