主要内容

时域和频域分析

系统响应,如波特图和阶跃响应;系统特性,如响应时间和超调;仿真

您可以使用时域和频域分析命令计算和可视化 SISO 和 MIMO 系统响应,如波特图、尼柯尔斯图、阶跃响应和冲激响应。您还可以提取系统特性,如上升时间和稳定时间、超调和稳定裕度。大多数线性分析命令都可以返回响应数据或生成响应图。要开始使用绘制命令,请参阅绘制系统响应。要创建其属性可在命令行中自定义的绘图,请参阅绘制自定义

App

线性系统分析器分析线性时不变 (LTI) 系统的时间和频率响应

函数

全部展开

step动态系统的阶跃响应
stepinfo上升时间、稳定时间和其他阶跃响应特征
impulse动态系统的冲激响应图;冲激响应数据
initial系统对状态空间模型的初始状态的响应
lsim计算动态系统对任意输入的时间响应仿真数据
lsiminfoCompute linear response characteristics
gensigCreate periodic signals for simulating system response with lsim
covarOutput and state covariance of system driven by white noise
RespConfigOptions for step or impulse responses (自 R2023a 起)
bode动态系统的波特频率响应
bodemag Magnitude-only Bode plot of frequency response
nyquist动态系统的奈奎斯特响应
nichols动态系统的尼柯尔斯响应
sigma动态系统的频率响应的奇异值
freqrespEvaluate system response over a grid of frequencies
evalfr计算特定频率下的系统响应
dcgainLTI 系统的低频 (DC) 增益
bandwidth频率响应带宽
getPeakGainPeak gain of dynamic system frequency response
getGainCrossoverCrossover frequencies for specified gain
fnormPointwise peak gain of FRD model
normNorm of linear model
db2mag将分贝 (dB) 转换为幅值
mag2db将幅值转换为分贝 (dB)
getLoopTransferOpen-loop transfer function of control system represented by genss model
getIOTransferClosed-loop transfer function from generalized model of control system
getSensitivitySensitivity function from generalized model of control system
getCompSensitivityComplementary sensitivity function from generalized model of control system

实时编辑器任务

创建绘图Interactively create linear analysis response plots in the Live Editor (自 R2022b 起)

模块

LTI SystemSimulink 中使用线性时不变系统模型对象
LPV System对线性参数变化 (LPV) 系统进行仿真

主题

分析图基础知识

时域分析

频域分析

线性系统分析器

具有时滞的系统

  • Analysis of Systems with Time Delays
    The time and frequency responses of delay systems can have features that can look odd to those only familiar with delay-free LTI analysis.
  • Analyzing Control Systems with Delays
    Many processes involve dead times, also referred to as transport delays or time lags. Controlling such processes is challenging because delays cause phase shifts that limit the control bandwidth and affect closed-loop stability.

应用