Skip to contents

Computes the element-wise product of the conjugate of `x` and `y`, used in matched filtering.

Usage

correlate(x, y)

Arguments

x

A complex vector.

y

A complex vector.

Value

A complex vector, result of conjugate(x) * y.

References

https://pycbc.org/pycbc/latest/html/_modules/pycbc/filter/matchedfilter_numpy.html#correlate