Zero-pole-gain to transfer function
Convert digital filter zero-pole-gain data to transfer function form
zp2tf(z, p, g = 1)
z |
complex vector of the zeros of the model |
p |
complex vector of the poles of the model |
g |
overall gain. Default: 1. |
A list of class "Arma" with the following list elements:
moving average (MA) polynomial coefficients
autoregressive (AR) polynomial coefficients
Geert van Boxtel, gjmvanboxtel@gmail.com
g <- 1 z <- c(0, 0) p <- pracma::roots(c(1, 0.01, 1)) ba <- zp2tf(z, p, g)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.