Lookup Tables
Blocks that model nonlinearity with lookup tables,
such as 1-D and 2-D Lookup Table
Blocks
1-D Lookup Table |
Approximate one-dimensional function (HDL Coder) |
2-D Lookup Table |
Approximate two-dimensional function (HDL Coder) |
Cosine |
Implement fixed-point cosine wave using lookup table approach
that exploits quarter wave symmetry (HDL Coder) |
Cosine HDL Optimized |
Implement fixed-point cosine wave by using lookup table
approach that exploits quarter wave symmetry optimized for HDL code
generation |
Direct Lookup Table (n-D) |
Index into N-dimensional table to retrieve element, column,
or 2-D matrix (HDL Coder) |
Prelookup |
Compute index and fraction for Interpolation Using Prelookup
block (HDL Coder) |
Sine |
Implement fixed-point sine wave using lookup table approach
that exploits quarter wave symmetry (HDL Coder) |
Sine HDL Optimized |
Implement fixed-point sine wave optimized for HDL code
generation |
n-D Lookup Table |
Approximate N-dimensional function (HDL Coder) |