-
cyc4cESPRIT2extmulph
此算法实现了对多径信号的估计及优化,仿真效果很好(muitipath option)
- 2009-10-23 09:32:02下载
- 积分:1
-
matlab_ChannelCoding.rar
matlab信道编码程序,可用于仿真设计TCH/FS信道各模块,检验、测试它们的性能,仿真与分析TCH/FS信道的信噪误码性能。
(channel coding matlab procedures, design simulation can be used to TCH/FS channel of the module, test, test their performance, Simulation and Analysis of TCH/FS channel BER noise letter.)
- 2009-05-26 18:35:51下载
- 积分:1
-
DBSCAN
实现基于密度的聚类算法,可以处理噪声数据,效果好(density-based clustering)
- 2011-12-30 13:36:16下载
- 积分:1
-
cx
说明: 利用Matlab编写求取4级移位寄存器的M序列
设初始序列为:1 1 1 1 通过一个四级的移位寄存器,其中在第三级有负反馈(一个模二加法),即将序列的第三位和第四位相加(如序列1 1 1 1经移位寄存器第一次移位后为0 1 1 1)的值再赋到第一位.
序列的周期为16.(The use of Matlab to prepare to strike four of the M shift register sequence based initial sequence as follows: 1 1 1 1 4 through a shift register, which in the third grade there is negative feedback (one-mode two adder), the upcoming series third and fourth combined (such as the sequence 1 1 1 1 by the shift register after the first shift for the 0 1 1 1) the value given to the first again. The cycle sequence was 16.)
- 2007-11-28 18:54:54下载
- 积分:1
-
63535282ls_esprit
OFDM的一种信道估计方法:基于旋转不变因子的信道估计方法(An OFDM channel estimation method: Based on the Rotation-invariant factor of channel estimation method)
- 2010-03-07 08:36:40下载
- 积分:1
-
AmaxBmin
alpha max plus beta min algorithm
- 2011-02-09 02:12:56下载
- 积分:1
-
laomang
这是一个好用的频偏估计算法的matlab仿真程序,基于混沌的模拟退火算法,是路径规划的实用方法。( This is a useful frequency estimation algorithm matlab simulation program, Chaos-based simulated annealing algorithm, Is a practical method of path planning.)
- 2016-06-18 18:08:23下载
- 积分:1
-
Deploy-Nodes
Distribution_Of_WSN代码(square_random.asv Distribution_Of_WSN)
- 2011-08-08 18:55:32下载
- 积分:1
-
MATLAB
时间序列在MATLAB中的应用以及使用说明(Time series in MATLAB applications and instructions for use)
- 2015-01-23 20:21:06下载
- 积分: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