이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
프로그래밍 및 데이터형을 위한 함수
비트별 연산, 데이터형 연산자와 데이터형 툴, 프로그램 제어를 위한 함수
고정소수점 데이터형을 지원하는 함수를 사용하여, fi
객체에 대해 비트별 조작을 수행하고 fi
객체의 데이터형을 조작하며 알고리즘을 개발할 수 있습니다.
함수
비트별 연산
bitand | Bitwise AND of two fi objects |
bitandreduce | Reduce consecutive slice of bits to one bit by performing
bitwise AND operation |
bitcmp | Bitwise complement of fi object |
bitconcat | Concatenate bits of fi objects |
bitget | Get bits at certain positions |
bitor | Bitwise OR of two fi objects |
bitorreduce | Reduce consecutive slice of bits to one bit by performing
bitwise OR operation |
bitreplicate | Replicate and concatenate bits of fi object |
bitrol | Bitwise rotate left |
bitror | Bitwise rotate right |
bitset | Set bit at specific location |
bitshift | Shift bits specified number of places |
bitsliceget | Get consecutive slice of bits |
bitsll | Bit shift left logical |
bitsra | Bit shift right arithmetic |
bitsrl | Bit shift right logical |
bitxor | Bitwise XOR of two fi objects |
bitxorreduce | Reduce consecutive slice of bits to one bit by performing
bitwise exclusive OR operation |
getlsb | Least significant bit |
getmsb | Most significant bit |
데이터형 연산자
double | Double-precision floating-point real-world value of fi
object |
single | Single-precision floating-point real-world value of fi object |
int | fi 객체의 저장된 정수 값 가져오기 |
int8 | Convert fi object to signed 8-bit integer |
int16 | Convert fi object to signed 16-bit
integer |
int32 | Convert fi object to signed 32-bit
integer |
int64 | Convert fi object to signed 64-bit
integer |
uint8 | Convert fi object to unsigned 8-bit integer |
uint16 | Convert fi object to unsigned 16-bit
integer |
uint32 | Stored integer value of fi object as
built-in uint32 |
uint64 | Convert fi object to unsigned 64-bit
integer |
데이터형 툴
cast64BitFiToInt | Cast fi object types that can be exactly represented to a
64-bit integer data type |
cast64BitIntToFi | Cast 64-bit integer types to an equivalent fi object
type |
castFiToInt | Cast fi object to equivalent integer data type |
castFiToMATLAB | Cast fi object type to an equivalent built-in MATLAB data type |
castIntToFi | Cast an integer data type to equivalent fi type |
num2str | Convert numbers to character array |
reinterpretcast | Convert fixed-point or integer data types without changing underlying data |
rescale | Change scaling of fi object |
storedInteger | Stored integer value of fi object |
storedIntegerToDouble | Convert stored integer value of fi object to built-in double
value |
stripscaling | Stored integer of fi object |
숫자형 값 제한
eps | Quantized relative accuracy for fi or
quantizer objects |
intmax | Largest positive stored integer value representable by numerictype of fi object |
intmin | Smallest stored integer value representable by numerictype of fi object |
realmax | Largest positive fixed-point value or quantized number |
realmin | Smallest positive normalized fixed-point value or quantized number |
쿼리 유형 및 값
fixed.extractNumericType | Extract numeric type from input |
isboolean | 입력값이 부울인지 확인 |
isdouble | 입력값이 배정밀도 데이터형인지 확인 |
isfi | Determine whether variable is fi object |
isfimath | Determine whether variable is fimath object |
isfimathlocal | Determine whether fi object has local
fimath |
isfipref | Determine whether input is fipref object |
isfixed | Determine whether input is fixed-point data type |
isnumerictype | Determine whether input is numerictype object |
ispropequal | Determine whether properties of two fi objects are
equal |
isquantizer | Determine whether input is quantizer object |
isscaleddouble | Determine whether input is scaled double data type |
isscaledtype | Determine whether input is fixed-point or scaled double data type |
isscalingbinarypoint | Determine whether input has binary point scaling |
isscalingslopebias | Determine whether input has nontrivial slope and bias scaling |
isscalingunspecified | Determine whether input has unspecified scaling |
issigned | Determine whether fi object is signed |
issingle | Determine whether input is single-precision data type |
isslopebiasscaled | Determine whether numerictype object has nontrivial slope and
bias scaling |
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)