Main Content

Linearization Basics

Define system to linearize, plot linear response, validate linearization results

You can linearize a Simulink®model at the default operating point defined in the model. For more information, seeLinearize Simulink Model at Model Operating Point. You can also specify an operating point found using an optimization-based search or at a simulation time.

提取的线性响应portion of your model, you can define specific linearization input and output points. For more information, seeSpecify Portion of Model to Linearize. After linearization, you can analyze and validate your results in both the time domain and frequency domain.

Apps

Model Linearizer Linearize金宝appmodels

Tools

Control Design Onramp with Simulink Self-paced, interactive tutorial included with金宝appControl Designlicense

Functions

linearize Linear approximation of金宝appmodel or subsystem
linearizeOptions Set linearization options
getlinio Obtain linear analysis points from金宝appmodel, Linear Analysis Plots block, or Model Verification block
linio Create linear analysis point for金宝appmodel, Linear Analysis Plots block, or Model Verification block
setlinio Save linear analysis points to金宝appmodel, Linear Analysis Plots block, or Model Verification block
linlft Linearize model while removing contribution of specified blocks
linlftfold Combine linearization results from specified blocks and model
fastRestartForLinearAnalysis Fast restart for linear analysis

Topics

开始

  • Linearize Nonlinear Models
    Obtain a linear approximation of a nonlinear system that is valid in a small region around an operating point.
  • Choose Linearization Tools
    Simulink Control Design™software lets you perform linear analysis of nonlinear models using a user interface, functions, or blocks.
  • Exact Linearization Algorithm
    Simulink Control Designsoftware linearizes models using a block-by-block approach. The software individually linearizes each block in a Simulink model and produces the linearization of the overall system by combining the individual block linearizations.
  • Linearize Simulink Model at Model Operating Point
    Linearize a model at the operating point specified in the model. The model operating point consists of the model initial state values and input signals.
  • Linearize Plant
    You can linearize a block or subsystem in your Simulink model without defining separate analysis points for the block inputs and outputs. The specified block or subsystem is isolated from the rest of the model before linearization.
  • Compute Open-Loop Response
    You can analyze and compute the combined response of the plant and controller, excluding the effects of the feedback loop.
  • Order States in Linearized Model
    You can control the order of the states in a linearized model. This state order appears in linearization results.

Operating Point Specification

Specify Portion of Model

Models with Special Characteristics

Analysis and Validation

Code Generation