资源简介
其中包含MATLAB脚本代码和实验图片,可以实现张新鹏教授的加密域可逆信息隐藏,并且含有部分代码注释。
代码片段和文件信息
function index=arnold(rowcolsnumber)
%This function is to permutate matrix
%row and col are the coordinates of matrix
%s is the size of matrix
%number is the number of permutation
permutate=[1 1;1 2];
index=mod((permutate*[row-1;col-1])s);
for i=1:number-1
index=mod((permutate*index)s);
end
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 786486 2019-03-22 13:18 1.bmp
文件 786486 2019-03-22 13:18 2.bmp
文件 319 2019-04-16 14:07 arnold.m
文件 6910 2019-05-06 20:04 Unti
文件 24576 2019-05-06 21:00 还原信息.txt
文件 24576 2019-05-06 21:00 信息.txt
----------- --------- ---------- ----- ----
1629353 6
- 上一篇:基于MATLAB的线性调频信号的仿真
- 下一篇:图像处理---matlab
评论
共有 条评论