Physiology

These modules provide tools for analysis of physiology in fNIRS and fNIRS auxiliary data

cedalion.sigproc.physio.ampd(amplitudes[, ...])

Automatic Multiscale Peak Detection (AMPD) algorithm.

cedalion.sigproc.physio.global_component_subtract(ts)

Remove global (physiological) components from a time series by either weighted‐mean subtraction (if k=0) or PCA (if k>0).

Examples