From: blueberet Koh on
Hi, if I have a curve of multiple peaks, how can I extract useful information from the curve. The useful numerical informations include peak + relative intensity , gate of each peak?

Thank you

Regards.
WH
From: Gautam Vallabha on
"blueberet Koh" <eric_heng(a)hotmail.com> wrote in message <hpuq4r$p7m$1(a)fred.mathworks.com>...
> Hi, if I have a curve of multiple peaks, how can I extract useful information from the curve. The useful numerical informations include peak + relative intensity , gate of each peak?

It sounds like you need a peak-finding function. There are several relevant entries in the FileExchange, e.g.,

http://www.mathworks.com/matlabcentral/fileexchange/25500-peakfinder

http://www.mathworks.com/matlabcentral/fileexchange/11755-peak-finding-and-measurement-version-2

Gautam