Main Content

このページの内容は最新ではありません。最新版の英語を参照するには、ここをクリックします。

MATLAB での固定小数点行列演算

効率的なコード用に最適化された固定小数点の算術演算、行列ソルバーおよび行列分解関数

これらの関数を使用して、固定小数点の算術演算および行列演算を行い、効率的なコードを生成します。これらの関数は、組み込みデバイスにとって効率的な方法で、線形方程式系の求解や行列の分解を行います。

関数

すべて展開する

ceilDiv除算結果の正の無限大方向への丸め (R2021a 以降)
fixed.cordicDivideCORDIC を使用した固定小数点の除算 (R2020b 以降)
fixed.cordicReciprocalCORDIC を使用した固定小数点の逆数 (R2021b 以降)
fixDiv除算結果のゼロ方向への丸め (R2021a 以降)
floorDiv除算結果の負の無限大方向への丸め (R2021a 以降)
nearestDiv除算結果の最も近い整数方向への丸め (R2021a 以降)
modByConstant定数分母による除算後のモジュラス (R2021a 以降)
fixed.backwardSubstitute後退代入を使用した上三角方程式系の求解 (R2020b 以降)
fixed.forwardSubstitute前進代入を使用した下三角方程式系の求解 (R2020b 以降)
fixed.jacobiSVDFixed-point Jacobi singular value decomposition (R2023a 以降)
fixed.qlessQRQ-less QR 分解 (R2020b 以降)
fixed.qlessQRUpdateQR 分解の更新 (R2020b 以降)
fixed.qrABC = Q'B と上三角因子 R の計算 (R2020b 以降)
fixed.qrMatrixSolveQR 分解を使用した x に対する線形方程式系 Ax = B の求解 (R2020b 以降)
fixed.qlessQRMatrixSolveQ-less QR 分解を使用した X に対する線形方程式系 (A'A)X = B の求解 (R2020b 以降)
fixed.svdFixed-point Golub-Kahan-Reinsch singular value decomposition (R2022b 以降)
svd固定小数点の Golub-Kahan-Reinsch 特異値分解 (R2022b 以降)
fixed.qrFixedpointTypesDetermine fixed-point types for transforming A and R and B to C=Q'B in-place, where QR=A is QR decomposition of A (R2021b 以降)
fixed.qlessqrFixedpointTypesDetermine fixed-point types for transforming A to R in-place, where R is upper-triangular factor of QR decomposition of A, without computing Q (R2021b 以降)
fixed.realQRMatrixSolveFixedpointTypesDetermine fixed-point types for matrix solution of real-valued AX=B using QR decomposition (R2021b 以降)
fixed.complexQRMatrixSolveFixedpointTypesDetermine fixed-point types for matrix solution of complex-valued AX=B using QR decomposition (R2021b 以降)
fixed.realQlessQRMatrixSolveFixedpointTypesDetermine fixed-point types for matrix solution of real-valued A'AX=B using QR decomposition (R2021b 以降)
fixed.complexQlessQRMatrixSolveFixedpointTypesDetermine fixed-point types for matrix solution of complex-valued A'AX=B using QR decomposition (R2021b 以降)
fixed.realSingularValueLowerBoundEstimate lower bound for smallest singular value of real-valued matrix (R2021b 以降)
fixed.complexSingularValueLowerBoundEstimate lower bound for smallest singular value of complex-valued matrix (R2021b 以降)
fixed.singularValueUpperBoundUpper bound of largest singular value of matrix (R2022b 以降)
fixed.realConditionNumberUpperBoundEstimate of upper bound for 2-norm condition number of real-valued matrix (R2022b 以降)
fixed.complexConditionNumberUpperBoundEstimate of upper bound for 2-norm condition number of complex-valued matrix (R2022b 以降)
fixed.forgettingFactorCompute forgetting factor required for streaming input data (R2021b 以降)
fixed.forgettingFactorInverseCompute the inverse of the forgetting factor required for streaming input data (R2021b 以降)
fixed.realQuantizationNoiseStandardDeviation実数値信号における量子化ノイズの標準偏差の推定 (R2021b 以降)
fixed.complexQuantizationNoiseStandardDeviation複素数値信号における量子化ノイズの標準偏差の推定 (R2021b 以降)

トピック