-
imhist
实现图像的直方图,该函数功能强大,已经通过matlab运行(it can realize a image s hist! )
- 2010-05-23 21:45:23下载
- 积分:1
-
DCT_Gaosi_fenkuai
将图像分为16*16的分块进行计算,稀疏矩阵采用DCT矩阵,观测矩阵采用高斯随机矩阵,重构采用OMP算法,对256*256大小的8bit灰度lena图像进行仿真( )
- 2013-09-03 16:35:44下载
- 积分:1
-
filterbank1
短时综合的滤波器组相加法的matlab程序的实现,使用的是先调制后滤波的方法(Synthesis filter bank to achieve short-sum method matlab program, using a filter after the first modulation method)
- 2015-03-31 10:39:02下载
- 积分:1
-
huigui
数据分析中的回归分析,含ppt说明,有充足的例题和配套matlab代码(The regression analysis data analysis, including ppt that there are sufficient examples and supporting matlab code)
- 2010-12-31 18:21:09下载
- 积分:1
-
biuying_v40
时间序列数据分析中的梅林变换工具,阐述了负荷预测的应用研究,matlab小波分析程序。( Time series data analysis Mellin transform tool, It describes the application of load forecasting, matlab wavelet analysis program.)
- 2016-04-28 15:03:45下载
- 积分: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
-
jhkhgkghkjgh
是数模方面的一个很好资料,它为数模参赛者提供一个好的引导.(few die of a good information, it will provide participants with the number die a good guide.)
- 2006-07-21 10:34:12下载
- 积分:1
-
MatrixHandbook
matlab 的入门教材,英文的,基本涵盖了所有的知识点(hand book of matrixe)
- 2014-11-13 17:42:46下载
- 积分:1
-
wnndemo
说明: 非常简练的小波网络演示文件,对理解和编写小波网络很有帮助(A source code of demo file for wavelet neural network )
- 2010-04-15 16:30:46下载
- 积分:1
-
ICALABIPv2_0
独立分量分析工具,ICAlab,可以对了解独立分量分析的具体操作。(Independent component analysis tools, ICAlab, specific actions can understand the independent component analysis.)
- 2013-03-20 21:04:28下载
- 积分:1