For example, now there are three values X,C,W, each group (X.C) corresponds to a W value, I have the correspondence (i.e. specific values) of several groups (X,C) and W. I want to get the W value by interpolation based on the unknown group (X,C). Where X and C have no correspondence, how should I implement this on labview FPGA side. Currently I have just implemented one dimensional interpolation, i.e. X alone corresponds to W or C alone corresponds to W.
例如,现在有X,C,W三个值,每一组(X.C)对应一个W值,我拥有几组(X,C)和W的对应关系(即具体数值),我要根据未知的一组(X,C)来通过插值得到W值。其中X和C没有对应关系,请问应该如何在labview FPGA端实现。目前我只是实现了一维插值,即X单独对应W或者C单独对应W。