I want to annalyze an ECG signal with matlab.
I want to make a simple classification in the signal. There are three different types of classification: Normal, Noise and a VT (arrythmia).
I know that for a signal to be considered normal, it can have the following characteristics:
-> heart rate: 60-100 bpm;
-> P waves precede QRS complex;
-> PR interval: 0.12-0.2 sec;
-> QRS interval: 0.06-0.12 sec;
How can I get the time interval of a QRS complex in an ECG signal?
In the frequency domain I also can admit that:
-> Normal ECG: 1-1.6 Hz;
-> VT: 1.6-6 Hz;
-> Noise: 6-40 Hz;
How can I say that a signal is noise? If I go to the frequency domain, How can I make a relation between noise frequency and the respective time of that sample.
Thanks,
Andre