If we are converting ECG signal, in frequency domain using FFT or other periodogram, and then calculating RR Interval from signal, then what will the input format for classification be (like SVM, Neural Network)? What features should we take for the input?

In the attached paper it was written to select input feature in form of NextRR (RR of Next Beat), PrevRR (RR of Previous Beat), and RRRatio (RR Ratio of previous to current beat).

My main problem with this solution is, that this way we will classify signal on the basis of single Beat, because NextRR, PrevRR, and RRRatio will be only for single beat.

More Sandeep Singh Sengar's questions See All
Similar questions and discussions