-
mskfainl
msk modulation and de modulation
- 2010-09-08 01:37:52下载
- 积分:1
-
cai
说明: 对采集到的数据进行分析,并有相对的频谱转换,观察频域的信号(On analysis of data collected, and the relative frequency conversion, frequency domain signal observed)
- 2011-03-31 23:18:57下载
- 积分:1
-
ycxtiming
这是通信中解调器重要的定时恢复部分的程序,我把它做成子程序,其中的算法原理,如想知道请link ne(This is the communication modems important part of the resumption of regular procedures, I see it causing subroutine, The algorithm principle, like to know please link ne)
- 2006-10-22 16:01:08下载
- 积分:1
-
MAtLAB
hvac transmission system
- 2015-01-02 15:49:06下载
- 积分:1
-
ga
说明: GA遗传算法介绍,系统的介绍了GA的由来和方法,并对其应用进行了介绍(GA introduce)
- 2013-04-22 09:06:41下载
- 积分:1
-
Radar-Deception-Jamming-
Radar Deception Jamming
- 2014-02-20 08:12:12下载
- 积分:1
-
digitalmodulate
各种调制方式的matlab源码bask.m, bfsk.m, bpsk.m, msk.asv, msk.m, qpsk.m, raymodel.m(various forms of Matlab modulation source bask.m, bfsk.m, bpsk.m. msk.asv, msk.m, qpsk.m, raymodel.m)
- 2007-03-20 21:32:49下载
- 积分: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
-
SAR_LFM
合成孔径雷达中很常用的线性调频信号脉冲压缩matlab代码及说明(Synthetic aperture radar is commonly used in pulse compression of linear FM signal matlab code and description)
- 2010-06-07 16:49:19下载
- 积分:1
-
matlab
一维热传导方程的MATLAB计算,使用隐式差分格式,追赶法计算(1 dimension matlab calculaiton )
- 2011-05-30 16:21:39下载
- 积分:1