-
LFM_radar
说明: 能够清晰的分析线性调频信号的频谱特性,能够很好的帮助理解lfm信号(Can clear analysis of linear FM signal spectrum characteristics, can be very helpful in understanding LFM signal)
- 2008-09-27 18:44:12下载
- 积分:1
-
yichuansuanfa
将贪婪修复方法与遗传算法相结合,构成混和遗传算法,并求解经典背包问题。(The greedy repair method and genetic algorithm are combined to form hybrid genetic algorithm, and solve the classical knapsack problem.)
- 2010-05-31 21:50:59下载
- 积分: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
-
the-0-1-nonlinear-programming-
本程序主要是解决单目标0-1非线性规划问题。(This procedure is mainly to solve the 0-1 nonlinear programming problem.)
- 2012-03-25 10:37:46下载
- 积分:1
-
Matlab_-digital_sigal_processin
绝版MATLAB书籍,关于数字信号处理实现的,书籍是PDF版的,扫描的(已经绝版,只有扫描版的,不是很清晰,但程序可以看见,不喜勿喷),本人看了受益匪浅,很经典,推荐下载(MATLAB print books on digital signal processing to achieve, is the PDF version of the book, scanned (out of print, scan version only, and is not very clear, but the program can be seen, do not like do not spray), I saw the benefit, classic, recommended download)
- 2014-12-06 12:17:30下载
- 积分:1
-
Image-defogging
图片雾或者是沙尘暴,模糊不清,使图片清晰,去雾处理(Pictures of fog or dust, vague, so the picture is clear, to deal with fog)
- 2016-03-30 21:39:55下载
- 积分:1
-
array
四个偶极子天线的特性分析。包括场特性,方向图等(Four dipole antenna characteristic analysis. Including market characteristics, such as the direction of graph)
- 2008-05-21 19:42:31下载
- 积分:1
-
Engineering-Applications-of-Soft-Computing
Engineering Applications of Soft Computing
- 2011-01-24 03:46:02下载
- 积分:1
-
bright-adjust
Brightness is one of the most significant pixel characteristics.
It is involved in many image-editing algorithms such as contrast or
shadow/highlight.
- 2011-05-25 12:46:50下载
- 积分:1
-
Fuzzy-Controller
fuzzy controller for systems in matlab simulink
- 2013-09-08 15:30:26下载
- 积分:1