Learn R Programming

RSEIS (version 2.1-6)

gpoly: 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

Examples

Run this code
K = PreSet.Instr()

##  convert zeros to polynomial coefficients

gpoly(K[[1]]$zeros)

Run the code above in your browser using DataLab