FFTfiltr Readme
FFTfiltr Readme
fftfiltr.mq4 experts\indicators
ExpertSample.dll experts\library
sampledll.mqh experts\include
fftfiltr.tpl template
libfftw3-3.dll windows\system32
- FFT of time series with required number of points; (external input points)
- Applies following filtering algorithm in frequency domain:
o Allows only number of highest energy tones in the transform. Rest is set to 0;
(external input tones);
o Cut-offs all tones which are weaker than f times of weakest of tones. Setting it
to value > 1.0 will decrease number of output components; decreasing it will
increase; (external input f);
o Filters out all low frequency tones with indexes lower than min_tone; the DC
component is preserved.
- Makes inverse Fourier transform of filtered frequency spectrum.