Anybody can please provide me example or tutorial of FFT(Fast Fourier Transformation) for fetching audio frequency.
Asked
Active
Viewed 1,569 times
2 Answers
0
You could use my functions:
http://www.wikijava.org/wiki/The_Fast_Fourier_Transform_in_Java_%28part_1%29
They are quite portable, and even if I've not tested them with j2me they SHOULD do the trick anyway.
-
your functions use `Math sin/cos` are you aware that these are not available in J2ME CLDC? – gnat Oct 12 '11 at 15:39
-
I see. Also, iirc ([your page](http://www.wikijava.org/wiki/The_Fast_Fourier_Transform_in_Java_%28part_1%29) seems suspended now) your functions use double - are you aware that CLDC 1.0 does not support double? – gnat Oct 21 '11 at 18:14
-
(yes, we're having some problem with host).I'm really sorry, but as I said before "I've not tested them with j2me". – alcor Oct 25 '11 at 08:19