[a, b, c, d] =
zp2ss (z, p, k)
¶Conversion from zero / pole to state space.
Inputs
Vectors of (possibly) complex poles and zeros of a transfer function. Complex values must come in conjugate pairs (i.e., x+jy in z means that x-jy is also in z).
Real scalar (leading coefficient).
Outputs
The state space system, in the form:
. x = Ax + Bu y = Cx + Du
Package: signal