Frequency Response Function
zvalue.RdThis function evaluates a rational matrix at one given (complex) arguments.
It is the non-plural version of zvalues.
Usage
zvalue(obj, z, ...)
# S3 method for lpolm
zvalue(obj, z = NULL, ...)
# S3 method for polm
zvalue(obj, z = NULL, ...)
# S3 method for lmfd
zvalue(obj, z = NULL, ...)
# S3 method for rmfd
zvalue(obj, z = NULL, ...)
# S3 method for stsp
zvalue(obj, z = NULL, ...)Arguments
- obj
(rational) matrix object, i.e. a
polm,lpolm,lmfd,rmfd,stspobject or an object which may be coerced to a polynomial matrix withpolm(obj). The defaultS3method first coerces the input argumentobjto apolmobject. If this fails an error is thrown.- z
(numeric or complex) vector of length one at which to evaluate the rational matrix.
- ...
optional additional parameters