-
pca
应用PCA(主成分分析)进行人脸识别的matlab程序,有较高成功率(PCA (Principal Component Analysis) face recognition Matlab procedures, which have a higher success rate)
- 2007-07-04 16:20:40下载
- 积分:1
-
16
说明: matlab 图像处理 使用噪声能量和图像一维自相关函数进行维纳滤波(matlab image processing and image noise energy use one-dimensional autocorrelation function of Wiener filter)
- 2010-04-24 09:08:23下载
- 积分:1
-
IMM_wuyinyim
IMM滤波算法,使用多次,书写习惯良好!!!其中使用三个模型,匀速、匀加速和转弯!!!欢迎使用!!!
- 2013-05-06 21:55:34下载
- 积分:1
-
SecPSO
二进制粒子群算法在matlab中应用,程序简单(Application binary PSO algorithm in matlab simple program)
- 2013-04-06 20:27:42下载
- 积分:1
-
wavelet-GUI
用matlab GUI实现小波分解的界面化处理,简单易懂。(This program uses MATLAB GUI interface processing wavelet decomposition, easy to understand.)
- 2013-05-06 15:43:56下载
- 积分: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
-
BD
说明: 基于分块对角化的预编码算法,包含计算误码率,编码,似然解码程序.(Block Diagonalization Based on pre-coding algorithm, including the calculation of error rate, coding, likelihood decoder.)
- 2011-03-28 16:23:48下载
- 积分:1
-
matlabyuanma
供初学者学习用的matlab基本编程源码(for beginners learning the basic Matlab programming FOSS)
- 2006-11-28 14:51:48下载
- 积分:1
-
banzhudongxuanjia
汽车半主动悬架系统的建模研究,很好的硕士论文(Modeling of automotive semi-active suspension systems, a good master s thesis)
- 2012-05-14 12:24:18下载
- 积分:1
-
hmw2histogramcodeinmatlabsutech86213041
this code generate the histogram of a picture and normalize it .
- 2012-05-20 14:36:00下载
- 积分:1