int dataRotator (int data_length, int data_type, const float* input, float* output) Rotates the FFT output data array
Rotates the FFT output data array. This function rotates the two sided power spectrum or fourier series generated by fftToPs if the timeseries data is of type DATA_COMPLEX so that the most negative -ve frequency (the nyquist frequency) is the first bin and the most positive (one below the nyquist frequency) frequency is the last bin. This rotation can be done for both power spectra and ffts themselves, depending on the value of the flag data_type. output should be allocated the same amount of memory space as the input array.
alphabetic index hierarchy of classes
Please send questions and comments to zweizig_j@ligo.caltech.edu
generated by doc++