-
Robust-Multiresolution-Techniques-for-Image-Recon
robust multi_resolution anaylsing of digital images
- 2013-01-24 15:53:19下载
- 积分:1
-
filtreing-image
matlab code for applying sharpening filters to image
- 2014-12-18 15:17:50下载
- 积分:1
-
CNN
混沌系统的简介以及神经网络的MATLAB实现(Chaotic system and the neural network of MATLAB)
- 2015-03-19 20:30:10下载
- 积分:1
-
Good-practical-guide-to-Matlab
Good practical guide to Matlab
- 2011-01-17 21:53:39下载
- 积分:1
-
MutualInformation
计算互信息,通过状态转移概率和分支度量进行前向递推(calculate the mutual information)
- 2012-08-22 11:29:54下载
- 积分:1
-
Matlab2014
关于matlab的矩阵数据结构部分,可以更深入掌握,和符号计算相衔接(About matlab matrix data structure part, you can have a better understanding, and symbolic computation convergence)
- 2014-11-09 16:35:04下载
- 积分:1
-
huise
灰色预测模型 肯定可以用,自己已经试过了(The gray predictive models certainly can be used, that they have tried)
- 2013-03-20 18:28:13下载
- 积分:1
-
14bussystem
计算潮流时改变节点类型,比如PQ节点,PV节点,平衡节点等等等等(When calculating trend change node types, such as PQ nodes, PV node, the node balance, etc., etc.)
- 2014-10-20 22:51:02下载
- 积分: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
-
JPDAF
进行多目标跟踪的matlab程序,单传感器,两个目标的JPDAF算法(Matlab program used for multitarget tracking ,single sensor,two target JPDAF algorithm)
- 2013-08-07 19:45:15下载
- 积分:1