主要内容

本页采用了机器翻译。点击此处可查看英文原文。

响应计算和可视化

分析时间响应图和频率响应图上的模型响应

您可以使用 System Identification Toolbox™ 函数绘制并可视化动态系统模型的响应。此外,您还可以通过绘图选项和属性来自定义绘图。

函数

全部展开

辨识模型

simSimulate response of identified model
simOptionsOption set for sim
findstatesEstimate initial states of model
findstatesOptionsOption set for findstates
spectrum绘制或返回时间序列模型的输出功率谱或线性输入/输出模型的扰动谱
data2stateMap past data to states of state-space and nonlinear ARX models

动态系统模型

bode动态系统的波特频率响应
nyquist动态系统的奈奎斯特响应
step动态系统的阶跃响应
stepinfo上升时间、稳定时间和其他阶跃响应特征
impulse动态系统的冲激响应图;冲激响应数据
lsim计算动态系统对任意输入的时间响应仿真数据
lsiminfo计算线性响应特征
pzmap动态系统的零极点图
iopzmap使用默认选项绘制动态系统的 I/O 对组的零极点图

辨识模型

spectrumplotPlot disturbance spectrum of linear identified models

动态系统模型

bodeplotPlot Bode frequency response of dynamic system
bodemag Magnitude-only Bode plot of frequency response
nyquistplotPlot Nyquist response of dynamic system
stepplotPlot step response of dynamic system
impulseplotPlot impulse response of dynamic system
lsimplotPlot simulated time response of dynamic system to arbitrary inputs
pzplotPlot pole-zero map of dynamic system
iopzplotPlot pole-zero map for input-output pairs of dynamic system
addResponseAdd dynamic system response to existing response plot (自 R2024b 起)
showConfidence在响应图上显示已辨识模型的置信边界
zoomcp将奈奎斯特图放大至临界点附近区域
spectrumoptionsOption set for spectrumplot
RespConfigOptions for step or impulse responses (自 R2023a 起)
bodeoptionsPlot options for bodeplot
nyquistoptionsCreate list of Nyquist plot options
timeoptionsCreate list of time plot options
pzoptionsOptions for pole-zero plots
getoptions获取 idplotspectrumplot 的选项
setoptions设置 idplotspectrumplot 的选项
identpref配置 System Identification Toolbox 设置

属性

全部展开

ImpulsePlot PropertiesAccess impulse plot properties (自 R2024b 起)
LSimPlot PropertiesAccess simulated time response plot properties (自 R2024b 起)
StepPlot PropertiesAccess step plot properties (自 R2024b 起)
BodePlot PropertiesAccess Bode plot properties (自 R2024b 起)
NyquistPlot PropertiesAccess Nyquist plot properties (自 R2024b 起)
HSVPlot PropertiesAccess Hankel singular value plot properties (自 R2024b 起)
IOPZPlot PropertiesAccess input-output pole-zero plot properties (自 R2024b 起)
PZPlot PropertiesAccess pole-zero plot properties (自 R2024b 起)

主题