Prev: How to cut a slice through a matrix?
Next: Needleman–Wunsch algorithm code (customized scoring matrix)
From: Zhu Jia on 7 May 2010 03:44 I need to submit my project in 3 weeks, need to do ecg singal extractions use matlab, I need help!!! Or someone can help me program a peak finder program, include max and min pls, thanks a lot!!!
From: us on 7 May 2010 04:14 "Zhu Jia" <zxz90315(a)hotmail.com> wrote in message <hs0gc7$lpj$1(a)fred.mathworks.com>... > I need to submit my project in 3 weeks, need to do ecg singal extractions use matlab, I need help!!! Or someone can help me program a peak finder program, include max and min pls, thanks a lot!!! what have YOU done so far to solve YOUR particular problem... us
From: ImageAnalyst on 7 May 2010 06:13
On May 7, 3:44 am, "Zhu Jia" <zxz90...(a)hotmail.com> wrote: > I need to submit my project in 3 weeks, need to do ecg singal extractions use matlab, I need help!!! Or someone can help me program a peak finder program, include max and min pls, thanks a lot!!! ------------------------------------------------- There's findpeaks() in the Signal Processing toolbox http://www.mathworks.com/access/helpdesk/help/toolbox/signal/findpeaks.html or this FileExchange submission: http://www.mathworks.com/matlabcentral/fileexchange/25500-peakfinder |