-
Good-practical-guide-to-Matlab
Good practical guide to Matlab
- 2011-01-17 21:53:39下载
- 积分:1
-
data-process
主要是硕士期间要用到的基本的统计的matlab数据处理命令的介绍(Mainly during use to master the basic statistical data processing matlab command description)
- 2011-10-26 17:45:52下载
- 积分: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
-
matlab_design
一份matlab的ppt教程,给初学者,比较多面地介绍了matlab的基础(The ppt of a matlab tutorial for beginners, more multi-faceted introduction to the basis for matlab)
- 2009-10-21 08:57:28下载
- 积分:1
-
Matlab_Packages.tgz
Speech recognition matlab code
- 2010-01-17 21:40:55下载
- 积分:1
-
Single_Carrier_FDMA_MATLAB_Simulation
Single Carrier FDMA的matlab仿真程序。程序清晰明了,解释详尽。(Single Carrier FDMA the matlab simulation program. Procedures clear, detailed explanation.)
- 2009-07-10 21:12:59下载
- 积分:1
-
bcCheck1
边界条件代码。。。。。。。。。。。。。。(Boundary conditions)
- 2012-04-15 17:05:31下载
- 积分:1
-
lvbo
实现用LMS算法进行自适应滤波的仿真,基于GUI实现(Implementation using LMS algorithm for the simulation of adaptive filter, based on the GUI implementation
)
- 2013-11-29 10:44:41下载
- 积分:1
-
Simulation
首先给出一个F16模型,在此基础上设计了高度保持,协调转弯等控制率,给出了一个飞行剖面的模块,几乎涵盖了飞控的全部内容(Firstly, a F16 model, based on this design to maintain a high degree of coordination, etc. turn the control rate, gives a flight profile modules, covering almost the entire contents of the flight control)
- 2020-07-03 14:20:01下载
- 积分:1
-
juanjima_and_viterbi
卷积码和viterbi译码源程序,用MATLAB实现,本人亲自试验过绝对没有错误,希望对大家有用(Convolutional codes and viterbi decoding source code, using MATLAB to achieve, I personally tested absolutely no mistakes, want to be useful to everyone)
- 2009-11-09 13:43:45下载
- 积分:1