NI Home
Cart Cart | Help
Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

Currently Being Moderated

3D Polynomial Fit and Interpolation

VERSION 1

Created on: Sep 9, 2008 2:51 PM by LaRisa_S - Last Modified:  Sep 9, 2008 2:55 PM by LaRisa_S


REQUIREMENTS:
Application Software: LabVIEW Base Development System

This example shows how to do a polynomial fit with three dimensional data. You can select the order and calculate the polynomial coefficients. Then using the calculated polynomial coefficients and two known parameters, LabVIEW interpolates the third unknown parameter.
The main VI is Using3DPolyFitandEvaluation. Click the Calculate Coefficients button to call the 3Dpolynomialfit VI and calculate the polynomial coefficients based on the 3D input data arrays (x,y,z) and the desired order. Then, click the Interpolate button to call the 3Dpolynomialevaluation VI and find an unknown z based on a known x and y, as well as the calculated polynomial coefficients.

 

Downloads:
Average User Rating
(0 ratings)




There are no comments on this document

More Like This

  • Retrieving data ...