NeuroKit.py icon indicating copy to clipboard operation
NeuroKit.py copied to clipboard

Linear Trend in EDA

Open Eichhof opened this issue 5 years ago • 3 comments

Hey

Do you know if the cvxEDA algorithm already removes linear trends? I think linear trends should not be a problem for phasic components but for tonic components.

Or else should we detrend the raw EDA data before running cvxEDA?

Eichhof avatar Aug 28 '18 12:08 Eichhof

@Eichhof It does implement some form of trend correction (I believe it's more complex than a simple linear detrend tho). This algorithm was built and tested on raw data.

DominiqueMakowski avatar Aug 28 '18 13:08 DominiqueMakowski

Thanks for your answer. So you mean cvxEDA or your library implements some form of trend correction?

Eichhof avatar Aug 28 '18 13:08 Eichhof

I mean that the cvxEDA algorithm (present in neurokit but mostly copied from here) does itself everything necessary and can be used with raw data

DominiqueMakowski avatar Aug 28 '18 13:08 DominiqueMakowski