Closed likith012 closed 3 years ago
How were you able to calculate the candidate channel values in the filter_channel function present in the util.py module.
filter_channel
util.py
### candidate channels for ECG P_wave = (0.67,5) QRS_complex = (10,50) T_wave = (1,7) muscle = (5,50) resp = (0.12,0.5) ECG_preprocessed = (0.5, 50) wander = (0.001, 0.5) noise = 50
How were you able to calculate the candidate channel values in the
filter_channel
function present in theutil.py
module.