Perform Catmull-Rom interpolation
function tableCatromInterp input STTable table; input Real x; input Real y; input Real x_step; input Real y_step; output Real p; end tableCatromInterp;