Operazioni tra matrici in virgola fissa in MATLAB
Utilizzare queste funzioni per eseguire operazioni tra matrici in virgola fissa e generare codice C/C++ efficiente. Queste funzioni risolvono sistemi di equazioni lineari ed eseguono operazioni di base tra le matrici, come la scomposizione QR e la scomposizione in valori singolari, utilizzando un algoritmo basato su CORDIC, efficiente per i dispositivi embedded. Utilizzare le funzioni Fixed-Point Designer™ incluse per determinare analiticamente i tipi di dati in virgola fissa ottimali per il risolutore di sistemi lineari e i blocchi di fattorizzazione della matrice.
Per le implementazioni di questi algoritmi nel blocco Simulink®, vedere Operazioni tra matrici in virgola fissa in Simulink. Per implementazioni basate su CORDIC e altre implementazioni efficienti per l'embedded di operazioni matematiche in MATLAB® e Simulink, vedere Operazioni matematiche in virgola fissa in MATLAB e Simulink.
Funzioni
Argomenti
- Determine Fixed-Point Types for QR Decomposition
Use
fixed.qrFixedpointTypesto determine fixed-point types for computation of QR decomposition. - Determine Fixed-Point Types for Q-less QR Decomposition
Use
fixed.qlessqrFixedpointTypesto 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.complexQlessQRFixedpointTypesto 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.complexQlessQRMatrixSolveFixedpointTypesfunction 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.complexQRFixedpointTypesto 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.complexQRMatrixSolveFixedpointTypesfunction 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.realQlessQRFixedpointTypesto 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.realQlessQRMatrixSolveFixedpointTypesfunction 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.realQRMatrixSolveFixedpointTypesto 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.realQRMatrixSolveFixedpointTypesfunction 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.forgettingFactorandfixed.forgettingFactorInverseto compute forgetting factor. - Estimate Standard Deviation of Quantization Noise of Complex-Valued Signal
Use
fixed.complexQuantizationNoiseStandardDeviationto estimate standard deviation of quantization noise. - Estimate Standard Deviation of Quantization Noise of Real-Valued Signal
Use
fixed.realQuantizationNoiseStandardDeviationto estimate standard deviation of quantization noise.
