Wiki

This version is outdated by a newer approved version.DiffThis version (18 Oct 2021 08:08) was approved by Sakthivel Perumal.The Previously approved version (15 Nov 2012 21:21) is available.Diff

This is an old revision of the document!


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(row) and index value Y(column) 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.1634537318.txt.gz · Last modified: 18 Oct 2021 08:08 by Sakthivel Perumal