gpoly {RSEIS} | R Documentation |
Get Polynomial from Poles and Zeros
gpoly(x)
x |
complex vector of poles or zeros |
vector of coefficients
Jonathan M. Lees<jonathan.lees.edu>
K = PreSet.Instr() ## convert zeros to polynomial coefficients gpoly(K[[1]]$zeros)