Abbreviation: FFTReal
Category: Fast Fourier Transform (FFT)
Input Parameters:
Name | Range | Default |
Time Series | Close | |
Window Exponent | 1 <= Int <= 10 | 6 |
Cycle Length (periods) | Real > 2.0 | 3 |
Calculation:
Re(FFT(X,n)(F))
Calculates real part of Fast Fourier Transform of X over the last n points at frequency F,
where
X = Time Series
n = 2 ^ Window Exponent
F = n/Cycle Length = frequency
Discussion:
Cycle Length corresponds to the period of the harmonic for which the calculation is performed, measured in number of periods (points). The sense of this indicator is FFT real part at the specified frequency (cycle length). For more information on Fast Fourier Tranforms refer to Fast Fourier Transform (FFT) Discussion.