conj
Complex conjugate
Syntax
ZC = conj(Z)
Description
ZC = conj(Z)
returns the complex conjugate of the elements of Z
.
Algorithms
If Z
is a complex array:
conj(Z) = real(Z) - i*imag(Z)
Complex conjugate
ZC = conj(Z)
ZC = conj(Z)
returns the complex conjugate of the elements of Z
.
If Z
is a complex array:
conj(Z) = real(Z) - i*imag(Z)