Replies: 1 comment 2 replies
-
Hi Alan,
Hope that helps |
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,
I'm new to neurokit and would like to ask the following quesitons
eda_process()
, is the unit of measurement the same for values stored in"EDA_Clean"
,"EDA_Phasic"
, and"EDA_Tonic"
of the output"signals"
data frame? I suppose they should be the same as the raw inputeda_signal
, which is in microsiemens in our case.eda_intervalrelated(),
what is the unit of measurement for the"SCR_Peaks_Amplitude_Mean"
column in the output data frame? I suppose they're in siemens as they're typically numbers at around 1e-7 to 1e-6.eda_process()
, I would like to know more about the steps underlying the pre-processing. I'd like to find out about details such as how the data smoothing is done, whether there is any resampling of the data to a lower frequency (if so, how it is done), and whether any of phasic data have been screened out (e.g., those with amplitudes too small/large or rising time toe short/long), and, if no, how we do it manually.Thank you in advance!
Alan
Beta Was this translation helpful? Give feedback.
All reactions