-
Cooperative_Communications
说明: 协作通信的权威,美国南加州大学,维特比工程学院Prof.Gerhard Kramer的经典著作,系统的讲述协作通信的原理及应用(Authority collaboration communication, University of Southern California, Viterbi School of Engineering Prof.Gerhard Kramer' s classic, tells the system principle and application of collaborative communication)
- 2010-04-27 12:56:04下载
- 积分:1
-
biyesheji3
毕业设计的代码,如果你也为此恼火的话,可以看一下。(Graduate design code, if you do this annoyed, you can look at.)
- 2013-04-27 20:03:07下载
- 积分:1
-
return_fitted_best_rayleigh
输入:样本序列
输出:返回一个具有最佳拟合的瑞利分布(input:samples
output:return a best fit rayleigh)
- 2011-12-29 17:00:18下载
- 积分:1
-
Guide_to_MATLAB_For_Beginners
Matlab Guide Document
- 2010-07-29 16:21:18下载
- 积分:1
-
HV-line-simulation
HV line simulation program
- 2015-03-07 03:11:53下载
- 积分:1
-
TF-analysis
两篇时频分析的论文,时频分析技术简述与基于matlab的信号时频分析仿真,可以在编程时参考学习。(Two time-frequency analysis papers, time-frequency analysis technology brief matlab-based signal frequency analysis simulation can learn programming reference.)
- 2013-03-27 00:41:12下载
- 积分:1
-
gentleboost
温柔的形变模型分类器和两个不同的weak-learners决定树桩和感知。
问题是进行多层次的one-vs-all策略(Gentle AdaBoost Classifier with two different weak-learners : Decision Stump and Perceptron.
Multi-class problem is performed with the one-vs-all strategy)
- 2012-04-23 13:26:08下载
- 积分:1
-
dsss
matlab mobile networl program
- 2014-01-10 14:07:52下载
- 积分:1
-
OMP
频谱感知与检测中利用omp算法进行重构的优化(Optimization of spectrum sensing and detection algorithms use omp reconstruction)
- 2017-01-10 10:14:58下载
- 积分: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