I have a stream of data (sin, cos) coming into a limited resource FPGA. By limited I mean I cannot afford to instantiate a massive block-ram to store an entire cycle of Sin and Cos data.
This data IF plotted forms an ellipse (this can see this via x,y plotting with a scope). What needs to be determined is "a" and "b" (and also h,k) of the standard ellipse equation.
is it possible to iterate over this incoming data and determine the key parameters of the ellipse?