MotoHawk:Lookup Tables Overview

From MotoHawk
Revision as of 20:32, 26 September 2012 by Wendy.Bolakowski (talk | contribs) (Created page with "=MotoHawk Lookup Table Blocks= MotoHawk provides a library of lookup table blocks that provide functionality similar to the native Simulink lookup table blocks, but also allo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

MotoHawk Lookup Table Blocks

MotoHawk provides a library of lookup table blocks that provide functionality similar to the native Simulink lookup table blocks, but also allow for calibration in MotoTune. The blockset provides 1D and 2D maps, as well as adaptive tables. Pre-lookup and Interpolation tables can be used to split up the breakpoints and table data separately. Reference tables can be used to access a table defined by a data store (Data Storage Blockset) somewhere else in the model. Data for the lookup tables can be stored in Volatile or Non-Volatile storage.

Lookup Table 1D

Table1D.PNG

This MotoHawk™ block behaves similarly to the native Simulink Look-Up Table (1-D) block. This block performs 1-D linear interpolation of input values using the Breakpoint (x-axis) and Table Data (y-axis). End values of Table Data is used for input outside of the Breakpoint Data.

Lookup Table 2D

Table2D.PNG

This block performs 2-D linear interpolation of input values using the Breakpoint (x) and 2-D matrix of Table data values to be searched.