主要内容

模型类型和其他转换

转换控制设计模型类型,降低模型阶数

函数

idfrdFrequency response data or model
idpolyPolynomial model with identifiable parameters
idtfTransfer function model with identifiable parameters
idssState-space model with identifiable parameters
comprealCompute companion state-space realization (自 R2023b 起)
modalrealCompute modal state-space realization (自 R2023b 起)
noisecnvTransform identified linear model with noise channels to model with measured channels only
translatecovTranslate parameter covariance across model transformation operations
merge合并估计模型
append通过追加模型的输入和输出分组模型
noise2measNoise component of linear identified model
absorbDelayReplace time delays by poles at z = 0 or phase shift
chgTimeUnitChange time units of dynamic system
chgFreqUnitChange frequency units of frequency-response data model
fdelDelete specified data from frequency response data (FRD) models
stack沿数组维度堆叠模型或模型数组以构建模型数组
ss2ssState coordinate transformation for state-space model

主题