LinearWhiteningFilter.__call__#

LinearWhiteningFilter.__call__(data=None, data_rfft=None, n_bins=None, batch_dimension=None, order=1, **kwargs)[source]#

Apply linear whitening to the data and return the result.

Parameters:
dataBackendArray, optional

The input data, defaults to None.

data_rfftBackendArray, optional

The Fourier transform of the input data, defaults to None.

n_binsint, optional

The number of bins for computing the spectrum, defaults to None.

batch_dimensionint, optional

Batch dimension to average over.

orderint, optional

Interpolation order to use.

**kwargsDict

Additional keyword arguments.

Returns:
Dict

Filter data and associated parameters.