tprohas
Computer
- Jul 13, 2001
- 2
I have a table of data temperature/resistance data. For a given temperature, the measured x data is bounded by Xlow and Xhigh:
Y Xlow Xhigh
-30 155.2 199.6
-20 85.8 108.39
-10 49.2 61.4
For a measured value of X, what is the best linear interpolation technique to determine f(X)? My assumption is to use the average of Xlow and Xhigh and then do a standard interpolation using the table of Y vs Xavg.
Y Xlow Xhigh
-30 155.2 199.6
-20 85.8 108.39
-10 49.2 61.4
For a measured value of X, what is the best linear interpolation technique to determine f(X)? My assumption is to use the average of Xlow and Xhigh and then do a standard interpolation using the table of Y vs Xavg.