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

版权声明:本博客内容来自于个人学习过程中的总结,参考了互联网、数据手册、帮助文档、书本以及论文等上的内容,仅供学习交流使用,如有侵权,请联系,我会重写!转载请注明地址! https://blog.csdn.net/Reborn_Lee/article/details/83511762

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)

猜你喜欢

转载自blog.csdn.net/Reborn_Lee/article/details/83511762
今日推荐