-
PSO11
说明: pso粒子群算法的matlab程序.实现了第一个函数的优化.其他函数类似.比较简单明了(PSO PSO algorithm Matlab procedures. The first realization of a function optimization. Other similar function . relatively simple to understand)
- 2006-05-15 09:13:49下载
- 积分:1
-
rbf_jm
说明: 软测量氧含量数据工况聚类、建模matlab实现代码(Measuring the oxygen content of soft data clustering conditions, modeling matlab implementation code)
- 2011-04-13 14:47:45下载
- 积分:1
-
binary-transmission-error
本程序可以下载,并在matlab编译环境下正常运行,能够实现二进制传输的错误率仿真。(Binary transmission error probability code)
- 2011-06-13 16:45:34下载
- 积分:1
-
matlab
frequency hopping soucce code
- 2013-10-28 20:44:39下载
- 积分:1
-
Cellular-Automata
Matlab编写的基于元胞自动机的生命游戏以及兰顿蚂蚁~~~小程序~~分享出来(cellular automata, game of life, langtonant ant)
- 2014-12-19 15:07:48下载
- 积分:1
-
PCNN-quantization-revision
PCNN量化,利用人眼视觉特性对图像进行量化,保持细节信息。(PCNN quantified using the human visual system to quantify the image, keeping details.)
- 2014-02-18 14:50:11下载
- 积分:1
-
pisa
这段程序是披萨伦科谐波分解的程序,包括频率估计和幅度估计(This program is piaLunke procedures, including frequency estimation and magnitude estimation)
- 2011-06-02 22:22:22下载
- 积分: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
-
FSK
说明: 使用matlab软件实现fsk的调制与解调(fsk modulation and demodulation)
- 2011-04-09 21:23:52下载
- 积分:1
-
binous-temp-control
Temperature control of a tank
- 2012-04-04 21:20:27下载
- 积分:1