Z-trans/respol1.py
author Puneeth Chaganti <punchagan@fossee.in>
Fri, 27 May 2011 14:24:59 +0530
changeset 0 0efde00f9229
permissions -rw-r--r--
Initial commit.

#!/usr/bin/python
## 4.6

from respol import respol

import scipy as sp
from scipy import signal

num = sp.array([2,2,0])
den = sp.array([1,2,-3])

res, pol = respol(num,den)