Main Content

本页翻译不是最新的。点击此处可查看最新英文版本。

LPV 和 LTV 模型

线性参数变化和线性时变模型

创建、操作、分析和仿真线性参数变化 (LPV) 和线性时变模型 (LTV)。这些模型可以逼近非线性系统,并允许您高效地将线性设计方法应用于非线性模型。

借助可用的功能,您可以:

  • 基于数学表达式创建 LPV 或 LTV 模型。

  • 创建 LPV 或 LTV 模型,在工况网格上进行线性化结果插值。

  • 仿真时间响应。

  • 指定不同模型之间以及与 LTI 模型之间的基于信号的连接。

  • 在参数网格上对动态特性进行采样以获得局部 LTI 逼近。

  • 离散化和重采样 LPV 或 LTV 模型。

函数

全部展开

lpvssLinear parameter-varying state-space model (自 R2023a 起)
ltvssLinear time-varying state-space model (自 R2023a 起)
getTestValueAccess test values for validating data function (自 R2023a 起)
setTestValueModify test values for validating data function (自 R2023a 起)
findopCompute operating condition from specifications (自 R2023b 起)
sample(Not recommended) Sample linear parameter-varying or time-varying dynamics (自 R2023a 起)
ssInterpolantBuild gridded LTV or LPV model from state-space data (自 R2023a 起)
stepStep response of dynamic system
impulseImpulse response plot of dynamic system; impulse response data
lsimPlot simulated time response of dynamic system to arbitrary inputs; simulated response data
initialSystem response to initial states of state-space model
RespConfigOptions for step or impulse responses (自 R2023a 起)
feedbackFeedback connection of multiple models
connectBlock diagram interconnections of dynamic systems
series两个模型的串联连接
parallelParallel connection of two models
lftGeneralized feedback interconnection of two models (Redheffer star product)
c2d将模型从连续时间转换为离散时间
d2cConvert model from discrete to continuous time
d2dResample discrete-time model
xperm Reorder states in state-space models
sminrealEliminates structurally disconnected states, delays, and blocks

模块

全部展开

LPV System对线性参数变化 (LPV) 系统进行仿真
Varying Lowpass FilterButterworth filter with varying coefficients
Varying Notch FilterNotch filter with varying coefficients
PID Controller连续时间或离散时间 PID 控制器
PID Controller (2DOF)连续时间或离散时间二自由度 PID 控制器
Varying Transfer FunctionTransfer function with varying coefficients
Varying State SpaceState-space model with varying matrix values
Varying Observer FormObserver-form state-space model with varying matrix values
Discrete Varying LowpassDiscrete Butterworth filter with varying coefficients
Discrete Varying NotchDiscrete-time notch filter with varying coefficients
Discrete PID Controller (2DOF)离散时间或连续时间二自由度 PID 控制器
Discrete PID Controller离散时间或连续时间 PID 控制器
Discrete Varying Transfer FunctionDiscrete-time transfer function with varying coefficients
Discrete Varying State SpaceDiscrete-time state-space model with varying matrix values
Discrete Varying Observer FormDiscrete-time observer-form state-space model with varying matrix values

主题

LTV 和 LPV 模型基础知识

使用解析 LTV 和 LPV 模型

使用网格化 LTV 和 LPV 模型