【 MATLAB 】conj 函数介绍(复共轭)

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)

你可能感兴趣的:(#,区)