-
QAM
采用MATLAB编程,产生一个16QAM中频调制信号。采用MATLAB编程,产生一个16QAM中频调制信号。(Using MATLAB programming, a 16QAM modulation signal frequency. Using MATLAB programming, a 16QAM modulation signal frequency.)
- 2008-12-22 22:18:10下载
- 积分:1
-
suanfadaquan
各种算法的集合,自学matlab很不错的资料,在这里和大家共享啦(suanfa matlab)
- 2012-04-24 12:44:36下载
- 积分:1
-
youxuanfa
通过优选法对潮汐调和分析得出的整点的高低潮时计算得出具体的高低潮时(Computed by the preferred method of tidal harmonic analysis of the whole point of the high and low tide draw concrete high and low tide)
- 2013-05-19 20:18: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
-
@eseries
example for learning simulation
- 2009-06-07 10:15:52下载
- 积分:1
-
code
matlab程序:高斯核回带用法的支持向量机,对样本经行训练得到预测模型(matlab program: the Gaussian kernel back with the use of support vector machine prediction model of the samples by the line training)
- 2013-01-01 11:04:15下载
- 积分:1
-
SA_modelling_parallel
根据smart antenna的原理进行的beamforming的matlab仿真并画出了beampattern(According to the principle of smart antenna beamforming matlab simulation and draw the beampattern)
- 2013-08-15 14:36:21下载
- 积分:1
-
037174349pso
PSO工具箱可以优化更多的内容和方法,帮助你更好地解决问题(PSO toolbox can be optimized more content and methods to help you better solve the problem)
- 2013-12-28 22:13:42下载
- 积分:1
-
Independent-CoAn
Advances of Research in Independent Component Analysis
- 2014-02-20 08:04:50下载
- 积分:1
-
VB_kalman
说明: vb语言实现的卡尔曼滤波源程序 (没有测试,输出部分要配合相应的过程)(vb language Kalman filtering source (no test, the output corresponding to tie part of the process))
- 2006-05-03 23:40:52下载
- 积分:1