hsd1503 / MINA

MINA: Multilevel Knowledge-Guided Attention for Modeling Electrocardiography Signals, IJCAI 2019
36 stars 13 forks source link

Values in the function def #4

Closed likith012 closed 3 years ago

likith012 commented 3 years ago

How were you able to calculate the candidate channel values in the filter_channel function present in the util.py module.

### 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