Functions | |
| REAL4TimeSeries * | XLALRespFilt (REAL4TimeSeries *strain, COMPLEX8FrequencySeries *transfer) |
| Apply transfer function to time series. | |
| REAL4TimeSeries * | XLALREAL4Convolution (REAL4TimeSeries *strain, REAL4TimeSeries *transfer) |
| SHOULD Convolve two time series, but doesn't. | |
Perform time-to-frequency and frequency-to-time fast Fourier transforms. Also provides a function to compute mean and median power spectra with user specified windowning.
The definition of the Fourier transform is
and the inline equation version of that is
| REAL4TimeSeries* XLALRespFilt | ( | REAL4TimeSeries * | strain, | |
| COMPLEX8FrequencySeries * | transfer | |||
| ) |
Apply transfer function to time series.
This function returns the convolution of the time series with the frequency domain transfer function that has been supplied by the user. It zero pads the input data by a factor of two to alleviate wraparound from the FFT. This means that the transfer function must have
Definition at line 56 of file Convolution.c.
| REAL4TimeSeries* XLALREAL4Convolution | ( | REAL4TimeSeries * | strain, | |
| REAL4TimeSeries * | transfer | |||
| ) |
SHOULD Convolve two time series, but doesn't.
This function does nothing yet
Definition at line 150 of file Convolution.c.
1.5.2