Return zero, pole, gain (z,p,k) representation from a numerator, denominator representation of a linear filter.
| Parameters: | b : ndarray 
 a : ndarray 
  | 
|---|---|
| Returns: | z : ndarray 
 p : ndarray 
 k : float 
 If some values of b are too close to 0, they are removed. In that case, a : BadCoefficients warning is emitted. :  |