-
OFDMMATLAB
ofdm系统的matlab程序设计,详细描述了OFDM系统的整个运行过程。(the design of OFDM communication using MATLAB,the OFDM course is described in detail.)
- 2009-11-06 09:51:29下载
- 积分:1
-
Sensor-Node-Data
Signal Processing of Sensor Node Data for
Vehicle Detection
- 2013-11-22 16:49:25下载
- 积分:1
-
rake
discrete continuous transform used in mobile communication, perfectly analyzed.
- 2010-09-02 14:20:45下载
- 积分:1
-
likelihood2class
This code is an importante code of example of Matlab for introduction about this programm.
- 2014-11-30 03:57:01下载
- 积分:1
-
work
CR行列式计算几何非线性空间杆系结构的通用matlab程序(CR determinant geometrically nonlinear space truss structures generic matlab program
)
- 2013-12-29 11:35:46下载
- 积分: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
-
newmark
newmark方法是实际应用程序,尤其适合初学者入门学习,易于消化。(Newmark method is a practical application, especially for beginners entry to learn, easy to digest.)
- 2015-03-11 14:18:22下载
- 积分:1
-
cs
说明: 压缩感知的例子。重建是用在稀疏域上求最小零范数的方法。首先把零范数凸松弛为一范数,然后变成线性规划问题,从而求得最优解。(An example of the compressive sensing. Its reconstruction is based on L0-norm minimization.)
- 2018-01-28 03:58:27下载
- 积分:1
-
format_burst
这是gsm系统中无线帧成型matlab仿真程序,上传给大家学习和参考。(This is a system of wireless frame molding gsm matlab simulation program, upload for everyone to study and reference.)
- 2010-05-05 20:46:31下载
- 积分:1
-
STA_COM
STATCOM working model with voltage satbility
- 2013-10-04 01:31:46下载
- 积分:1