You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)]