La traduction de cette page n'est pas à jour. Cliquez ici pour voir la dernière version en anglais.
Opérations matricielles en virgule fixe dans MATLAB
Utilisez ces fonctions pour effectuer des opérations matricielles en virgule fixe et générer un code C/C++ efficace. Ces fonctions résolvent des systèmes d’équations linéaires et effectuent les principales opérations matricielles, comme les décompositions QR et en valeurs singulières, avec un algorithme basé sur CORDIC efficace pour les dispositifs embarqués. Utilisez les fonctions Fixed-Point Designer™ incluses pour déterminer de manière analytique les types de données à virgule fixe optimaux, pour les blocs de solveur de système linéaire et de factorisation de matrice.
Pour les implémentations basées sur des blocs Simulink® de ces algorithmes, consultez Opérations matricielles en virgule fixe dans Simulink. Pour les implémentations basées sur CORDIC ou autre d’opérations mathématiques et optimisées pour les dispositifs embarqués dans MATLAB® et Simulink, consultez Opérations mathématiques en virgule fixe dans MATLAB et Simulink.
Fonctions
Rubriques
- Determine Fixed-Point Types for QR Decomposition
Use
fixed.qrFixedpointTypes
to determine fixed-point types for computation of QR decomposition. - Determine Fixed-Point Types for Q-less QR Decomposition
Use
fixed.qlessqrFixedpointTypes
to determine fixed-point types for computation of Q-less QR decomposition. - Algorithms to Determine Fixed-Point Types for Complex Q-less QR Matrix Solve A'AX=B
Derivation of algorithms for determining fixed-point types for complex Q-less QR matrix solve.
- Determine Fixed-Point Types for Complex Q-less QR Matrix Solve A'AX=B
Use
fixed.complexQlessQRFixedpointTypes
to determine fixed-point types for computation of the complex least-squares matrix equation. - Determine Fixed-Point Types for Complex Q-less QR Matrix Solve with Tikhonov Regularization
This example shows how to use the
fixed.complexQlessQRMatrixSolveFixedpointTypes
function to analytically determine fixed-point types for the solution of the complex least-squares matrix equation - Algorithms to Determine Fixed-Point Types for Complex Least-Squares Matrix Solve AX=B
Derivation of algorithms for determining fixed-point types for complex QR matrix solve.
- Determine Fixed-Point Types for Complex Least-Squares Matrix Solve AX=B
Use
fixed.complexQRFixedpointTypes
to determine fixed-point types for computation of the complex least-squares matrix equation. - Determine Fixed-Point Types for Complex Least-Squares Matrix Solve with Tikhonov Regularization
This example shows how to use the
fixed.complexQRMatrixSolveFixedpointTypes
function to analytically determine fixed-point types for the solution of the complex least-squares matrix equation - Algorithms to Determine Fixed-Point Types for Real Q-less QR Matrix Solve A'AX=B
Derivation of algorithms for determining fixed-point types for real Q-less QR matrix solve.
- Determine Fixed-Point Types for Real Q-less QR Matrix Solve A'AX=B
Use
fixed.realQlessQRFixedpointTypes
to determine fixed-point types for computation of the real least-squares matrix equation. - Determine Fixed-Point Types for Real Q-less QR Matrix Solve with Tikhonov Regularization
This example shows how to use the
fixed.realQlessQRMatrixSolveFixedpointTypes
function to analytically determine fixed-point types for the solution of the real least-squares matrix equation - Algorithms to Determine Fixed-Point Types for Real Least-Squares Matrix Solve AX=B
Derivation of algorithms for determining fixed-point types for real least-squares matrix solve.
- Determine Fixed-Point Types for Real Least-Squares Matrix Solve AX=B
Use
fixed.realQRMatrixSolveFixedpointTypes
to determine fixed-point types for computation of the real least-squares matrix equation. - Determine Fixed-Point Types for Real Least-Squares Matrix Solve with Tikhonov Regularization
This example shows how to use the
fixed.realQRMatrixSolveFixedpointTypes
function to analytically determine fixed-point types for the solution of the real least-squares matrix equation - Compute Forgetting Factor Required for Streaming Input Data
Use
fixed.forgettingFactor
andfixed.forgettingFactorInverse
to compute forgetting factor. - Estimate Standard Deviation of Quantization Noise of Complex-Valued Signal
Use
fixed.complexQuantizationNoiseStandardDeviation
to estimate standard deviation of quantization noise. - Estimate Standard Deviation of Quantization Noise of Real-Valued Signal
Use
fixed.realQuantizationNoiseStandardDeviation
to estimate standard deviation of quantization noise.