🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

FFT Tables

Started by
0 comments, last by kieren_j 24 years, 7 months 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!

Advertisement
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