-
bpsk
全数字BPSK调制解调系统的仿真,BPSK信号信噪比估计方法的分析与仿真
(All-digital BPSK modulation and demodulation system simulation, BPSK signal to noise ratio estimation method of analysis and simulation)
- 2011-08-18 09:46:46下载
- 积分:1
-
breakdetect
小波算法用于频率突变的检测,已调试成功可以使用(Wavelet algorithm for the detection of the frequency break)
- 2013-11-14 16:29:28下载
- 积分:1
-
stackedae_exercise
UFLDL教程 栈式自编码网络一节,练习题答案,根据教材修改而成(UFLDL self-coded network stack tutorial section, answer exercises, adapted textbook)
- 2015-04-13 15:31:58下载
- 积分:1
-
MATLAB_pdf
包含3个PDF文件,官方教材:Matlab7.0学习资料、频谱分析、Matlab必做练习50题,全方面学习练习Matlab的使用(Contains three PDF files, official teaching: Matlab7.0 learning materials, spectrum analysis, Matlab will do exercises 50 questions, all aspects of learning exercises using Matlab)
- 2013-05-25 21:14:39下载
- 积分:1
-
OFDM_Simulation_Using_Matlab
OFDM的设计原理,还有matlab code(The design principle of OFDM, as well as matlab code)
- 2007-10-13 22:24:16下载
- 积分:1
-
enframe
edp文件里用到的封装函数,enfram函数。要想使用edp,需要下载此函数。(edp file used the package function, enfram, function. To use the edp will need to download this function.)
- 2012-05-24 00:10:44下载
- 积分:1
-
cor_embed
correlation watremarking
- 2012-04-02 18:00:02下载
- 积分:1
-
chaper8
机器人控制系统的设计及其matlab仿真第8章“机器人自适应鲁棒控制”源代码(Robot control system design and its matlab simulation Chapter 8, " Robot Adaptive robust control" source code)
- 2013-04-25 14:25:30下载
- 积分:1
-
jingtongmatlab
精通Matlab综合辅导与指南-源程序,包含大量实用程序,对提高MATLAB很有帮助(Proficient in Matlab comprehensive counseling and guidance- source, contains a wealth of practical procedures to improve the MATLAB helpful)
- 2009-09-25 00:33:43下载
- 积分:1
-
rengongmianyi
a=load( q.txt )
width=input( 请输入窗宽 )
step=input( 请输入步长 )
m=length(a)
for i=1:floor((m-width)/step+1)
s(i,1:width)=a(1,1+(i-1)*step:width+(i-1)*step)
end
b=max(max(s))
M=s./b
Rs=input( 请输入本体集半径 )
nd=input( 请输入检测器数模 )
k=1
while k<=nd
d{k}=rand(1,width)
for i=1:floor((m-width)/step+1)
if (norm(d{k}-s(i,:)))^2<Rs
break
end
end
k=k+1
end
for j=1:nd
for i=1:floor((m-width)/step+1)
R(i)=(norm(d{j}-s(i,:)))^2(a = load (' q.txt' ) width = input (' Please enter the window width' ) step = input (' Enter step size' ) m = length (a) for i = 1: floor ((m-width)/step+1) s (i, 1: width) = a (1,1+ (i-1)* step: width+ (i-1)* step) end b = max (max (s)) M = s./b Rs = input (' Please enter the body set radius' ) nd = input (' Please enter the number of detector modules' ) k = 1 while k < = nd d {k} = rand (1, width) for i = 1: floor ((m-width)/step+1) if (norm (d {k}-s (i ,:)))^ 2 <Rs
break
end
end
k=k+1
end
for j=1:nd
for i=1:floor((m-width)/step+1)
R(i)=(norm(d{j}-s(i,:)))^2)
- 2011-05-21 16:46:49下载
- 积分:1