21.7
La représentation de l'espace d'état est un outil puissant pour simuler des systèmes physiques sur des ordinateurs numériques, ce qui nécessite la con…
La représentation de l’espace d’état est utilisée pour simuler des systèmes physiques sur des ordinateurs numériques. Pour cela, la fonction de transfert doit d’abord être convertie en espace d’état.
Considérons une équation différentielle linéaire d’ordre n avec des coefficients constants.
La sortie et ses dérivées n-1 sont choisies comme variables d’état. En dérivant ces séries d’équations et en les substituant dans les équations d’origine, on obtient les équations d’état.
Chaque variable d’état suivante est définie comme la dérivée de la précédente.
Les équations résultantes sont ensuite représentées sous forme de matrice vectorielle, créant un motif distinct de 1 et de 0 ainsi que les coefficients négatifs de l'équation différentielle. Cette structure unique est la forme à variable de phase des équations d’état.
Considérons une fonction de transfert. L’équation est multipliée par un croisement, et l’équation différentielle correspondante est ensuite trouvée en prenant la transformée de Laplace inverse, en supposant des conditions initiales nulles.
Les variables d’état sont choisies comme dérivées successives.
La dérivation est ensuite appliquée aux deux côtés de l’équation, ce qui donne les équations d’état et l’équation de sortie.
Ces équations sont ensuite présentées sous forme de matrice vectorielle.
View the full transcript and gain access to JoVE Core videos
Q1: Why is state-space representation necessary for simulating physical systems on digital computers?
State-space representation enables digital simulation of physical systems by converting transfer functions into a matrix form suitable for computational processing. This vector-matrix format allows computers to efficiently model and analyze dynamic system behavior. The structured representation with state variables and their derivatives provides a clear mathematical framework for numerical computation and system analysis.
Q2: How do you select state variables when converting a transfer function to state space?
State variables are chosen as the output and its n-1 derivatives for an nth-order system. In practical applications like RLC circuits, the voltage across the capacitor and current through the inductor serve as state variables. Each subsequent state variable is defined as the derivative of the previous one, creating a systematic hierarchy that captures the system's dynamic behavior.
Q3: What is the phase-variable form in state-space representation?
The phase-variable form is the unique matrix structure created when state equations are represented in vector-matrix form. It displays a distinct pattern of 1's and 0's along with the negative coefficients from the original differential equation. This standardized structure provides a clear and concise method for simulating and analyzing the dynamic behavior of linear systems.
Q4: What steps are involved in converting a transfer function to state-space form?
First, cross-multiply the transfer function and apply the inverse Laplace transform assuming zero initial conditions to obtain the differential equation. Next, select state variables as successive derivatives of the output. Differentiate both sides of the equation to generate state equations, then represent these equations in vector-matrix form to complete the conversion.
Q5: How does the state-space representation relate to the inverse conversion process?
State-space representation and its inverse conversion form a complementary pair in control systems analysis. While state-space converts transfer functions into matrix form for time-domain simulation, the reverse process converts state-space back to transfer functions. Understanding both transformations is essential for comprehensive system modeling and analysis in control engineering applications.
Q6: Why are zero initial conditions assumed when converting transfer functions to state space?
Zero initial conditions simplify the mathematical conversion by allowing direct application of the inverse Laplace transform without accounting for initial energy stored in the system. This assumption creates a standard baseline for the conversion process and ensures the resulting state equations accurately represent the system's response to external inputs from a relaxed initial state.
Q7: How does an RLC circuit example illustrate state-space conversion?
In a series RLC circuit, the voltage across the capacitor and current through the inductor are selected as state variables. The transfer function is cross-multiplied to obtain the differential equation, then converted to state-space form using successive derivatives. This practical example demonstrates how physical circuit components map to state variables and how the resulting matrix equations model the circuit's dynamic response.