.ApproxSpline.Blocks.Curve1d

Information

Provide smooth 1D spline curve and interpolate input data

This blocks generates a 1D-curve object by approximating spline fitting.
Input data
The data has to be provided as 2- or 3-column array:

 x1 | y1 | w1 |
 x2 | y2 | w2 |
 x3 | y3 | w3 |
 ...| ...| .. |

or

 x1 | y1 |
 x2 | y2 |
 x3 | y3 |
 ...| ...|

The last column w[i] is the optional weight of the data points. If no weights are given, any data points are weighted equally.
Generated at 2024-04-18T18:15:58Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos