-
RateMatching
td-scdma速率匹配算法,对于td-scdma物理层的初学者,可以参考一下(td-scdma Rate matching)
- 2010-05-09 23:58:30下载
- 积分:1
-
MATLAB
matlab中的一些参数建模的方法,例如AR模型,ARMA模型,周期图法,多窗口法,最大熵法,以及小波分析的应用举例。(Some of the parameters of the matlab modeling methods, such as AR model, ARMA model, a periodic chart, window method, the maximum entropy method, as well as the application of wavelet analysis, for example.
)
- 2011-11-16 08:48:53下载
- 积分:1
-
MRC-DIVERSITY
THIS FILE PLOTS THE PERFORMANCE OF MAXIMUM RATIO COMBINING DIVERSITY TECHNIQUE.
- 2014-10-27 18:39:26下载
- 积分:1
-
matlab
了解隐马尔科夫模型HMM的概念、组成和需要解决的问题;通过matlab分析和三个基本算法分析读研和就业问题:forward算法、Viterbi算法和Baum-Welch算法(Understand the concept of Hidden Markov Model HMM, composition and problems to be solved matlab analysis by three basic algorithms: forward algorithm, Viterbi algorithm and Baum-Welch algorithm)
- 2014-01-15 16:25:59下载
- 积分:1
-
LSM
自适应滤波算法(最小均方误差算法)matlab源码程序。(Adaptive filtering algorithm matlab source program。)
- 2009-10-15 11:46:14下载
- 积分:1
-
kuopintiaozhi
扩频调制模块设计及仿真(包括仿真参数设置及调制模块分析)(the design and simulation of spread spectrum modulation (including parameters and analysis))
- 2012-03-22 21:57:20下载
- 积分:1
-
gif_make
在gif_make 联合开发网 - pudn.com
- 2014-01-22 13:22:09下载
- 积分:1
-
jiahua
697493自适应滤波算法的MATLAB代码 (697493 adaptive filtering algorithm MATLAB code)
- 2009-01-07 21:37:14下载
- 积分:1
-
fuzzy_pid
直流伺服电机用MATLAB实现的源代码,伺服系统由具有位置反馈、速度反馈和电流反馈的三闭环结构组成本控制系统采用模糊和PID复合控制,在小偏差时转化为P ID控制,这样就获得了比纯模糊控制更高的稳态精度,有比P ID控制更快的动态响应、更小的超调量。(DC servo motor to achieve with the MATLAB source code, by a position feedback servo system, the speed feedback and current feedback loop structure composed of three of the control system using fuzzy and PID compound control, in a small deviation into the P ID control, so that access to higher than the pure fuzzy control steady-state accuracy, faster than P ID control the dynamic response, smaller overshoot.)
- 2010-11-07 10:48:00下载
- 积分:1
-
rengongmianyi
a=load( q.txt )
width=input( 请输入窗宽 )
step=input( 请输入步长 )
m=length(a)
for i=1:floor((m-width)/step+1)
s(i,1:width)=a(1,1+(i-1)*step:width+(i-1)*step)
end
b=max(max(s))
M=s./b
Rs=input( 请输入本体集半径 )
nd=input( 请输入检测器数模 )
k=1
while k<=nd
d{k}=rand(1,width)
for i=1:floor((m-width)/step+1)
if (norm(d{k}-s(i,:)))^2<Rs
break
end
end
k=k+1
end
for j=1:nd
for i=1:floor((m-width)/step+1)
R(i)=(norm(d{j}-s(i,:)))^2(a = load (' q.txt' ) width = input (' Please enter the window width' ) step = input (' Enter step size' ) m = length (a) for i = 1: floor ((m-width)/step+1) s (i, 1: width) = a (1,1+ (i-1)* step: width+ (i-1)* step) end b = max (max (s)) M = s./b Rs = input (' Please enter the body set radius' ) nd = input (' Please enter the number of detector modules' ) k = 1 while k < = nd d {k} = rand (1, width) for i = 1: floor ((m-width)/step+1) if (norm (d {k}-s (i ,:)))^ 2 <Rs
break
end
end
k=k+1
end
for j=1:nd
for i=1:floor((m-width)/step+1)
R(i)=(norm(d{j}-s(i,:)))^2)
- 2011-05-21 16:46:49下载
- 积分:1