One dimensional look-up table with selectable number of data points.
Table data must be an array of size DimX.
If input is out of specified range, output will be cut off (no extrapolation).
Inports
x: Table index in x direction
Outports
Out: Table output
Mask Parameters
TableData: Look-up table data
DimX: Number of data points in x-direction
x_min: Minimum input value of x-dimension for look-up table.
x_max: Maximum input value of x-dimension for look-up table.