In file fftmodule.h:

struct fftparam

FFT parameter structure

rfftw_plan* real_plan
pointer to a real-FFT pan
fftw_plan* complex_plan
pointer to a complex-FFT plan
float* window_coeff
coefficients of the windowing function
float* windowed_data
temporay storage to hold the windowed time series

Documentation

FFT parameter structure. Used to store teh FFT plan and the and the window function.
rfftw_plan* real_plan
pointer to a real-FFT pan

fftw_plan* complex_plan
pointer to a complex-FFT plan

float* window_coeff
coefficients of the windowing function

float* windowed_data
temporay storage to hold the windowed time series

alphabetic index hierarchy of classes


Please send questions and comments to zweizig_j@ligo.caltech.edu


generated by doc++