Hi i have a signal. i want to calculate peak and area of the signal.
Mostrar comentarios más antiguos
Respuestas (2)
Image Analyst
el 6 de Ag. de 2014
0 votos
How about findpeaks() in the Signal Processing Toolbox?
3 comentarios
Image Analyst
el 6 de Ag. de 2014
Archana's answer moved here:
findpeaks() is not working i tried. can u explain.
Image Analyst
el 6 de Ag. de 2014
Not unless you show your code and data.
Image Analyst
el 6 de Ag. de 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
el 6 de Ag. de 2014
0 votos
[peaks, location]= findpeaks(data)
Categorías
Más información sobre Descriptive Statistics en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
