Stress_Detection_ECG icon indicating copy to clipboard operation
Stress_Detection_ECG copied to clipboard

error in baseline index

Open rockyplum opened this issue 10 months ago • 1 comments

in get_ecg_f_from_file , there is a mistake in

ECG_neutral = np.array(df["signal"]["chest"]["ECG"][indice_neutral[0]:indice_neutral[-1]*700][:,0]) #Baseline

You should not * 700.

rockyplum avatar Aug 18 '23 23:08 rockyplum