CUBIC

The cubic function: ax3+bx2+cx+d

Used specially for traction loss and dead zones.

See the CUBIC3 which is faster and is enough for that task.

Other variations might have applications, it's up to your imagination.

Example of CUBIC(VALUE;0;0.01;0;0)
Example of CUBIC(VALUE;0.001;0.1;0;0)

To use CUBIC in Mover, do:


CUBIC(parameter1;parameter2;parameter3;parameter4;parameter5)


  • parameter1 is the value we want to filter.

  • parameter2 is the a of the function.

  • parameter3 is the b of the function.

  • parameter4 is the c of the function.

  • parameter5 is the d of the function.