You are here: Symbol Reference > Dew.Signal Namespace > LinearSystems Class > LinearSystems Methods > ZeroPoleToStateSpace Method
Dew DSP for .NET
Contents
PreviousUpNext
LinearSystems.ZeroPoleToStateSpace Method

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

C#
public ZeroPoleToStateSpace(TMtx A, TVec B, TVec C, ref double D, TVec z, TVec p, double k);

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.

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