<< x2c_LookupTable1D General x2c_LoopBreaker >>

X2C General Library >> General > x2c_LookupTable2D

x2c_LookupTable2D

X2C Look-up Table 2D

Description

Two dimensional look-up table with selectable number of data points. Table data must be an array of size DimX*DimY and has to be arranged as [f(x1,y1), f(x2,y1), ... f(xn,y1), f(x1,y2), f(x2,y2), ... f(xn,y2), ... ,f(x1,yn), f(x2,yn), ... f(xn,yn)]. FiP: input range is from -1 to 1 Float: input range is from 0 to dimension-1 If input is out of range, output will be cut off (no extrapolation).

Inports

Outports

Mask Parameters

Implementations


Report an issue
<< x2c_LookupTable1D General x2c_LoopBreaker >>