Advertisement

FFT Tables

Started by November 17, 1999 05:37 PM
0 comments, last by kieren_j 25 years, 1 month ago
Hi, say I have an array of data like this:

UCHAR Data[100];

Values range from 0-255 or -128 to 128 after translation. I need to know how to calculate FFT tables (fast fourier transform?) so I can get the frequencies I need for my voice recognition system. If possible, about 50 entries ranging from 0 to 100 ?

Thanks!

I have some src code dealing with FFT.
If you want them, I can email them to you.
My email: SikCiv@Hotmail.com

  Downloads:  ZeroOne Realm

This topic is closed to new replies.

Advertisement