Main Content

이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.

MATLAB의 고정소수점 행렬 연산

효율적인 코드를 위한 최적화된 고정소수점 수학 연산, 행렬 솔버 및 행렬 분해 함수

다음 함수를 사용하여 고정소수점 수학 연산과 행렬 연산을 수행하고 효율적인 코드를 생성할 수 있습니다. 이러한 함수는 선형 연립방정식의 해를 구하고, 임베디드 장치에 효율적인 방식으로 행렬 분해를 수행합니다.

함수

모두 확장

ceilDiv나눗셈 결과를 양수 무한대 방향으로 올림 (R2021a 이후)
fixed.cordicDivideFixed-point divide using CORDIC (R2020b 이후)
fixed.cordicReciprocalFixed-point reciprocal using CORDIC (R2021b 이후)
fixDiv나눗셈 결과를 0 방향으로 반올림 (R2021a 이후)
floorDiv나눗셈 결과를 음수 무한대 방향으로 내림 (R2021a 이후)
nearestDiv나눗셈 결과를 가장 가까운 정수 방향으로 반올림 (R2021a 이후)
modByConstantModulus after division by a constant denominator (R2021a 이후)
fixed.backwardSubstitute후진 대입을 통해 상부 삼각 연립방정식 풀기 (R2020b 이후)
fixed.forwardSubstitute전진 대입을 통해 하부 삼각 연립방정식 풀기 (R2020b 이후)
fixed.jacobiSVDFixed-point Jacobi singular value decomposition (R2023a 이후)
fixed.qlessQRQ-less QR decomposition (R2020b 이후)
fixed.qlessQRUpdateUpdate QR factorization (R2020b 이후)
fixed.qrABCompute C = Q'B and upper-triangular factor R (R2020b 이후)
fixed.qrMatrixSolveSolve system of linear equations Ax = B for x using QR decomposition (R2020b 이후)
fixed.qlessQRMatrixSolveSolve system of linear equations (A'A)X = B for X using Q-less QR decomposition (R2020b 이후)
fixed.svdFixed-point Golub-Kahan-Reinsch singular value decomposition (R2022b 이후)
svdFixed-point Golub-Kahan-Reinsch singular value decomposition (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.realQuantizationNoiseStandardDeviationEstimate standard deviation of quantization noise of real-valued signal (R2021b 이후)
fixed.complexQuantizationNoiseStandardDeviationEstimate standard deviation of quantization noise of complex-valued signal (R2021b 이후)

도움말 항목