cupyx.scipy.signal.zpk2ss#

cupyx.scipy.signal.zpk2ss(z, p, k)[source]#

Zero-pole-gain representation to state-space representation

Parameters:
  • z (sequence) – Zeros and poles.

  • p (sequence) – Zeros and poles.

  • k (float) – System gain.

Returns:

A, B, C, D – State space representation of the system, in controller canonical form.

Return type:

ndarray