The MATLAB code is to generate chaotic sequences using fixed-point computation. The research for this paper is presented in Designing multi-dimensional logistic map with fixed-point finite precision
There are two types of parameters that can be modified:
- Control parameters: r_one, r_two, r_three, r_four and r_five. (the appropriate values can be selected from 1-4. However, not all values will result in chaos).
- Computation parameters: word-length (w) and fraction part (n).
In addition, you can modify the value of seeds to get different chaotic trajectories. Appropriate values of seeds can be selected from phase space of logistic map.
Cite this article as: Munir, F.A., Zia, M. & Mahmood, H. Nonlinear Dyn (2019) 97: 2147. https://doi.org/10.1007/s11071-019-05112-4
@article{munir2019designing,
title={Designing multi-dimensional logistic map with fixed-point finite precision},
author={Munir, Fahad A and Zia, Muhammad and Mahmood, Hasan},
journal={Nonlinear Dynamics},
volume={97},
number={4},
pages={2147--2158},
year={2019},
publisher={Springer}
}
More updates to follow.