Code for generating key using logistic equation for k no of times?
조회 수: 1 (최근 30일)
이전 댓글 표시
I want code for key genetation using logistic equation: value of n= 1 to 256 X(n+1)= r*X(n)*(1-X(n)); (% logistic eq) value of i from 1 to 256 kt(i)= x(n+1); k(i)=floor(mod(10^14, kt(i), 256));
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Genetic Algorithm에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!