Beta Phase: Square45 is currently in beta testing. Expect some features or content to be incomplete or missing.
45

State-Space Averaging Model

A technique for deriving averaged, continuous-time models from switched-mode converters. It approximates the system dynamics by averaging the switching function over the switching period, leading to equations like \frac{d\vec{x}}{dt} = \vec{A}_{avg}\vec{x} + \vec{B}_{avg}\vec{u}.
📜

The statement of the theorem

Let x(t)\vec{x}(t) be the state vector and u(t)\vec{u}(t) be the input vector. The averaged model is derived by approximating the time-varying dynamics dxdt=f(x,u,s(t))\frac{d\vec{x}}{dt} = f(\vec{x}, \vec{u}, s(t)) using the average operator \langle \cdot \rangle: dxdtAavgx+Bavgu\frac{d\vec{x}}{dt} \approx \vec{A}_{avg}\vec{x} + \vec{B}_{avg}\vec{u} where Aavg=fx\vec{A}_{avg} = \langle \frac{\partial f}{\partial \vec{x}} \rangle and Bavg=fu\vec{B}_{avg} = \langle \frac{\partial f}{\partial \vec{u}} \rangle, representing the time average over the switching period TsT_s.