3

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コマンドの使用法を簡単に説明していただけますか?

4

1 に答える 1