-
Matlab1
Matlab 语言及其在有限元编程中的应用(Matlab programming language and its application in the application of finite element)
- 2010-03-12 22:11:09下载
- 积分:1
-
time-series-analysis
时间序列分析的工具箱,里面有html说明(time series analysis toolkit, which has html note)
- 2006-08-24 20:03:36下载
- 积分:1
-
qlearning
q-learning的相关例程,可供大家学习了解使用(about q-learning)
- 2014-11-04 10:23:37下载
- 积分:1
-
Disfrft
dfrft离散分数阶傅里叶变换的matlab程序,适合入门(Discrete fractional Fourier transform of the matlab program, suitable for entry
)
- 2013-10-25 11:56:26下载
- 积分:1
-
OK6410ClientServer
Sample code for testing OK6410 braod card client/server communication
- 2014-01-28 17:43:28下载
- 积分:1
-
rayleigh
说明: 基于Matlab的移动通信中多径衰落信道的仿真\基于多径传输和多普勒频移的 瑞利(Rayleigh)信道的仿真 主要考虑不同条件下的仿真(Matlab-based mobile communications in the multipath fading channel simulation \ based multi-path transmission and Doppler frequency shift of the Rayleigh (Rayleigh) channel simulation the main consideration of the simulation under different conditions)
- 2020-12-31 11:58:59下载
- 积分:1
-
LMS
LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=-0.195
a1=-1.5955
a2=0.95
R0=[1,a1,a2 a1,1+a2,0 a2,a1,1]
p=[1,0,0]
r=inv(R0)*p 计算理论自相关函数
R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵
p1=[r(2),r(3)] 生成互相关
h=inv(R)*p1 计算维纳解
Jmin=r(1)-h *p1 计算维纳解时最小均方误差
u=1/sum(eigs(R)) ( LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=-0.195
a1=-1.5955
a2=0.95
R0=[1,a1,a2 a1,1+a2,0 a2,a1,1]
p=[1,0,0]
r=inv(R0)*p 计算理论自相关函数
R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵
p1=[r(2),r(3)] 生成互相关
h=inv(R)*p1 计算维纳解
Jmin=r(1)-h*p1 计算维纳解时最小均方误差
u=1/sum(eigs(R)) )
- 2021-03-01 22:29:34下载
- 积分:1
-
levinson
说明: 原创_levinson_dubin递推算法,现代谱估计的一种算法(Original _levinson_dubin recursive algorithm, Modern Spectral Estimation Algorithm)
- 2011-04-09 01:08:47下载
- 积分:1
-
kalman
无线传感器网络定位技术中可以用卡尔曼滤波来改善定位精度(the Kalman filter can be used to improve the positioning accuracy of location in wireless sensor networks )
- 2011-05-24 23:15:57下载
- 积分:1
-
M_Capon
基于Capon算法的空时处理自适应算法,适用初学者(space-time adaptive beamformin based on capon)
- 2014-11-04 22:52:16下载
- 积分:1