gpoly {RSEIS} | R Documentation |
Convert Poles and Zeros to Polynomial
Description
Get Polynomial from Poles and Zeros
Usage
gpoly(x)
Arguments
x |
complex vector of poles or zeros |
Value
vector of coefficients
Author(s)
Jonathan M. Lees<jonathan.lees.edu>
Examples
K <- PreSet.Instr()
## convert zeros to polynomial coefficients
gpoly(K[[1]]$zeros)
[Package RSEIS version 4.2-0 Index]