Generate Ikeda map
b*i z(n+1) = 1 + c * z(n) * exp (a*i - ---------) 1+|z(n)|
Input
The number of points (x,y), must be integer. Required value.
Parameters
Defines parameter ’a’ (default=0.4)
Defines parameter ’b’ (default=6.0)
Defines parameter ’c’ (default=0.9)
Initial real value of ’z’ (default=0.68587)
Initial imaginary value of ’z’ (defaul=0.65876)
Defines number of transient points (default=10000), must be positive integer scalar
Output
output is of length L. The first columns are the real values of the Ikeda Map and the second are the imaginary values of the Ikeda map. This is done to be work the same way that ’ikeda’ in TISEAN works.
Usage example
out = ikeda(1000, "a", 1.25)
After this command out will be a 1000x2 matrix with Henon map points as rows. It will generate 1000 points.
Algorithm On basis of TISEAN package ikeda
Package: tisean