• 大小: 538B
    文件类型: .m
    金币: 1
    下载: 0 次
    发布日期: 2021-05-22
  • 语言: Matlab
  • 标签: 超混沌  

资源简介

利用四阶超混沌映射,可以对图像进行完整有效的加密与解密,而且效果良好

资源截图

代码片段和文件信息

function zz
clc
clear all
[tx]=ode45(@weifen[0:0.001:100][-11.0431   -7.9989   26.8729 0.1]);
figureplot(tx);
figureplot(x(:1)x(:2));
figureplot(x(:1)x(:3));
figureplot(x(:2)x(:3));
figureplot3(x(:1)x(:2)x(:3));
figureplot(tx(:1))

评论

共有 条评论

相关资源