【发布时间】:2012-10-10 03:06:17
【问题描述】:
Matlab 中的相位和角度命令有什么区别?他们似乎对相同的输入给出不同的结果
参考:
Matlab 相位帮助
PHASE Computes the phase of a complex vector
PHI=phase(G)
G is a complex-valued row vector and PHI is returned as its
phase (in radians), with an effort made to keep it continuous
over the pi-borders.
角度的Matlab帮助
ANGLE Phase angle.
ANGLE(H) returns the phase angles, in radians, of a matrix with
complex elements.
Class support for input X:
float: double, single
另外,能否请您简单解释一下uwrap命令的具体用途是什么?
【问题讨论】:
标签: matlab