Utilities#

pybispectra.utils:

Helper tools for processing and storing results.

ResultsCFC(data, indices, f1s, f2s[, times, ...])

Class for storing cross-frequency coupling (CFC) results.

ResultsTDE(data, indices, times[, ...])

Class for storing time delay estimation (TDE) results.

ResultsWaveShape(data, indices, f1s, f2s[, ...])

Class for storing wave shape results.

ResultsGeneral(data, indices, f1s, f2s[, ...])

Class for storing general bispectrum and threenorm results.

SpatioSpectralFilter(data, sampling_freq[, ...])

Class for performing spatiospectral filtering.

compute_fft(data, sampling_freq[, n_points, ...])

Compute the fast Fourier transform (FFT) on real-valued data.

compute_tfr(data, sampling_freq, freqs[, ...])

Compute the time-frequency representation (TFR) of data.

compute_rank(data[, sv_tol])

Compute the minimum rank of data from non-zero singular values.

get_example_data_paths(name[, verbose])

Return the path to the requested example data.

set_precision(precision)

Set the precision of the outputs of PyBispectra classes and functions.