Replies: 1 comment 2 replies
-
What do you mean by that, it looks pretty alright to me |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
I'm new to Neurokit2 and cvxEDA so I would really appreciate some help here. I'm running
eda_process
on an EDA data downsampled by a factor of 20 from 500Hz to 25Hz. Here is the code I'm using to process:When I put down
sampling_rate=25
, the cvxEDA method's decomposition seemed incorrectIf I changed it to
sampling_rate=10
, the cvxEDA decomposition became betterWhen I changed the decomposition method to
highpass
and kept thesampling_rate=25
, the results seemed fine, so I'm assuming the problem is not on the dataset itself.Does anyone know what might be the problem here? I also tried to downsample the data to 10Hz, but similar thing happened that cvxEDA doesn't work well with the correct sampling rate, but better when the defined rate is lower.
Attached is the data I'm working with in case it's helpful to troubleshoot. Thanks in advance for any insights into this issue!
Cecilia Guo
Update: file with correct time stamps
data_ds_event.csv
Beta Was this translation helpful? Give feedback.
All reactions