NeuroKit icon indicating copy to clipboard operation
NeuroKit copied to clipboard

The sparsEDA API is not compatible with NK2

Open stasinos opened this issue 4 months ago • 1 comments

The _eda_phasic_sparsEDA() function (eda_phasic.py) returns a (driver, SCL, MSE) triple where the calling function eda_phasic() expects a (tonic, phasic) pair.

Since sparsEDA is an algorithm for estimating the tonic component, I think this function should return tonic and eda_signal - tonic

stasinos avatar Feb 17 '24 07:02 stasinos