The default version of the function, for handling non-heterodyned
data, calculates the value of the standard optimally-filtered
cross-correlation statistic
, the frequency spacing is
| (35.2) |
![]() |
(35.3) |
The routine LALStochasticCrossCorrelationStatistic() is
designed for analyzing non-heterodyned data, so if the input FFTed
datasets have a positive start frequency, and thus represent a range
of frequencies
, it is assumed that
they were produced by discarding frequencies below
from a longer
frequency series, which was still the Fourier transform of a real time
series. In this case the cross-correlation statistic is calculated
as35.1
The frequency sampling parameters (start frequency, frequency spacing,
and number of points) must be the same for both data streams, but if
the optimal filter is more coarsely sampled (for instance, if it
varies in frequency too slowly to warrant the finer resolution), the
data streams will be multiplied in the frequency domain and their
product coarse-grained
(cf. Sec.
) to the
optimal filter resolution before calculating
(
).
If the epochsMatch boolean variable is set to a true value, the function will confirm that the start times for both time series agree. It can be set to false to allow for cross-correlation of time-shifted data as a control case.