이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
고정소수점 수학 함수
고정소수점 데이터형을 지원하는 MATLAB® 함수
고정소수점 행렬과 배열을 생성하고 조작할 수 있습니다. 고정소수점 데이터형을 지원하는 산술 함수와 선형 대수 함수, 삼각 함수, 통계량 함수 및 복소수 수학 함수를 사용할 수 있습니다.
함수
배열 및 행렬 연산
배열 생성
colon, : | 벡터 생성, 배열 첨자 |
eye | Create identity matrix with fixed-point properties |
ones | Create array of all ones with fixed-point properties |
zeros | 고정소수점 속성을 갖는 모두 0으로 구성된 배열 생성 |
배열 및 행렬 조작
horzcat | Concatenate multiple fi objects horizontally |
sort | 실수 값 fi 객체의 요소를 오름차순 또는 내림차순으로 정렬 |
subsasgn | Subscripted assignment |
subsref | Subscripted reference |
vertcat | Concatenate fi object arrays vertically |
기본 배열 및 행렬 정보
isequivalent | Determine if two numerictype objects
have equivalent properties |
isfloat | 입력값이 부동소수점 데이터형인지 확인 |
max | fi 객체로 구성된 배열의 가장 큰 요소 |
min | fi 객체로 구성된 배열의 가장 작은 요소 |
numel | fi 배열의 데이터 요소 개수 |
배열 및 행렬 연산자
ctranspose | fi 객체의 켤레 복소수 전치 |
minus | fi 객체 간의 행렬 차이 |
mpower | Fixed-point matrix power (^) |
mrdivide | 오른쪽 행렬 나누기 |
mtimes | fi 객체의 행렬 곱 |
plus | Matrix sum of fi objects |
qr | Orthogonal-triangular decomposition |
rdivide | 오른쪽 배열 나누기 |
shiftdata | Shift data to operate on specified dimension |
sum | fi 배열 요소의 합 |
times | fi 객체의 요소별 곱셈 |
uminus | Negate elements of fi object array |
unshiftdata | Inverse of shiftdata |
선형 시스템 솔버 및 행렬 분해
fixed.backwardSubstitute | 후진 대입을 통해 상부 삼각 연립방정식 풀기 (R2020b 이후) |
fixed.forwardSubstitute | 전진 대입을 통해 하부 삼각 연립방정식 풀기 (R2020b 이후) |
fixed.jacobiSVD | Fixed-point Jacobi singular value decomposition (R2023a 이후) |
fixed.qlessQR | Q-less QR decomposition (R2020b 이후) |
fixed.qlessQRUpdate | Update QR factorization (R2020b 이후) |
fixed.qrAB | Compute C = Q'B and upper-triangular factor R (R2020b 이후) |
fixed.qrMatrixSolve | Solve system of linear equations Ax = B for x using QR decomposition (R2020b 이후) |
fixed.qlessQRMatrixSolve | Solve system of linear equations (A'A)X = B for X using Q-less QR decomposition (R2020b 이후) |
fixed.svd | Fixed-point Golub-Kahan-Reinsch singular value decomposition (R2022b 이후) |
svd | Fixed-point Golub-Kahan-Reinsch singular value decomposition (R2022b 이후) |
특수 행렬
toeplitz | Create Toeplitz matrix |
복소수 수학 연산
상수
지수
수학 연산
accumneg | Subtract two fi objects or values |
accumpos | Add two fi objects or values |
add | fimath 객체를 사용하여 두 개의 fi 객체 더하기 |
atan2 | Four-quadrant inverse tangent of fixed-point values |
ceilDiv | 나눗셈 결과를 양수 무한대 방향으로 올림 (R2021a 이후) |
conv | fi 객체의 컨벌루션과 다항식 곱셈 |
cos | fi 객체의 코사인(단위: 라디안) |
divide | 두 fi 객체 나누기 |
fixDiv | 나눗셈 결과를 0 방향으로 반올림 (R2021a 이후) |
floorDiv | 나눗셈 결과를 음수 무한대 방향으로 내림 (R2021a 이후) |
innerprodintbits | |
mpy | fimath 객체를 사용하여 두 객체 곱하기 |
nearestDiv | 나눗셈 결과를 가장 가까운 정수 방향으로 반올림 (R2021a 이후) |
nnz | Number of nonzero elements in fi object (R2020b 이후) |
normalizedReciprocal | Compute normalized reciprocal (R2020a 이후) |
sin | 고정소수점 값의 사인 |
sqrt | fi 객체의 제곱근 |
sub | fimath 객체를 사용하여 두 개의 fi 객체 간 빼기 |
기수 변환
bin | fi 객체의 저장된 정수에 대한 부호 없는 이진수 표현 |
bin2num | quantizer 객체를 사용하여 2의 보수 이진 문자열을 숫자로 변환 |
dec | fi 객체의 저장된 정수에 대한 부호 없는 10진수 표현 |
dec2base | Convert decimal integer to its base-n representation for
fi objects (R2021b 이후) |
dec2bin | Convert decimal integer to its binary representation for fi
objects (R2021b 이후) |
dec2hex | Convert decimal integer to its hexadecimal representation for fi
objects (R2021b 이후) |
hex | fi 객체의 저장된 정수에 대한 16진수 표현 |
hex2num | Convert hexadecimal string to number using quantizer
object |
num2bin | quantizer 객체를 사용하여 숫자를 이진수 표현으로 변환 |
num2hex | Convert number to hexadecimal equivalent using quantizer
object |
num2int | quantizer 객체를 사용하여 숫자를 부호 있는 정수로 변환 |
oct | fi 객체의 저장된 정수에 대한 8진수 표현 |
sdec | fi 객체의 저장된 정수에 대한 부호 있는 10진수 표현 |
관계 연산자
eq | Determine whether real-world values are equal |
ge | Determine whether real-world value of one array is greater than or equal to another |
gt | Determine whether real-world value of one array is greater than another |
le | Determine whether real-world value of one array is less than or equal to another |
lt | Determine whether real-world value of one array is less than another |
ne | Determine whether real-world values of two arrays are not equal |
반올림 및 나머지
반올림 함수
ceil | 양수 무한대 방향으로 올림(Rounds toward positive infinity) |
convergent | 가장 가까운 정수로 반올림(반올림 경계에 놓인 숫자면 가장 가까운 짝수로 반올림) |
fix | 0 방향의 가장 가까운 정수로 내림 또는 올림 |
floor | 음수 무한대 방향으로 내림(Round Toward Negative Infinity) |
nearest | 가장 가까운 정수로 반올림(반올림 경계에 놓인 숫자는 양수 무한대 방향으로 올림) |
round | fi 객체를 가장 가까운 정수로 반올림 또는 quantizer 객체를 사용하여 입력 데이터 반올림 |
모듈로 함수 및 나머지 함수
mod | fi 객체 간의 나눗셈의 나머지(Modulus) |
modByConstant | Modulus after division by a constant denominator (R2021a 이후) |
통계량
errmean | Mean of quantization error |
errpdf | Probability density function of quantization error |
errvar | 양자화 오차의 분산 |
logreport | Quantization report |
maxlog | Log maximums |
minlog | Log minimums |
noperations | Number of quantization operations by quantizer
object |
noverflows | Number of overflows |
nunderflows | Number of underflows |
resetlog | Clear log for fi or quantizer object |
mean | 고정소수점 배열의 평균 또는 평균값 |
median | 고정소수점 배열의 중앙값 |
MATLAB 명령
다음 MATLAB 명령에 해당하는 링크를 클릭했습니다.
명령을 실행하려면 MATLAB 명령 창에 입력하십시오. 웹 브라우저는 MATLAB 명령을 지원하지 않습니다.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)