Interpolation Functions

The RMC75, RMC150 and RMC200 support custom user functions. The attached functions are for linear, quadratic, cubic and quartic interpolation. The accuracy of these functions is limited due to 32-bit floating point math i.e. 0.2125001 instead of 0.2125000.

To add the functions to your project:

  1. Save the attached file to your computer.
  2. In the RMCTools Project tree, expand Programming.
  3. Right-click User Functions and choose Import User Functions.
  4. Browse to the file you saved and then click Open.

Functions - Interpolation.rmcflib (6.76 KB)