Phase angle of a discrete Fourier Transform (dFT) function. Note: This item is deprecated and will be removed in a future release. |
||
Syntax |
y = DftPhase(vec1, vec2) |
|
Argument |
Name |
Description |
vec1 |
A vector of an time-domain data. |
|
vec2 (optional) |
A vector of an imaginary component of time-domain data. |
|
Output |
Name |
Description |
y |
A vector of the phase angles. It is of same length as vec1. |
|
Example |
Given a vector data of a time-domain signal, a vector of the phase angles of the dFT of the signal is created. |
|
Syntax |
||
y = DftPhase(data) |
||
Result |
||
y is a vector of the same length as data consisting of the phase angles of the dFT. |
||
Comments |
The DftPhase function returns the phase angle of a discrete Fourier Transform (dFT). The dFT is complex-valued and used to map time-domain data into the frequency domain. vec1 and vec2 are assumed to be evenly sampled. If only one vector is passed to DftPhase, the function returns a regular dFT. If two vectors are passed to DftPhase, a complex dFT is calculated. vec1 and vec2 must have the same number of elements. |
|
See Also: |