|
EDA365欢迎您登录!
您需要 登录 才可以下载或查看,没有帐号?注册
x
conj& ]- `5 W. f; _2 q
3 e& n& {- ]/ D- E( X" Q
, m' R, X$ {6 j- S* t) pComplex conjugate
7 Z5 H2 D, [4 {( A" ?0 v8 v, [% t5 t0 i( m# |
, h- o9 U. D# L$ ]Syntax- [. r7 G* |* g) i, o9 H; x- F8 H$ Y
8 z/ ~, x7 y/ _1 t" a5 k7 [6 T
+ V3 U- |( l( s n& p
ZC = conj(Z): W( t* S" q; ]0 A8 Y+ y) }* l5 ^8 y
1 A# k3 {2 Z7 _0 S4 ~
9 K# x0 k$ E9 R7 V. u
Description! y( K% y/ W9 y- Z
: P# E5 G9 _) e2 s
7 s& `. c6 L1 cZC = conj(Z) returns the complex conjugate of the elements of Z.
) ^, A6 ~( _! G) i& A5 U$ E4 o; N* }6 t
( G2 m# J( l/ @! C: |3 ?! V# ?
Algorithms
, \4 j+ _) M% @; r4 h9 u- s/ o9 M- |! E9 T# k$ g2 J! S
& N t4 U/ }: A- p' U- JIf Z is a complex array:, h V/ X) `: N9 L2 ~
) C/ s% K. s V5 o
, d j! j$ l, F }+ sconj(Z) = real(Z) - i*imag(Z)" {2 i, M U. |; w* z
" t9 y6 f% d0 [2 w# L0 p0 n6 y3 B8 d- Y+ f
9 t3 y2 `7 t( r- ]+ P7 F5 ^' U% p! ?
|
|