Hi i have a signal. i want to calculate peak and area of the signal.
Ältere Kommentare anzeigen
Antworten (2)
Image Analyst
am 6 Aug. 2014
0 Stimmen
How about findpeaks() in the Signal Processing Toolbox?
3 Kommentare
Image Analyst
am 6 Aug. 2014
Archana's answer moved here:
findpeaks() is not working i tried. can u explain.
Image Analyst
am 6 Aug. 2014
Not unless you show your code and data.
Image Analyst
am 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
am 6 Aug. 2014
0 Stimmen
[peaks, location]= findpeaks(data)
Kategorien
Mehr zu Descriptive Statistics finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
