How to calculate peak in MATLAB
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I am using peak for the feature extraction as a statistical parameter Which formula is correct to get the peak
1- Peak = (max (x) - min (x))
2- peak = 1/2 (max (x) - min(X))
where x is the data that needs to be calculated
I found some sources (literature) indicates the first one, and some indicates the second with peak-peak.
I am confused, which one should I use??!
0 Kommentare
Antworten (2)
Abhishek Ballaney
am 2 Apr. 2018
https://in.mathworks.com/help/signal/ref/findpeaks.html
0 Kommentare
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!