Hi, my ultimate goal is to extract all the sound information that is below 15KHz from a mono wave file. The program loads samples into memory and its represented as 16bit signed integer array.
I used FFTW and it has several functions such as complex multidimensional fft, real multidimensional fft, real one dimension fft, complex one dimension fft.