-
part2
Rayleigh Fading Channels in Mobile
Digital Communication Systems
Part II: Mitigation
- 2010-09-11 20:59:20下载
- 积分:1
-
DctVarFusion
image fusion using DCT
- 2015-01-08 09:36:54下载
- 积分:1
-
digital_modulation_FCN
说明: 使用matlab编程,比较全面的编写了数字调制的qpsk,ook,fsk,epsk,bpsk,ask过程。(Using matlab programming, more comprehensive preparation of the digital modulation qpsk, ook, fsk, epsk, bpsk, ask the course.)
- 2008-11-21 19:42:54下载
- 积分:1
-
T-F-analysis-toolbox
信号处理领域中时频分析工具箱,可以处理常见的食欲频域以及时频域信号分析。(Signal processing toolbox in the time-frequency analysis, loss of appetite can handle the common frequency domain and time-frequency domain signal analysis.)
- 2011-04-29 23:19:59下载
- 积分:1
-
zhengliu
基于单周期控制的整流器,采用MATLAB进行建模仿真。(The rectifier based on one cycle control, using MATLAB modeling and simulation.)
- 2012-05-02 22:37:50下载
- 积分:1
-
olsson_newell
该压缩文件为污水处理系统的建模、诊断和控制的全部程序和说明,非常实用。(The compressed file sewage treatment system modeling, diagnosis and control of all procedures and instructions, very practical.)
- 2013-01-14 20:21:04下载
- 积分:1
-
Atiziliao
2014年全国数学建模A题相关资料 。欢迎下载。(A mathematical modeling problem related information. Welcome to download)
- 2014-09-12 19:16:50下载
- 积分:1
-
DOASimu00
DOA估计仿真,含有MUSIC,MVDR等算法(DOA simulation)
- 2012-02-07 10:29:18下载
- 积分:1
-
FDTD_Perf3D.tar
Analyze performance of 3D FDTD algorithm for large systems.
- 2014-09-16 17:46:39下载
- 积分: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