-
Qlearningliti
讲基于q学习的应用的相关文献,不错的学习例子(Q learning about the application based on the literature, examples of good learning)
- 2010-10-25 21:04:03下载
- 积分: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
-
music
MUSIC算法,可以降噪,提高分辨率,用于图像质量提高(MUSIC algorithm, noise reduction, improved resolution for improved picture quality)
- 2013-12-18 09:57:06下载
- 积分:1
-
Pressure-and-support
通达信上的指标,明确显示支撑与压力的价格,并给予买卖和止损的信号。(Mastery indicators on the letter, clearly shows the price support and pressure, and the sale and stop signals given.)
- 2013-12-06 14:35:03下载
- 积分:1
-
Firefly Algorithm
该程序为萤火虫算法matlab源代码,不包含问题、编码、解码等部分,只是单纯的运算方式。可在此基础上继续编写子程序,解决具体问题。(This program is the firefly algorithm matlab source code, does not contain problems, coding, decoding and other parts, just a simple operation. On this basis, you can continue to write subroutines to solve specific problems.)
- 2020-09-16 16:17:55下载
- 积分:1
-
flush-src
粘弹性地基结构动力响应计算程序,虽然比较老,还是很有价值。(Visco-elastic foundation structural dynamic response calculation program, though relatively old, is still of great value.)
- 2010-01-04 21:01:42下载
- 积分:1
-
canny-Implementation
Implementation of the canny edge detector.
- 2011-04-23 21:55:54下载
- 积分:1
-
codes
Entropy_Optimization for blind source separation
- 2012-08-13 17:12:04下载
- 积分:1
-
classification-using-LDAPSVM
利用LDA与SVM实现两类之间的分类程序(classification program between the two classes using LDA and SVM)
- 2013-05-06 15:03:33下载
- 积分:1
-
Kalmanfilterintuitivtutorial
Kalman filter intuitive tutorial
- 2007-12-12 14:14:04下载
- 积分:1