mne_nirs.signal_enhancement.enhance_negative_correlation#

mne_nirs.signal_enhancement.enhance_negative_correlation(raw)[source]#

Apply negative correlation enhancement algorithm.

As described in [1]. This function will return a modified raw instance that has the enhancement applied to it. This function can only be run on data containing hbo and hbr types.

Parameters:
rawinstance of Raw

Haemoglobin data.

Returns:
rawinstance of Raw

The modified raw instance.

References

[1]

Cui et al, Functional Near Infrared Spectroscopy (NIRS) signal improvement based on negative correlation between oxygenated and deoxygenated hemoglobin dynamics, NeuroImage https://doi.org/10.1016/j.neuroimage.2009.11.050

Examples using mne_nirs.signal_enhancement.enhance_negative_correlation#

Group Level Waveform Analysis

Group Level Waveform Analysis

Signal Enhancement Techniques

Signal Enhancement Techniques

Importance of Controls and Parameter Selection

Importance of Controls and Parameter Selection