主要内容

用于编程和数据类型的函数

用于按位运算、数据类型运算符和工具以及程序控制的函数

fi 对象执行按位操作,操作 fi 对象的数据类型,并使用支持定点数据类型的函数开发算法。

函数

全部展开

bitand两个 fi 对象的按位 AND
bitandreduceReduce consecutive slice of bits to one bit by performing bitwise AND operation
bitcmpfi 对象的按位补码
bitconcat串联 fi 对象的位
bitget获取在特定位置上的位
bitor两个 fi 对象的按位 OR
bitorreduceReduce consecutive slice of bits to one bit by performing bitwise OR operation
bitreplicate复制和串联 fi 对象的位
bitrolBitwise rotate left
bitrorBitwise rotate right
bitsetSet bit at specific location
bitshift将位移动指定位数
bitsliceget获取位的连续切片
bitsll逻辑左移位
bitsra算术右移位
bitsrl逻辑右移位
bitxor两个 fi 对象的按位 XOR
bitxorreduceReduce consecutive slice of bits to one bit by performing bitwise exclusive OR operation
getlsb最低有效位
getmsb最高有效位
doublefi 对象的双精度浮点真实值
singlefi 对象的单精度浮点真实值
intGet and set stored integer value of fi object
int8fi 对象转换为有符号 8 位整数
int16Convert fi object to signed 16-bit integer
int32Convert fi object to signed 32-bit integer
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
cast64BitIntToFiCast 64-bit integer types to an equivalent fi object type
castFiToIntCast fi object to equivalent integer data type
castFiToMATLABCast fi object type to an equivalent built-in MATLAB data type
castIntToFiCast an integer data type to equivalent fi type
num2str将数值转换为字符数组
reinterpretcast转换定点或整数数据类型而不更改基础数据
rescale更改 fi 对象的定标
storedInteger获取 fi 对象的存储整数值
storedIntegerToDoublefi 对象的存储整数值转换为内置双精度值
stripscalingfi 对象的存储整数
epsfiquantizer 对象的量化相对精度
intmax可由 fi 对象的 numerictype 表示的最大存储正整数值
intmin可由 fi 对象的 numerictype 表示的最小存储整数值
realmax最大正定点值或量化数
realminSmallest positive normalized fixed-point value or quantized number
fixed.extractNumericTypeExtract numeric type from input (自 R2021a 起)
isboolean确定输入是否为布尔值
isdouble确定输入是否为双精度数据类型
isfi确定变量是否为 fi 对象
isfimath确定变量是否为 fimath 对象
isfimathlocal确定 fi 对象是否具有局部 fimath
isfipref确定输入是否为 fipref 对象
isfixed确定输入是否为定点数据类型
isnumerictype确定输入是否为 numerictype 对象
ispropequal确定两个 fi 对象的属性是否相等
isquantizer确定输入是否为 quantizer 对象
isscaleddouble确定输入是否为定标双精度数据类型
isscaledtype确定输入是定点还是定标双精度数据类型
isscalingbinarypoint确定输入是否具有二进制小数点定标
isscalingslopebias确定输入是否具有非平凡斜率和偏置定标
isscalingunspecifiedDetermine whether input has unspecified scaling
issigned确定 fi 对象是否为有符号对象
issingle确定输入是否为单精度数据类型
isslopebiasscaled确定 numerictype 对象是否具有非平凡斜率和偏置定标
filter1-D digital filter of fi objects
for用来重复指定次数的 for 循环