Wiki

This version (15 Mar 2022 11:32) was approved by Sakthivel Perumal.The Previously approved version (18 Oct 2021 08:08) is available.Diff

2D Index Lookup Table

Click here to return to the Level Detectors Lookup Tables

This block functions like the Index Lookup Table, except now there is a matrix of values in the table. The size of the table is user determined. There are two inputs, one for the Y index and one for the X index.


Here is an example of a 4×4 table.


Description: For this algorithm, the inputs are the index value X(column) and index value Y(row) into the LUT. By default the module expect the index to be in integer format 32.0. [0][0] will index the first value in the table. The default output format is fractional 8.24.

There are two versions of this algorithm.

  • With Limit Protection: Checks if the index at the input is greater than the maximum index and, if so, indexes the last value in the table. Similarly, if the index is below zero, it will select the first value in the table.
  • Without Limit Protection: It does not compare the index to max and min index values.
resources/tools-software/sigmastudio/toolbox/leveldetectorslookuptables/2dindexlookuptable.txt · Last modified: 15 Mar 2022 11:32 by Sakthivel Perumal