systole.utils.nan_cleaning#

systole.utils.nan_cleaning(signal: ndarray, verbose: bool = True) ndarray[source]#

Interpolate NaNs values.

Parameters
signal

The physiological signal.

verbose

Control function verbosity. Defaults to True (print)

Returns
clean_signal

The physiological signal without NaNs values.