-
1
说明: 最小均方算法的仿真, LMS算法仿真在移动通信的应用(Least mean square algorithm simulation, LMS algorithm for the application of simulation in mobile communications)
- 2009-11-15 16:53:01下载
- 积分:1
-
patticle_filter
一个中科院博士生的关于粒子滤波的博士论文,对相关人员有重大参考价值(A Chinese Academy of Sciences doctoral dissertation on the particle filter, the relevant personnel have significant reference value)
- 2010-10-27 11:55:15下载
- 积分:1
-
Richardson
里查得森(Richardson)法解偏微分方程的程序。解的是定步长的抛物型偏微分方程:
du/dx - a * d2u/dx2 = 0
在程序中可以更改 a 的值以实现不同系数的解。由于它是一种显式格式,解的结果不稳定
在Matlab7下面运行发现竟然有一些值达到十的几十次方,这是算法本身决定的。不是程序有错误(Richard Anderson (Richardson) Solving partial differential equations procedures. Solution is scheduled to step parabolic partial differential equation: du/dx- a* d2u/dx2 = 0 in the procedure can be changed in order to realize the value of a different coefficient of the solution. Because it is an explicit format, the result of instability in the solution of the following Matlab7 running even found some value reached ten dozens of parties, this is the decision algorithm itself. Not a procedural error)
- 2008-04-20 23:22:00下载
- 积分:1
-
DUOJING
本人收集的关于多径衰落、瑞利,RICE信道、QPSK等仿真程序,经过本人测试,全部可用,并附上测试结果及仿真图.(I collected on the multipath fading, Rayleigh, RICE channel, QPSK simulation program, etc., after I test, all available, along with test results and simulation of Fig.)
- 2009-06-05 14:41:58下载
- 积分:1
-
mt_CS
多任务cs,压缩感知中的一种重构方法,主要用于重构(Multitasking cs)
- 2011-05-20 15:21:55下载
- 积分:1
-
1.1-SelfInfo_Entropy
self information and entropy
- 2015-03-16 16:01:02下载
- 积分:1
-
MATLABorder
此书中概括了很多MATLAB中的命令,便于查询和学习使用(This book summarizes many of the commands in MATLAB, easy to use search and study)
- 2010-10-28 10:10:24下载
- 积分:1
-
lssvmpso
基于粒子群优化最小二乘支持向量机参数的程序,很好用!!!(pos_lssvm)
- 2010-12-13 12:49:45下载
- 积分:1
-
two_ray_model
Modelo de dos rayos de Andrea Goldsmith (figura 2.5, según expresión
2.12)
f = 0.9 frecuencia en GHz
landa = 0.3/f en m
R = -1 coeficiente de reflexión en tierra
ht = 10 altura del transmisor en m
hr = 2 altura del receptor en m
Gt = 1
Gr = 1
Pt = 1
d=10:.1:100000
phase_diff = 4*pi*ht*hr./(landa*d) aproximación
Pr = Pt*((landa/(4*pi))^2)*((abs((sqrt(Gt)./d) + (R*sqrt(Gr).*(exp(-sqrt(-1)*phase_diff)))./d)).^2)
Pr = Pt*((landa/(4*pi))^2)*(1./d).*((abs((sqrt(Gt)) + (R*sqrt(Gr).*(exp(-sqrt(-1)*phase_diff))))).^2)
figure(1), clf,
plot((d),10*log10(Pr/max(abs(Pr))))
grid
xlabel( log_1_0(d) )
ylabel( Potencia recibida (dBm) )
- 2010-02-08 06:31:54下载
- 积分:1
-
DSSS
This is the generation code for direct spread spectrum using pseudo-random noises.
it shows how to generate it and also is implemented bit error ratio and the checking of autocorrelation.
- 2013-05-24 22:36:27下载
- 积分:1