Function Reference | ![]() ![]() |
Form a model with complex conjugate coefficients
Syntax
Description
sysc = conj(sys)
is an constructs a complex conjugate model sysc
by applying complex conjugation to all coefficients of the LTI model sys
. This function accepts LTI models in transfer function (TF), zero/pole/gain (ZPK), and state space (SS) formats.
Example
If sys
is the transfer function
then conj(sys)
produces the transfer function
This operation is useful for manipulating partial fraction expansions.
See Also
append
Append LTI systems
ss
Specify or convert to state-space form
tf
Specify or convert to transfer function form
zpk
Specify or convert to zero-pole-gain form
![]() | chgunits | connect | ![]() |