FFTW is an implementation of FFT. If you apply FFT (as defined in the link
below) on a time series, the output has the dimension of angular frequency \
omega. http://en.wikipedia.org/wiki/Fft
You need to read FFTW's document to find out whether it follows the
definition.