主要内容

传递函数模型

传递函数模型

传递函数模型使用多项式的比率描述系统输入和输出之间的关系。模型阶数等于分母多项式的阶数。分母多项式的根称为模型极点。分子多项式的根称为模型零点

传递函数模型的参数是其极点、零点和传输延迟。

在连续时间下,传递函数模型采用以下形式:

Y(s)=num(s)den(s)U(s)+E(s)

这里,Y(s)、U(s) 和 E(s) 分别表示输出、输入和噪声的拉普拉斯变换。num(s) 和 den(s) 表示定义输入和输出之间的关系的分子和分母多项式。

有关详细信息,请参阅What Are Transfer Function Models?

App

系统辨识从测量数据辨识动态系统模型

函数

全部展开

idtfTransfer function model with identifiable parameters
tfest估计传递函数模型
pemPrediction error minimization for refining linear and nonlinear models
spectrumestEstimate transfer function model for power spectrum data (自 R2022b 起)
delayest根据数据估计时间延迟(死区时间)
initSet or randomize initial parameter values
tfdata访问传递函数数据
getpvecObtain model parameters and associated uncertainty data
setpvecModify values of model parameters
getparObtain attributes such as values and bounds of linear model parameters
setparSet attributes such as values and bounds of linear model parameters
addMinPhaseAdd minimum phase to frequency response magnitude (自 R2022b 起)
tfestOptionsOption set for tfest
spectrumestOptionsOption set for spectrumest (自 R2022b 起)

主题

传递函数模型基础知识

估计传递函数模型

频域故障排除

模型初始化和结构参数

精选示例