The folder "series.zip" contains the following files:
(1) DMA_Algorithm.exe [This is the executable program for the DMA algorithm.
It is possible to use: (i) the simple DMA (see E.Alessio et al. EPJB 2002),
(ii) the dynamic DMA (see A. Carbone et al. Physica A 2004),
(iii) shifted DMA means that you can set the reference point
of the moving average at an arbitrary point of the window, e.g. 1st, middle, last.
(2) Configuration.txt (this is the configuration file with the parameters used by the executable program (1).)
The parameters must be changed according to the signal you have to analyse.
Now the parameters are those working for the signal included in the folder(5)
(3) Artificial_H=0.5-1.txt (Artificially Fractional Brownian signal with Hurst exponent H=0.5
generated by the Random Midpoint Displacement Algorithm)
(4) Output DMA (2).out.txt (Contains 4 quantities: the input file name; the number of samples of the signals one wants to use,
the starting point of the calculation, the end point of the calculation, the Hurst exponent obtained 0.53)
(6) progression-3.txt, progression-4.txt and progression-5.txt
(these files are two examples of choices of the moving average window
that one can choose instead of the linear choice (start, step, end))
To implement the DMA calculation:
a) run the program DMA_Algorithm.exe:
b) load the file Configuration.txt by clicking on the "load" button
c) check that all the parameters are ok (especially the input and output file paths! )
c) press the "calculate" button.
d) two ouput files as (4) and (5) will be obtained.
Click here to download the package "series.zip" including executables and configuration files.