-
leach_mod1
leach协议在matlab改进。对于初学者matlab了解leach协议有很好的帮助。(leach xie yi in the MATLAB)
- 2010-05-10 11:15:04下载
- 积分:1
-
Spectrum-Analysis-using-FFT
Spectrum Analysis using FFT
- 2011-09-07 19:43:09下载
- 积分:1
-
bpsk3
说明: 基于小波变换的二进制相移键控系统,BPSK信号检测
(Wavelet-based binary phase shift keying system)
- 2011-04-01 19:47:16下载
- 积分:1
-
simosimula
simosimul simulates the ber for different simo systems 1*1,2*1,3*1 and 1*4
- 2009-02-26 02:07:38下载
- 积分:1
-
random_fractal
generate simple random fractals recursively
- 2010-03-10 17:05:55下载
- 积分:1
-
alist2sparse
说明: 把ALIST形式的矩阵转为为稀疏矩阵,是以matlab语言进行转化的(turn alist form matriax to sparse matriax)
- 2010-04-07 09:08:17下载
- 积分:1
-
GLCM_Features1
GLCM_Features1 helps to calculate the features from the different GLCMs
that are input to the function. The GLCMs are stored in a i x j x n
matrix, where n is the number of GLCMs calculated usually due to the
different orientation and displacements used in the algorithm. Usually
the values i and j are equal to NumLevels parameter of the GLCM
computing function graycomatrix(). Note that matlab quantization values
belong to the set {1,..., NumLevels} and not from {0,...,(NumLevels-1)}
- 2013-04-21 07:06:27下载
- 积分:1
-
20097162233361
matlab课件,很好的,已经看过了,非常不错,大家想学的看看(matlab)
- 2010-01-10 21:09:11下载
- 积分: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
-
OFDM_DETECTION
OFDM检测的仿真,通过计算OFDM的归一化4阶累积量,实现OFDM信号的判决,内含升余弦滚降滤波或内插滤波的频谱图(OFDM simulation test, by calculating the normalized OFDM 4th order cumulant, to achieve decision OFDM signal, containing Raised Cosine filter or interpolation filter of the spectrum)
- 2011-05-05 09:44:58下载
- 积分:1