-
Mann-Kendall-test
说明: 网上搜集的Mann-Kendall法(非参数检验方法)程序(Online collection of Mann-Kendall method (non-parametric test method) program)
- 2011-04-13 10:32:57下载
- 积分:1
-
hardofdm
ofdm加窗前后的对比频谱图,以及循环前后缀重叠与不重叠两种情况的对比,最后给出了误码率的计算。(ofdm added after the contrast spectrum window, and the cycle before the suffix overlap and contrast the two cases do not overlap Finally, the bit error rate calculation.)
- 2011-05-28 14:31:24下载
- 积分:1
-
LorenzeSynchroPredict
利用SIMULINK建立Lorenze系统的仿真模型,并实现同步预测(Simulink for lorenze system and synchro predict)
- 2013-09-05 10:12:51下载
- 积分:1
-
kmeans
K means code for k means algorithm
- 2013-08-05 12:44:42下载
- 积分:1
-
MATLAB4
code for ds cdma for matlab
- 2010-06-17 05:47:12下载
- 积分:1
-
Array2D(2.2)
一维、二维阵列方向图计算,带各种幅相分布、误差计算等(One-dimensional, two-dimensional array pattern calculation, with a variety of amplitude and phase distribution, the error calculation)
- 2007-12-14 22:50:09下载
- 积分:1
-
rayenv
this matlab code is for implementation of rayleigh channel using gans model.
- 2010-11-29 23:51:47下载
- 积分:1
-
spline3
三次样条插值,很不错的插值算法,值得参考(Cubic spline interpolation, the interpolation algorithm is pretty good, it is also useful)
- 2021-01-19 18:08:42下载
- 积分:1
-
PSK_SER_Curves
plot the psk curves .Useful for the beginners.
- 2013-03-14 18:04:38下载
- 积分:1
-
script2_music_circulaire.m.tar
fs = 8000 t = (0:1/fs:1).
x1 = cos(2*pi*t*300) x2 = cos(2*pi*t*400)
ha = phased.ULA( NumElements ,10, ElementSpacing ,1)
ha.Element.FrequencyRange = [100e6 300e6]
fc = 150e6
x = collectPlaneWave(ha,[x1 x2],[10 20 45 60] ,fc)
rng default
noise = 0.1/sqrt(2)*(randn(size(x))+1i*randn(size(x)))
hdoa = phased.ESPRITEstimator( SensorArray ,ha,...
OperatingFrequency ,fc)
doas = step(hdoa,x+noise)
az = broadside2az(sort(doas),[20 60])
- 2014-01-11 00:13:46下载
- 积分:1