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

Small-Signal Model (SSM)

A linear approximation of the converter's behavior around an operating point (DC bias). It is used for stability analysis and control design, typically represented by transfer functions or state-space matrices.
📜

The statement of the theorem

Linearization around the steady-state operating point (x0,u0)(\vec{x}_0, \vec{u}_0) yields the small-signal model (SSM) for the deviation variables Δx=xx0\Delta\vec{x} = \vec{x} - \vec{x}_0 and Δu=uu0\Delta\vec{u} = \vec{u} - \vec{u}_0: d(Δx)dt=AssΔx+BssΔu\frac{d(\Delta\vec{x})}{dt} = \vec{A}_{ss}\Delta\vec{x} + \vec{B}_{ss}\Delta\vec{u} where Ass=fx(x0,u0)\vec{A}_{ss} = \left. \frac{\partial f}{\partial \vec{x}} \right|_{(\vec{x}_0, \vec{u}_0)} and Bss=fu(x0,u0)\vec{B}_{ss} = \left. \frac{\partial f}{\partial \vec{u}} \right|_{(\vec{x}_0, \vec{u}_0)} are the Jacobian matrices.