-
cs
说明: SAR成像cs算法的点目标成像matlab仿真程序(SAR imaging cs point target imaging algorithm matlab simulation program)
- 2007-12-17 10:13:50下载
- 积分:1
-
highpassfilter
a matlab .m file describing a function acts as high pass filtr on an image
- 2009-11-09 01:54:58下载
- 积分:1
-
MATLAB-grate
详细介绍了取样光栅的matlab模拟。有文字介绍源代码的编写和使用。(Details of the sampled grating matlab simulation. With text describes the preparation and use of the source code.)
- 2013-10-21 20:13:02下载
- 积分:1
-
buck
实现原始的buck电路仿真,各组件均调试好参数(Achieve the original buck circuit simulation, debugging components are good arguments)
- 2011-11-10 16:23:58下载
- 积分:1
-
S-Function
s-function,支持c/c++/m文件等语言,交互性强(s-function)
- 2010-10-25 12:31:36下载
- 积分:1
-
LEACH
CODE FOR LEACH PROTOCOLE
- 2010-05-09 06:29:46下载
- 积分:1
-
duandian
基于Matlab编写的语音端点检测程序,希望对大家有帮助(prepared based on Matlab voice endpoint detection procedures, we hope to help)
- 2006-07-05 16:17:16下载
- 积分:1
-
cohen
Algorithm Cohena-Sutherlanda
- 2012-04-10 19:24:47下载
- 积分: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
-
Desktop
信号估计仿真,线性最小误差估计的仿真。《随机数字信号处理》的实验与实践教学部分(Signal estimation simulation, simulation of linear minimum error estimation)
- 2015-01-27 12:59:30下载
- 积分:1