[SciPy-User] [SciPy-user] zplane function equivalent

ninjasmith henrylindsaysmith at gmail.com
Fri Oct 2 12:03:28 EDT 2009


replying to my own post.

using the functon 

scipy.signal.tf2zpk gives the poles and zeros which can then be plotted
using

scatter(real(p),imag(p))
scatter(real(z),imag(z))



ninjasmith wrote:
> 
> Hi,
> 
> I'm looking for a function that performs the equivalent of zplane in
> matlab.  That is I have the coefficients of a filter and I would like to
> see the poles and zeros plotted on the zplane.
> 
> anyone managed this before?  I guess I could find the roots myself and
> then build a custom plot to do it but I'd rather not :)
> 

-- 
View this message in context: http://www.nabble.com/zplane-function-equivalent-tp25702338p25716724.html
Sent from the Scipy-User mailing list archive at Nabble.com.




More information about the SciPy-User mailing list