gpoly: Convert Poles and Zeros to Polynomial

gpolyR 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)


RSEIS documentation built on Aug. 19, 2023, 5:07 p.m.