-
mathworks
基于均方误差参数比较OFDM系统中LS和MMSE两种自适应信道估计算法的性能,程序开头都有英文注释,可以直接运行的~个人认为写得比较好,跟大家一起分享~(Based on the Mean Square Error Comparison of OFDM system parameters LS and MMSE channel estimation of two adaptive algorithms, procedures are available in English at the beginning of the Notes, you can directly run the ~ personally think that is better written, with the U.S. to share ~)
- 2008-04-15 15:33:31下载
- 积分:1
-
fanooooo
此matlab对随机产生的任意信号进行费诺编码。
(The matlab on randomly generated signal charge any promise encoding.)
- 2010-12-10 20:18:59下载
- 积分:1
-
qr_2
image processing toolbox in matlab.registration
- 2010-12-25 16:47:48下载
- 积分:1
-
CAIM_Discretization
CACC discretization 是一种连续属性离散化方法,基于无监督的一种离散matlab程序(CACC discretization)
- 2015-01-31 12:22:57下载
- 积分: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
-
solomons
admfnw fbemkbm ebgmme ebgmem
- 2012-06-18 17:54:37下载
- 积分:1
-
radio
初学雷达信号仿真的同学们可以好好看看。应该说是最基础 里面有MATLAB程序。写的比较好,对雷达发射信号有个很好的理解,以及和脉冲压缩的思想。同时也附有matlab程序。
内容提要:
雷达工作原理
线性调频(LFM)信号
LFM脉冲的匹配滤波
matlab仿真结果(Radar signal simulation of beginner students to have a look. Should say is the foundation which are MATLAB program. Write better, on the radar transmit signal to have a good understanding, and pulse compression of ideas. At the same time with MATLAB procedures.Abstract:The radar working principleLinear frequency modulated ( LFM ) signalLFM pulse matching filterMatlab simulation results)
- 2012-01-05 15:41:42下载
- 积分:1
-
Untitled
job scheduling problem for single machine
- 2013-09-14 11:39:35下载
- 积分:1
-
SCM-2013-11-20
看了一段时间的3GPP的信道建模,所以自己动手写了一个(参考了该协会的标准代码,不过改良了一些,执行效率更高)(the 3GPP SCM model building. Comparing to the original code, this task is more efficient and clearer.)
- 2013-12-19 22:09:28下载
- 积分:1
-
hundun
本代码演示了将一个由非线性映射所产生的混沌序列作为载波,将待发送的有用信号(数字信号)作为调制信号,对非线性映射的某一参数在其混沌区域内进行调制的过程。另外,还有logistic相关代码(This code demonstrates a chaotic sequence generated by the nonlinear mapping as a carrier, will be sent a useful signal (digital signal) as the modulation signal, a nonlinear mapping parameters in the chaotic region is modulatedprocess.In addition, there are logistic related code)
- 2012-05-12 11:16:09下载
- 积分:1