Functions and Tables
Summary of the Functions and Tables components available through the Signal Processing toolbox in Schematic Editor.
The toolbox provides three Function and Table components. Their descriptions and supported features are given in Table 1.
Component | Description | Features | Help file | ||
---|---|---|---|---|---|
supported input types | supported output types | vector support | |||
![]() 1D look-up Table |
Based on the defined input and output vector a look-up-table of 100 data points is created. | real, int, uint | real | no | 1D Look-up table |
![]() 2D look-up Table |
Performs 2-dimensional linear interpolation look-up table. | real, int, uint | real | no | 2D look-up table |
![]() 3D look-up Table |
Performs 3-dimensional linear interpolation look-up table. | real, int, uint | real | no | 3D look-up table |
![]() C Function |
Define a C function. | real, int, uint, inherit (user selectable) | real, int, uint, inherit (user selectable) | no | C Function |
![]() Advanced C Function |
Define a C Function with additional import of DLL and C source files. | real, int, uint, inherit (user selectable) | real, int, uint, inherit (user selectable) | yes | Advanced C Function |