Fixed-Point Matrix Operations in Simulink

Optimized fixed-point math and matrix operations blocks for efficient HDL code

Use the Fixed-Point Designer™ library of blocks to perform fixed-point math and matrix operations and generate efficient HDL code. These blocks model design patterns for systems of linear equations and core matrix operations, such as QR Decomposition, for hardware-efficient implementation on FPGAs. Generate HDL code for designs that incorporate these blocks using HDL Coder™.

Blocks

expand all

Hyperbolic Tangent HDL OptimizedComputes CORDIC-based hyperbolic tangent and generates optimized HDL code
Normalized Reciprocal HDL OptimizedComputes normalized reciprocal and generates optimized HDL code

Burst Implementation

Real Burst Matrix Solve Using QR DecompositionCompute the value of x in the equation Ax = B for real-valued matrices using QR decomposition
Real Burst Matrix Solve Using Q-less QR DecompositionCompute the value of X in the equation A'AX = B for real-valued matrices using Q-less QR decomposition
Complex Burst Matrix Solve Using QR DecompositionCompute the value of x in the equation Ax = B for complex-valued matrices using QR decomposition
Complex Burst Matrix Solve Using Q-less QR DecompositionCompute the value of X in the equation A'AX = B for complex-valued matrices using Q-less QR decomposition

Partial-Systolic Implementation

Real Partial-Systolic Matrix Solve Using QR DecompositionCompute value of x in Ax = B for real-valued matrices using QR decomposition
Real Partial-Systolic Matrix Solve Using Q-less QR DecompositionCompute value of X in A'AX = B for real-valued matrices using Q-less QR decomposition
Real Partial-Systolic Matrix Solve Using Q-less QR Decomposition with Forgetting FactorCompute value of X in A'AX = B for real-valued matrices with infinite number of rows using Q-less QR decomposition
Complex Partial-Systolic Matrix Solve Using QR DecompositionCompute value of x in Ax = B for complex-valued matrices using QR decomposition
Complex Partial-Systolic Matrix Solve Using Q-less QR DecompositionCompute the value of X in A'AX = B for complex-valued matrices using Q-less QR decomposition
Complex Partial-Systolic Matrix Solve Using Q-less QR Decomposition with Forgetting FactorCompute the value of X in A'AX = B for complex-valued matrices with infinite number of rows using Q-less QR decomposition

Burst Implementation

Real Burst QR DecompositionQR decomposition for real-valued matrices
Real Burst Q-less QR DecompositionQ-less QR decomposition for real-valued matrices
Complex Burst QR DecompositionQR decomposition for complex-valued matrices
Complex Burst Q-less QR DecompositionQ-less QR decomposition for complex-valued matrices

Partial-Systolic Implementation

Real Partial-Systolic QR DecompositionQR decomposition for real-valued matrices
Real Partial-Systolic Q-less QR DecompositionQ-less QR decomposition for real-valued matrices
Real Partial-Systolic Q-less QR Decomposition with Forgetting FactorQ-less QR decomposition for real-valued matrices with infinite number of rows
Complex Partial-Systolic QR DecompositionQR decomposition for complex-valued matrices
Complex Partial-Systolic Q-less QR DecompositionQ-less QR decomposition for complex-valued matrices
Complex Partial-Systolic Q-less QR Decomposition with Forgetting FactorQ-less QR decomposition for complex-valued matrices with infinite number of rows

Featured Examples