This is a tutorial on Mackey-Glass time series generation.
Once published, it generates an html tutorial on Mackey-Glass time series generation for educational purposes.
Marco Cococcioni (2021). Mackey-Glass time series generator (https://www.mathworks.com/matlabcentral/fileexchange/24390-mackey-glass-time-series-generator), MATLAB Central File Exchange. Retrieved .
Inspired: Mackey Glass Time Series Prediction Using Least Mean Square, Mackey Glass Time Series Prediction Using Fractional Least Mean Square (FLMS), Chaotic Time Series Prediction using Spatio-Temporal RBF-NN, Mackey Glass Time Series Prediction using Radial Basis Function (RBF) Neural Network
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Create scripts with code, output, and formatted text in a single executable document.
Why it does not work for small values of delay?
This is not really an error but - In the main algorithm, shouldn't T(i) be updated immediately after X(i) is updated? That way x0 would correspond to x(0) and not x(0.1) = x(deltat).
It seems that the time series is not correct when the parameters are fixed as follows:
a=1.2,b=1,tau=60,deltat=0.01,sampe_n = 200000;
Why?
sofa