Provides a general-purpose block of initialized memory. Use look-up tables to store waveforms for signal generation, to model nonlinear systems, and for arithmetic computations. If you use the Look-Up Table 1D Express VI in a single-cycle Timed Loop, wire the outputs directly to uninitialized shift registers or feedback nodes. The Look-Up Table 1D Express VI takes an entire clock cycle to execute in a single-cycle Timed Loop.
| Dialog Box Options |
| Block Diagram Inputs |
| Block Diagram Outputs |
| Parameter | Description |
|---|---|
| Look-Up Table Specifications | Contains the following options:
|
| Function Name | Specifies a name for the look-up table to identify functionality of different instances of the Look-Up Table 1D Express VI on the block diagram. |
| Table Preview | Displays a preview of the data in the look-up table. |
| Parameter | Description |
|---|---|
| address | Specifies an element of the look-up table. If address exceeds the Number of elements range you specify in the Configure Look-Up Table 1D dialog box, LabVIEW attempts to wrap the value into the valid range by using the lowest log2(Number of elements) bits of address.
If Number of elements is an exact power of 2, any address input results in valid data out from the look-up table. For other sizes, the resulting wrapped address still exceeds the range. The VI returns 0 for data out. |
| fractional index (x2^16) | Specifies the 16-bit integer the VI interprets as a positive fractional number in the range 0 <= fractional index (x2^16) < 1 to compute the linearly interpolated output between adjacent look-up table elements. Multiply the fractional index you want to use by 2^16 (65536) to convert it to a U16 integer data type for use on FPGA targets. For example, if you want a fractional index of .5, enter .5 x 2^16 = 32768 for the fractional index (x 2^16) input. The VI uses this input only if you place a checkmark in the Interpolate data checkbox in the Configure Look-Up Table 1D dialog box. |
| Parameter | Description |
|---|---|
| data out | The result of the table look-up operation. Specify the data type of this parameter in the Configure Look-Up Table 1D dialog box with the Data type selection. |