__header__
Description
for FFT size is the size of vector
Inputs
InVectorX
InVectorY
Parameters
Type
DFT|FFT
Direction
Forward|ForwardTwoSided|ForwardOneSided|Reverse
Real Value data produced symetric two side FT where, half the energy is displayed at the positive frequency, and half the energy is displayed at the negative frequency.
- Forward
classic fourier
- ForwardTwoSided
ForwardSided puts the negative values below the 0;
- ForwardOneSided
Therefore, to convert from a two-sided spectrum to a single-sided spectrum,
discard the second half of the array and multiply every point except for the DC by two.
RealVector
ImgVector
CalMag
CalTheta
CalPower
MagVector
ThetaVector
MagThetaPts
PowerVector
__footer__