conj 函数

conj 函数

Complex conjugate

复共轭

Syntax

语法

ZC = conj(Z)

Description

描述

ZC = conj(Z) returns the complex conjugate of the elements of Z.

ZC=conj(Z)返回Z元素的复共轭。

Algorithm

算法:

If Z is a complex array:

如果Z是一个复形阵列:

conj(Z) = real(Z) - i*imag(Z)

你可能感兴趣的:(Algorithm,算法)