主要内容

定点数学功能

MATLAB®functions that support fixed-point data types

Create and manipulate fixed-point matrices and arrays. Use arithmetic, linear algebra, trigonometric, statistics, and complex math functions that support fixed-point data types.

Functions

展开全部

Array Creation

冒号, : Create vectors, array subscripting
eye Create identity matrix with fixed-point properties
那些 创建具有定点属性的所有数组
zeros Create array of all zeros with fixed-point properties

Array and Matrix Manipulation

Horzcat Concatenate multiplefi水平对象
sort Sort elements of real-valuedfiobject in ascending or descending order
subsasgn 订阅分配
subsref Subscripted reference
vertcat Vertically concatenate multiplefi对象

基本阵列和矩阵信息

isequivalent 确定是否两个数字型对象具有等效属性
iSfloat Determine whether input is floating-point data type
max 阵列中的最大元素fi对象
min Smallest element in array offi对象
numel Number of data elements infi大批

数组和矩阵操作员

ctranspose 复杂的共轭转置fiobject
minus Matrix difference betweenfi对象
mpower Fixed-point matrix power (^)
mrdivide 右矩阵部
mtimes 矩阵产品fi对象
plus Matrix sum offi对象
qr Orthogonal-triangular decomposition
rdivide Right-array division
ShiftData Shift data to operate on specified dimension
sum 总和fi数组元素
times Element-by-element multiplication offi对象
uminus Negate elements offiobject array
unshiftdata Inverse ofShiftData

Linear System Solvers and Matrix Factorizations

固定。背启动 Solve upper-triangular system of equations through backward substitution
fixed.forwardSubstitute 通过前向替换解决下三角形的方程式
fixed.qlessQR 无Q-QR分解
recix.qlessqrupdate Update QR factorization
recied.qrab 计算C=Q'*B和上三角因子R
fixed.qrMatrixSolve Solve system of linear equationsAx=Bforx使用QR分解
recix.qlessqrmatrixsolve Solve system of linear equations (A'A)x=Bforxusing Q-less QR decomposition

Specialized Matrices

toeplitz Create Toeplitz matrix
abs Absolute value offiobject
complex 构建复合物fiobject from real and imaginary parts
conj 复杂的结合fiobject
sign 在数组上执行符号功能(信号函数)
eps Quantized relative accuracy forfiorquantizer对象
intmax 最大的正存储整数值可代表数字型offiobject
intmin Smallest stored integer value representable by数字型offiobject
NextPow2 Exponent of next higher power of 2 offiobject
pow2 Efficient fixed-point multiplication by 2K
力量 Fixed-point element-wise power
sqrt Square root offiobject
accumneg Subtract twofi对象or values
accumpos Add twofi对象or values
add Add twofi对象使用fimathobject
atan2 定点值的四季度逆切线
ceilDiv Round the result of division toward positive infinity
转换 Convolution and polynomial multiplication offi对象
cos 余弦fiobject
divide Divide twofi对象
fixDiv Round the result of division toward zero
floorDiv 将分裂的结果归于负无穷大
innerprodintbits Number of integer bits needed for fixed-point inner product
mpy 使用两个对象使用fimathobject
最近 Round the result of division toward the nearest integer
NNZ Number of nonzero elements infiobject
normalizedReciprocal 计算normalized reciprocal
sin Sine of fixed-point values
sqrt Square root offiobject
sub Subtract twofi对象使用fimathobject
bin Unsigned binary representation of stored integer offiobject
bin2num Convert two's complement binary string to number usingquantizerobject
12月 存储的整数的未签名小数表示fiobject
12月2base 将小数整数转换为基础 -nrepresentation forfi对象
12月2bin 将小数整数转换为其二进制表示fi对象
DEC2HEX Convert decimal integer to its hexadecimal representation forfi对象
十六进制 十六进制翅tation of stored integer offiobject
hex2num Convert hexadecimal string to number usingquantizerobject
num2bin 使用数字转换为二进制表示quantizerobject
NUM2HEX 使用数字转换为十六进制的同等用途quantizerobject
num2int Convert number to signed integer usingquantizerobject
oct 存储的整数的八分代表示fiobject
SDEC 存储的整数的签名小数表示fiobject
eq Determine whether real-world values of twofi对象相等
ge 确定一个现实世界的价值是否fiobject is greater than or equal to another
gt 确定一个现实世界的价值是否fiobject is greater than another
le Determine whether real-world value offi对象小于或等于另一个
lt 确定一个现实世界的价值是否fiobject is less than another
ne Determine whether real-world values of twofi对象are not equal

舍入功能

ceil Rounds toward positive infinity
转换ergent 朝最近的整数往圆形,带有领带舍入到最近的整数
fix 朝零
floor 朝着负无穷大
nearest 圆形朝最近的整数,领带朝向正无穷大
圆形的 Roundfi对象使用最近的整数或圆形输入数据quantizerobject

Modulus and Remainder Functions

mod Modulus after division forfi对象
modbyConstant 通过常数分母分裂后的模量
errmean Mean of quantization error
errpdf 量化误差的概率密度函数
errvar 量化误差的差异
logreport Quantization report
maxlog Log maximums
minlog 最小值
noperations 操作数量
noverflows Number of overflows
nunderflows 下面的数量
resetlog 清除日志fiorquantizerobject
意思是 定点阵列的平均值或平均值
中位数 Median value of fixed-point array