-
matlab
详细的介绍了matlab仿真的原理与技术,具有重要的意义(Detailed description of the matlab simulation theory and technology of great significance)
- 2010-06-20 12:24:29下载
- 积分:1
-
RLocusGui
在Matlab中可用的根轨迹图例子源码,直接打开即可。(Root Locus source code in Matlab.)
- 2009-04-23 23:18:09下载
- 积分:1
-
renzhiwuxiandian
这个程序在认知无线电中的频谱计算方法,是一种经典的计算方法,十分好用。(The program in cognitive radio spectrum is obtained by a classical method of calculation is very easy to use.)
- 2010-11-12 11:08:23下载
- 积分:1
-
stprtool
Statistical Pattern Recognition Toolbox for Matlab,Technical University Prague
- 2011-06-04 23:42:24下载
- 积分:1
-
buck_open_loop
its a buck converter
- 2011-07-11 18:11:12下载
- 积分:1
-
gauss
高斯法的动力学建模,一个旋转体加偏心摆的简单模型
mdl文件是主程序(Gauss law dynamics modeling, plus a rotating body placed eccentric mdl file is a simple model of the main program)
- 2011-10-06 15:39:35下载
- 积分:1
-
emd_signal_1d
1D empirical mode deomposition implementation in matlab
- 2015-04-18 03:43:46下载
- 积分:1
-
Dispersive_of_Waveguide
用全波分析法计算双脊波导的色散特性和场分布,对计算电磁学全波仿真学习非常有用(The Usage of Full Wave Analysis calculating the dispersive characteristics and electromagnetic field distribution of double ridge waveguide)
- 2015-04-19 21:45:00下载
- 积分: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
-
wuxian
基于AOA和TDOA的无线传感器网络三维联合定位算法 三维 无线传感器网络 定位 AOA和TDOA(AOA and TDOA-based wireless sensor network localization algorithm for three-dimensional three-dimensional co-localization of wireless sensor networks AOA and TDOA)
- 2010-08-26 21:56:26下载
- 积分:1