I have some data and it looks like Sawtooth wave and I have to find out the distance between two consecutive peaks and for this purpose, I am trying to calculate derivative and then finding out distance between two minimas. Please suggest, what should be the appropriate way to calculate the distance between consecutive peaks.
2026-04-08 12:36:24.1775651784
How to find the maxima and minima of discontinous function?
1.7k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
$ f(a)<=f(a+h) & f(a)<=f(a-h)$ ,then f(x) has minima at x=a .
Where h is a very small value and a is constant.
These are condition for maxima and minima in a discontinous function graph.