Hi i have a signal. i want to calculate peak and area of the signal.
Show older comments
Answers (2)
Image Analyst
on 6 Aug 2014
0 votes
How about findpeaks() in the Signal Processing Toolbox?
3 Comments
Image Analyst
on 6 Aug 2014
Archana's answer moved here:
findpeaks() is not working i tried. can u explain.
Image Analyst
on 6 Aug 2014
Not unless you show your code and data.
Image Analyst
on 6 Aug 2014
If you don't want to show your code so we can help you, then maybe you can try this: http://billauer.co.il/peakdet.html
Sagar Dhage
on 6 Aug 2014
0 votes
[peaks, location]= findpeaks(data)
Categories
Find more on Descriptive Statistics in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!