Fast Fourier Transform in realtime

for example
Code:
const prog_int8_t Sinewave[N_WAVE-N_WAVE/4] PROGMEM = {
0, 3, 6, 9, 12, 15, 18, 21,

It's a constant table declaration, with a directive to put the code into ROM.