1

Anybody can please provide me example or tutorial of FFT(Fast Fourier Transformation) for fetching audio frequency.

Lucifer
  • 29,392
  • 25
  • 90
  • 143
Nirav
  • 5,700
  • 4
  • 34
  • 44

2 Answers2

3

splMeter has used FFT for fetchine audio frequency.

Nirav
  • 5,700
  • 4
  • 34
  • 44
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.

gnat
  • 6,213
  • 108
  • 53
  • 73
alcor
  • 638
  • 1
  • 13
  • 27
  • 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