I downloaded a sample EKG signal to test some digital filtering techniques in Matlab, but I am unsure of how I could obtain the time interval between 2 peaks. Does anyone know how I could get started with this?

 채택된 답변

Star Strider
Star Strider 2015년 7월 12일

0 개 추천

If you have the Signal Processing Toolbox, use the findpeaks function. It has a number of name-value pair arguments that make R-wave detection (assuming a Lead II) straightforward. It will require some experimentation.

댓글 수: 2

Michael Morotto
Michael Morotto 2015년 7월 13일
I don't think I have the Signal Processing Toolbox but I'm going to download it and see if I can get something working. Thank you for taking the time to respond.
Star Strider
Star Strider 2015년 7월 13일
My pleasure.
If you’re doing biomedical signal analysis, the Signal Processing Toolbox is necessary. You will need it for filtering and time-frequency analysis as well as peak-finding.
There are peak-finding routines on the File Exchange as well. (I’ve not used them so I’ve no experience with them.)

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

태그

질문:

2015년 7월 12일

댓글:

2015년 7월 13일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by