数组和矩阵数学
数组和矩阵运算、多项式拟合
您可以使用 DSP System Toolbox™ 中的 System object 和模块对数组和矩阵执行一些数学运算。这些运算包括简单运算,如加法、减法、乘法和除法,以及更复杂的运算,如累积和、累积乘积和归一化。您也可以从矩阵中提取对角线以及上三角形和下三角形。此外,DSP System Toolbox 的模块还可以执行最小二乘意义上的多项式拟合,计算多项式,以及确定多项式的根是否在单位圆内。
模块
主题
- Compute Difference of a Matrix
Simulink® model example that shows how to calculate the rowwise and columnwise difference of a matrix.
- Compute Maximum Column Sum of Matrix
Simulink model example that shows how to calculate the max column sum of a matrix.
- Compute Matrix Exponential
Use the Matrix Exponential block to compute the matrix exponential of a square matrix.
- Variable-Size Signal Support DSP System Objects
List of System objects that support variable-sized signals in DSP System Toolbox.