This information is part of the Business Simulation Library (BSL). Please support this work and ► donate.
This block generates an output signal y_nout[:]
(or y
in case of a single output) by constant, linear or cubic Hermite spline interpolation in a table. The time points and function values are stored in a matrix table[i,j]
, where the first column table[:,1]
contains the time points and the other columns contain the data to be interpolated. For more information → Modelica.Blocks.Sources.CombiTimeTable.