Hi i have a signal. i want to calculate peak and area of the signal.
Mostra commenti meno recenti
Risposte (2)
Image Analyst
il 6 Ago 2014
0 voti
How about findpeaks() in the Signal Processing Toolbox?
3 Commenti
Image Analyst
il 6 Ago 2014
Archana's answer moved here:
findpeaks() is not working i tried. can u explain.
Image Analyst
il 6 Ago 2014
Not unless you show your code and data.
Image Analyst
il 6 Ago 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
il 6 Ago 2014
0 voti
[peaks, location]= findpeaks(data)
Categorie
Scopri di più su Descriptive Statistics in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
