Usage
## S3 method for class 'default':
sftrans(Sz, Sp, Sg, W, stop = FALSE, \ldots)
## S3 method for class 'Arma':
sftrans(Sz, W, stop = FALSE, \ldots)
## S3 method for class 'Zpg':
sftrans(Sz, W, stop = FALSE, \ldots)
Arguments
Sz
In the generic case, a model to be transformed. In the
default case, a vector containing the zeros in a pole-zero-gain model.
Sp
a vector containing the poles in a pole-zero-gain model.
Sg
a vector containing the gain in a pole-zero-gain model.
W
critical frequencies of the target filter specified in
radians. W
must be a
scalar for low-pass and high-pass filters, and W
must be a
two-element vector c(low, high)
specifying the lower and
uppe
stop
FALSE
for a low-pass or band-pass filter,
TRUE
for a high-pass or band-stop filter.
...
additional arguments (ignored).