Fast Fourier Transform (FFT) input and output to analyse the frequency of audio files in Java?
问题 I have to use FFT to analyse the frequency of an audio file. But I don't know what the input and output is. Do I have to use 1-dimension, 2-dimension or 3-dimension array if I want to draw the spectrum's audio file? And can someone suggest me library for FFT on J2ME? 回答1: @thongcaoloi, The simple answer regarding the dimensionality of your input data is: you need 1D data. Now I'll explain what that means. Because you want to analyze audio data, your input to the discrete Fourier transform