-
huff
To calculate huffman in information theory.
- 2014-01-27 12:11:29下载
- 积分:1
-
wuyuesuyouhua
无约束优化程序解决数值优化问题。在优化算法中有重要作用。(Optimization procedures for solving numerical optimization problems. In the optimization algorithm has an important role.)
- 2010-05-23 15:46:49下载
- 积分:1
-
ID3.m
机器学习经典决策树算法的实现 输入训练标签输出预测结果(the classificial machine learning algorithm, input label and traning set and get predictions)
- 2013-10-03 03:29:05下载
- 积分:1
-
orbit
基于matlab编程,给定几对初值,利用ode求解奔月的轨道示意图(Matlab-based programming, given a few of the initial value, the use of ODE solving flying to the moon orbit diagram)
- 2013-04-27 21:12:17下载
- 积分:1
-
spectra2d
多普勒二维频谱分析,通过载入数据得出而为多普勒频谱(2D Doppler spectra)
- 2013-12-09 23:17:06下载
- 积分:1
-
Review_math2
通信信号处理需要的基本数学知识,包括线性代数、线性子空间、离散时间信号、Z变换、线性系统、统计特性等等。(digital signal processing in commnication system require some mathematical prelinaries including linear algebra,Z transform, linear system and stochastic process.)
- 2014-02-16 22:06:04下载
- 积分:1
-
xsj
关于一个轴承故障分解程序,里面包含小波去噪,重构等,还有EMD模态分解,并且还有各种功率谱仿真图(About a bearing failure decomposition process, which contains the wavelet de-noising, reconstruction, etc., as well as mode decomposition EMD, and there are a variety of power spectrum simulation map)
- 2015-12-04 15:55:04下载
- 积分: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
-
1
说明: 利用FLDA结合多核磁参数来检测前列腺癌(Detection of Prostate Cancer using Multi-parametric Magnetic Resonance)
- 2011-09-13 22:25:54下载
- 积分:1
-
image
将图像细分成16个子块,并对两两子块做相位相关(image divide into 16 sub-images, phase correlation)
- 2010-09-15 09:41:51下载
- 积分:1