Hey everybody
I'm developing a computer program that can take a series of data-points and estimate the next local maximum(top) of a sine-curve.
My approach to this is to take the formula for a sine-function(f(x)=Asin(\omega x - \phi) + B), and isolate all the variables, and that way I'll...