-
matlabforsignalandsystem
信号与系统MATLAB仿真实验讲义,很适合初学者,理论与实践相结合才是最好的学习方法(Signals and Systems Lecture MATLAB simulations, it is suitable for beginners, combining theory and practice is the best way of learning)
- 2008-07-27 16:49:57下载
- 积分:1
-
esprit
说明: esprit算法的MATLAB仿真程序,(this algthem is for esprit)
- 2009-07-24 22:33:45下载
- 积分:1
-
PDCCH
PDCCH的链路仿真,需要的朋友可以参考一下。(PDCCH link simulation, the needs of friends can reference.)
- 2009-12-28 20:35:09下载
- 积分: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
-
space_vector_3_level_gen_algo
spvwm 3 level inverter
- 2015-04-13 06:44:38下载
- 积分:1
-
mangning
相参脉冲串复调制信号,包括随机梯度算法,相对梯度算法,ldpc码的编解码实现。( Complex modulation coherent pulse train signal, Including stochastic gradient algorithm, the relative gradient algorithm, Codec ldpc code implementatio.)
- 2021-01-08 22:48:51下载
- 积分:1
-
matlab
Matlab各编程应用实例,并包含正交函数、曲线拟合、回归分析等。(Application of the Matlab programming, and includes orthogonal function, curve fitting, regression analysis.)
- 2010-11-16 17:20:14下载
- 积分:1
-
ejemplo
apache maven software
- 2014-01-10 01:53:34下载
- 积分:1
-
simulation
时间序列的预测及中间状态,包括误差检测以及其和中间状态的关系(representation of status)
- 2010-02-14 06:38:51下载
- 积分:1
-
CH4--ESC
《Extremum seeking control and
applications》
第四章实例代码 (Extremum seeking control and
applications
code of the fourth chapter)
- 2014-11-03 13:08:31下载
- 积分:1