You are here: Symbol Reference > LinearSystems Namespace > Functions > LinearSystems.ZeroPoleToStateSpace Function
DSP Master VCL
ContentsIndex
PreviousUpNext
LinearSystems.ZeroPoleToStateSpace Function

Convert transfer function from zero-pole to state-space form.

Pascal
procedure ZeroPoleToStateSpace(const A: TMtx; const B: TVec; const C: TVec; out D: Double; const z: TVec; const p: TVec; const k: Double);

Convert a transfer function defined with zeros Z and poles P and gain K in to its state space presentation of the real valued A matrix, B,C vectors and D value.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!