peaks values of each waveform
Show older comments
How can i select and plot the peak values of each sinusoidal wave in a nonlinear continuous waveform.
Accepted Answer
More Answers (1)
Image Analyst
on 11 Jan 2013
1 vote
If you have the signal Processing Toolbox, you can use findpeaks(), if you have the Image Processing Toolbox, you can use imregionalmax(). If you have neither of those, you can build your own with code like this: http://billauer.co.il/peakdet.html Or you can sift through the File Exchange: http://www.mathworks.com/matlabcentral/fileexchange/index?utf8=%E2%9C%93&term=peak - lots of them in there.
1 Comment
Rizwana Junaid
on 22 Jan 2013
Categories
Find more on Descriptive Statistics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!