Wiki

This version (20 Jan 2016 13:03) was approved by Venkatesan Krishnamoorthy.The Previously approved version (06 Aug 2012 22:30) is available.Diff

Index Lookup Table

Click here to return to the Level Detectors/Lookup Tables page

The Index Lookup Table block lets you access values stored in a lookup table (LUT). They're accessible through a table index.

To use this block: Drag it into the workspace and click Table to open the Table Editor window:

There are two ways to enter values:

  • Enter them directly and use Save table value.
  • Use Load table value to load data from a file.

The first option lets you enter maximum value(s).

Description: For this algorithm, the input is the index value into the LUT. By default the module expect the index to be in integer format (32.0 or 28.0 depends on the SigmaDSP). The input format can be changed to fractional (8.24 or 5.23 depends on the SigmaDSP) by clicking the Green color circle in the module. Zero (0) will index the first value in the table. Recompiling is required when the input format is changed.

The default output format is fractional (8.24 or 5.23 depends on the SigmaDSP). This can be changed to integer by clicking the Blue color circle in the module.

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.

The Level Detectors Examples further illustrate use of this block.

resources/tools-software/sigmastudio/toolbox/leveldetectorslookuptables/indexlookuptable.txt · Last modified: 20 Jan 2016 13:03 by Venkatesan Krishnamoorthy