-
communicationmatlab
通信系统仿真与Matlab应用,第二版,完整Matlab源代码(Conduct anti信Services department suddenly Ling与using Matlab crown, old woman版Um, finished entire Matlab Daitou Tungsten measurements)
- 2007-07-30 10:27:10下载
- 积分:1
-
cccc
用matlab实现遗传算法程序,各个部分分开为几个函数,适用一般遗传算法应用(Matlab genetic algorithm used to achieve process to separate the various parts of several functions, the application of genetic algorithm application)
- 2009-05-24 13:51:35下载
- 积分:1
-
rsm_2order
响应面的2阶多项式估计,使用最小二乘法,算法精度高,data数据随便换其他的三维数据(2-order polynomial response surface is estimated using the least squares method, the algorithm accuracy, data data was replaced with other three-dimensional data)
- 2011-11-08 11:11:51下载
- 积分:1
-
A
说明: this code for fingerprint detection
- 2013-12-24 23:49:06下载
- 积分: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
-
123tsp
粒子群优化算法求解车辆路径问题,对初学者来说,是很有帮助的。(Particle Swarm Optimization for vehicle routing problem, for beginners, it is very helpful.)
- 2008-12-15 22:21:22下载
- 积分:1
-
BayesClassification
贝叶斯分类器的设计,其中包括协方差相等与不等时的两类情况,分类效果很好(Bayesian classifier design, including equal and unequal covariance of two categories, very good classification performance)
- 2010-08-26 10:09:03下载
- 积分:1
-
conv
用matlab实现了对于离散系列在时域上求其现行卷积(Achieved with matlab for the discrete series in the time domain convolution seek their existing)
- 2010-05-16 17:05:47下载
- 积分:1
-
SlidingMenuDemo
MySlidingMenu的用法,滑动可以打开遍侧栏(MySlidingMenu usage, you can open the sliding sidebar times)
- 2014-01-09 15:47:35下载
- 积分:1
-
coherence
功率谱和相干性计算的原理和matlab实现,比较经典的一篇文献,适合算法的研究者参考。来自BMSP The power spectrum and coherence function。(Principles and matlab power spectrum and coherence computing a reality, a more classic literature, researchers algorithm for reference. From BMSP The power spectrum and coherence function.)
- 2016-02-22 00:51:45下载
- 积分:1