-
chaotic_maps
Chaotic maps. Matlab simulation.
- 2007-09-30 18:26:40下载
- 积分:1
-
Hopfield
对hopfield网络的一个matlab实现,自己编写的一个程序,可视化的界面(Hopfield network on a matlab implementation of a program I have written, visual interface)
- 2011-04-25 12:53:51下载
- 积分:1
-
Unsupervised-Statistical-Models-for-General-Objec
Unsupervised Statistical Models for General Object Recognition
- 2013-10-11 20:55:47下载
- 积分:1
-
MAAB-2.1
关于Matlab建模的规范,纤细地介绍的matlab建模时应该注意的问题(Matlab modeling specifications, slim introduction to Matlab modeling should be noted that)
- 2013-04-20 08:58:48下载
- 积分:1
-
myself_ook
Bit error of OOK modulation for UWB
- 2013-05-05 03:14:09下载
- 积分:1
-
F_Cluster
依据不同模糊距离公式建立模糊相似矩阵,采用matlab编程实现的模糊聚类分析的源程序代码(Fuzzy similar matrix matlab fuzzy clustering analysis of the source code programming depending on fuzzy distance formula)
- 2013-12-24 18:51:15下载
- 积分:1
-
gui_I_14_6
利用matlab的GUI模块搭建了拍振的产生,两列同频率的叠加。(Using the GUI module of MATLAB to set up the production of the beat vibration, the two column of the same frequency of the superposition.)
- 2016-12-08 20:42:12下载
- 积分:1
-
svrqi
测量氨水的气体浓度(由平均阻值和平均电压来表示),它受到环境湿度和加热电压的影响。(Measurement of ammonia gas concentration (from an average resistance and average voltage to that), it is affected by environmental humidity and the heating voltage.)
- 2010-05-17 12:01:25下载
- 积分:1
-
MATLAB
MATLAB初级学习和应用以及进一步提高的PPT和源代码(MATLAB primary learning and applications, and to further improve the PPT and source code)
- 2013-10-25 14:43:09下载
- 积分: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