-
sxsy
matlab编写的数值计算程序,用于数学实验方面(Matlab prepared by the numerical calculation program for math experiments)
- 2006-10-22 00:27:41下载
- 积分:1
-
chap13
《MATLAB图像处理实例详解》源代码 第 13章
( MATLAB image processing example explanation Source Code Chapter)
- 2014-12-16 16:36:48下载
- 积分:1
-
dsakf
% 文件名:randlsbget.m
% 程序员:余波
% 编写时间:2007.6.25
% 函数功能: 本函数将完成提取隐秘于上的秘密信息
% 输入格式举例:result=( scover.jpg ,56, secret.txt ,2001)
% 参数说明:
% output是信息隐藏后的图象
% len_total是秘密信息的长度
% goalfile是提取出的秘密信息文件
% key是随机间隔函数的密钥
% result是提取的信息
function result=randlsbget(output,len_total,goalfile,key)
ste_cover=imread(output)
ste_cover=double(ste_cover)
% 判断嵌入信息量是否过大
[m,n]=size(ste_cover)
frr=fopen(goalfile, a )
% p作为信息嵌入位计数器将信息序列写回文本文件
p=1
% 调用随机间隔函数选取像素点
[row,col]=randinterval(ste_cover,len_toal,key)
for i=:len_toal
if bitand(ste_cover(row(i),col(i)),1)==1
fwrite(frr,1, bit1 )
result(p,1)
else
fwrite(frr,0, bit1 )
result(p,1)=0
end
if p==len_total
break
end
p=p+1
end
fclose(frr)
()
- 2007-06-28 16:08:04下载
- 积分:1
-
27-390
About denoising of ECG signals using matlab
- 2011-02-13 16:32:57下载
- 积分:1
-
MUSIC_Example
This is an example of Music algorithm
- 2011-06-23 11:58:12下载
- 积分:1
-
zizi
image processing-circle detection
- 2014-08-12 18:41:56下载
- 积分:1
-
Histogram_irregular
This program create histogram for irregular objects like leaf, map, shape of tongue etc.
- 2011-09-17 11:44:04下载
- 积分:1
-
exclass2
mkl ikl example matlab
- 2014-01-18 15:04:06下载
- 积分:1
-
元胞自动机 hanjun v60
matlab编写的元胞自动机,sar图像去噪的几种新的方法,多目标跟踪的粒子滤波器。( matlab prepared cellular automata, Several new methods sar image denoising, Multi-target tracking particle filter.)
- 2017-01-03 11:58:48下载
- 积分:1
-
eemd
关于经验模态分解求解,可以基本解决关于经验模态分解的问题(On the empirical mode decomposition to solve, can be basically solved on the problem of empirical mode decomposition)
- 2010-12-15 16:05:39下载
- 积分:1