Main Content

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

프로그래밍 및 데이터형을 위한 함수

비트별 연산, 데이터형 연산자와 데이터형 툴, 프로그램 제어를 위한 함수

고정소수점 데이터형을 지원하는 함수를 사용하여, fi 객체에 대해 비트별 조작을 수행하고 fi 객체의 데이터형을 조작하며 알고리즘을 개발할 수 있습니다.

함수

모두 확장

bitandBitwise AND of two fi objects
bitandreduceReduce consecutive slice of bits to one bit by performing bitwise AND operation
bitcmpBitwise complement of fi object
bitconcatConcatenate bits of fi objects
bitgetGet bits at certain positions
bitorBitwise OR of two fi objects
bitorreduceReduce consecutive slice of bits to one bit by performing bitwise OR operation
bitreplicateReplicate and concatenate bits of fi object
bitrolBitwise rotate left
bitrorBitwise rotate right
bitsetSet bit at specific location
bitshiftShift bits specified number of places
bitslicegetGet consecutive slice of bits
bitsll비트를 왼쪽으로 논리 시프트
bitsra비트를 오른쪽으로 산술 시프트
bitsrl비트를 오른쪽으로 논리 시프트
bitxorBitwise XOR of two fi objects
bitxorreduceReduce consecutive slice of bits to one bit by performing bitwise exclusive OR operation
getlsb최하위 비트
getmsb최상위 비트
doublefi 객체의 배정밀도 부동소수점 실제 값
singlefi 객체의 단정밀도 부동소수점 실제 값
intfi 객체의 저장된 정수 값 가져오기
int8fi 객체를 부호 있는 8비트 정수로 변환
int16fi 객체를 부호 있는 16비트 정수로 변환
int32fi 객체를 부호 있는 32비트 정수로 변환
int64fi 객체를 부호 있는 64비트 정수로 변환
uint8fi 객체를 부호 없는 8비트 정수로 변환
uint16fi 객체를 부호 없는 16비트 정수로 변환
uint32fi 객체의 저장된 정수 값을 내장 uint32형으로 반환
uint64fi 객체를 부호 없는 64비트 정수로 변환
cast64BitFiToIntCast fi object types that can be exactly represented to a 64-bit integer data type (R2020a 이후)
cast64BitIntToFiCast 64-bit integer types to an equivalent fi object type (R2020a 이후)
castFiToIntCast fi object to equivalent integer data type (R2020a 이후)
castFiToMATLABCast fi object type to an equivalent built-in MATLAB data type (R2020a 이후)
castIntToFiCast an integer data type to equivalent fi type (R2020a 이후)
num2str숫자를 문자형 배열로 변환
reinterpretcast기본 데이터를 변경하지 않고 고정소수점 또는 정수 데이터형 변환
rescaleChange scaling of fi object
storedIntegerfi 객체의 저장된 정수 값
storedIntegerToDoubleConvert stored integer value of fi object to built-in double value
stripscalingStored integer of fi object
epsfi 또는 quantizer 객체의 양자화의 상대 정확도
intmaxfi 객체의 numerictype으로 표현 가능한 저장된 최대 양의 정수 값
intminfi 객체의 numerictype으로 표현 가능한 저장된 최소 정수 값
realmaxLargest positive fixed-point value or quantized number
realmin정규화된 최소 양의 고정소수점 값 또는 양자화된 숫자
fixed.extractNumericTypeExtract numeric type from input (R2021a 이후)
isboolean입력값이 부울인지 확인
isdouble입력값이 배정밀도 데이터형인지 확인
isfi변수가 fi 객체인지 확인
isfimath변수가 fimath 객체인지 확인
isfimathlocalfi 객체에 로컬 fimath가 있는지 확인
isfipref입력값이 fipref 객체인지 확인
isfixed입력값이 고정소수점 데이터형인지 확인
isnumerictype입력값이 numerictype 객체인지 확인
ispropequalDetermine whether properties of two fi objects are equal
isquantizer입력값이 quantizer 객체인지 확인
isscaleddoubleDetermine whether input is scaled double data type
isscaledtypeDetermine whether input is fixed-point or scaled double data type
isscalingbinarypointDetermine whether input has binary point scaling
isscalingslopebiasDetermine whether input has nontrivial slope and bias scaling
isscalingunspecifiedDetermine whether input has unspecified scaling
issignedDetermine whether fi object is signed
issingle입력값이 단정밀도 데이터형인지 확인
isslopebiasscaledDetermine whether numerictype object has nontrivial slope and bias scaling
filter1-D digital filter of fi objects
for지정된 횟수를 반복하기 위한 for 루프