-
sfdm
TV滤波算法的源代码,关于去噪的算法代码,要的自己下载(TV filtering algorithm source code, on the denoising algorithm code, want to download)
- 2010-12-18 12:21:49下载
- 积分:1
-
matlab
说明: 数字图像处理所用,是做图像处理的人的参考书(Used in digital image processing, image processing is done reference book for those who)
- 2011-03-06 15:07:16下载
- 积分:1
-
laikei
各种资源分配算法实现,合成孔径雷达(SAR)目标成像仿真,用MATLAB编写的遗传算法路径规划。( Various resource allocation algorithm, Synthetic Aperture Radar (SAR) imaging simulation target, Genetic algorithms using MATLAB path planning.)
- 2017-01-19 12:01:37下载
- 积分:1
-
nuisan_v52
分析了该信号的时域、频域、倒谱,循环谱等,用MATLAB实现的压缩传感,esprit算法对有干扰的信号频率进行估计。( Analysis of the signal time domain, frequency domain, cepstrum, cyclic spectrum, etc. Using MATLAB compressed sensing, esprit algorithm signal frequency interference can be assesse.)
- 2016-11-30 17:40:56下载
- 积分:1
-
MATLAB5shouce
MATLAB5语言手册.rar pdf格式(MATLAB5 language manual. Rar pdf format)
- 2008-12-13 21:08:13下载
- 积分:1
-
hdf
使用Matlab读取hdf格式的海洋大气数据,并进行绘图处理(Hdf format using matlab read Oceanic and Atmospheric data and graphics processing)
- 2014-12-10 16:51:26下载
- 积分:1
-
jaopen_v82
调试通过可以使用,小波包分析提取振动信号中的特征频率,光纤无线通信系统中传输性能的研究。( Debugging can be used, Wavelet packet analysis to extract vibration signal characteristic frequency, Fiber Transmission wireless communication system performance.)
- 2016-05-25 12:14:14下载
- 积分:1
-
Tem_c
一个用于建立温度模型的线性回归的温度模型算法(a temperature model for the establishment of the linear regression model algorithm temperature)
- 2007-05-22 22:39:31下载
- 积分:1
-
Focusing
autofocusing algorithms using matlab
- 2013-03-04 12:34:18下载
- 积分: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