|
Guest
|
Does anyone have an idea about this mapping...It is a chaotic map.. It
is similar to a feistel map.
x(1,n+1) = a*x(2,n) + g(k1,k2,k3,k4,k5,k6,k7,k {mod 1}
x(i,n+1) = a*x(i+1,n) + g(k1,x(2,n),...,x(i,n),k(i+1)....k( ); {mod 1}
x(8,n+1) = a*x(1,n) + g(k(i),x(2,n),.....,x(8,n)) {mod 1}
g(y(1),....y( ) = sin[(pi/2)*(y(1)+....+y( )]
Any input is welcome.
Prashanth |
|
|