-
5-uploads
Matlab code various programs. Matlab code various programs. Matlab code various programs.
- 2012-04-04 01:47:15下载
- 积分: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
-
Pt1000Excel
可在matlab上运行输出的Pt1000铂热敏电阻的分度表,电子表格格式的。(Can be run in matlab output Pt1000 platinum thermistor sub-degree table, spreadsheet format.)
- 2008-02-14 09:39:42下载
- 积分:1
-
dt2
自己编写的一个有关曲线追踪算法的程序,输入变量为离散点阵,输出为追踪趋势点。(I have written a program on curve tracing algorithm, the input variable for the discrete lattice, the output point for tracking trends.)
- 2011-05-10 15:05:17下载
- 积分:1
-
zzwork_f1
此方法可以实现空间加权的复杂网络的相关图形的仿真(this method can achieve space weighted complex network of related graphics simulation)
- 2007-05-17 22:36:59下载
- 积分:1
-
segyasu
读写segy格式和su格式的数据文件,对于从事地震数据处理的同行们很有用途哦(read and write file in segy or su format )
- 2014-08-21 15:26:17下载
- 积分:1
-
testSigSub
干扰信号估计仿真程序程序,matlab仿真程序(Interference signal estimation procedure simulation program, matlab simulation program)
- 2013-12-07 16:15:59下载
- 积分:1
-
ga_pso
运用ga_pso算法对svm参数优化运用ga_pso算法对svm参数优化运用ga_pso算法对svm参数优化(Use ga_pso parameter optimization algorithm svm svm use ga_pso algorithm parameter optimization using ga_pso parameter optimization algorithm svm)
- 2020-12-08 15:59:19下载
- 积分:1
-
OFDM(gms)
有关OFDM信号检测与估计的一篇文章,是IEEE上的,有需要的下!!(The OFDM signal detection and estimation of an article is on the IEEE there is a need for the next! !)
- 2009-09-07 09:19:55下载
- 积分:1
-
mathlab
急性白血病的基因表达谱分析与亚型分类特征的鉴别(Analysis of gene expression in acute leukemia subtype classification and identification of characteristics)
- 2010-09-18 14:59:20下载
- 积分:1