A simple Python function to find values and positions of peaks in a given time series. The function returns a list of tuples [(x1, max1), (x2, max2),..,(xn, maxn)]
TorLab/Peaks-Detection
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A simple Python function to find values and positions of peaks in a given time series. The function returns a list of tuples [(x1, max1), (x2, max2),..,(xn, maxn)]