Classifying ECG into separate segments
조회 수: 3 (최근 30일)
이전 댓글 표시
As part of my college project, I am trying to classify ECG into P wave, PR segment, Q wave, R wave, S wave, ST segment and T wave. However, I am not able to understand how to do the same through matlab. Can someone guide me as how to go about it...
댓글 수: 0
답변 (1개)
Kaashyap Pappu
2019년 10월 24일
As I understand it, each type of wave has a specific frequency characteristic. Based on this, bandpass filters can be designed to filter the specific wave out. This can be done using the Filter Designer app. Select the appropriate parameter and export the coefficient of the filters into MATLAB workspace.
Using these coefficients, you can use the filter function with the coefficients and the input signal to generate the filtered output, which would be the specific wave segment you are looking for.
Hope this helps!
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Measurements and Feature Extraction에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!