LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

is there a function to predict the next point accoding to the known point?

For example

ten points arranged in a parabola,

is there a function to predict the coordinates of the six point behind according to the four points in front of?

0 Kudos
Message 1 of 5
(3,308 Views)

You could use a curve-fitting algorithm to determine a function and then calculate the new coordinates...

 

hope this helps,

Norbert 

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
Message 2 of 5
(3,290 Views)

Hi,

 

As Norbert said you can find some good examples of the Levenberg-Marquardt algorithm in the example finder of LV

 


 

Regards,

Steve M.
0 Kudos
Message 3 of 5
(3,283 Views)

The ability to predict data values is predicated on your data having some sort of inherent structure. In cases where your data has that structure, curve fits can be very helpful. However, if your data does not have any inherent structure, or is too noisy to be able to see the structure, you can run curve-fits and still get results that look reasonable. Unfortunately those results would probably correlate better with the phase of the moon than they would what you are measuring. No matter how fancy, mathematics can only predict a probable value based on what it was given - and as in all things computer: GIGO. Hence, when working with this sort of thing, I always bear in mind this definition of a pocket calculator:

 

"...a device that can divide a ball park estimate by a wild-ass guess and come up with an answer accurate to 13 decimal places..."

 

Mike...

 

 


Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 4 of 5
(3,254 Views)
thanks very much
0 Kudos
Message 5 of 5
(3,231 Views)