Stress_Detection_ECG icon indicating copy to clipboard operation
Stress_Detection_ECG copied to clipboard

:stethoscope: This project aims to detect stress state based on Electrocardiogram :hearts: signals (WESAD Dataset) analysis with a deep learning model.

Results 1 Stress_Detection_ECG issues
Sort by recently updated
recently updated
newest added

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`.