-
MatlabV4
Proakis_Contemporary Communication Systems using MATLAB
- 2009-06-07 05:49:35下载
- 积分:1
-
Kalman_test_linear-(1)
matlab code for Kalman Filter
- 2012-04-18 03:18:37下载
- 积分:1
-
es_Ang_Hough
自编的采用Hough变换的方法估计运动模糊图像的方向,含一个M文件,注释详细,希望对学习图像复原的朋友有一些帮助。(The use of self Hough transform to estimate the direction of motion blurred images, with an M file, comment in detail, hoping to restore the images to the friends learn that some help.)
- 2010-07-02 20:29: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
-
chap3_6
离散系统滑模跟踪的kalman应用,希望对大家有用(Sliding mode discrete-time systems kalman tracking applications, in the hope that useful to everybody)
- 2008-03-26 09:38:26下载
- 积分:1
-
uplink
说明: 该程序实现的了2x2的mimo系统收发。运行system程序,可看到接受端的误码率曲线,星图。(the process of the realization of the 2x2 MIMO transceiver system. Operating system procedures, we can see the receiving end of BER curves, star maps.)
- 2006-01-04 10:18:56下载
- 积分:1
-
kodingOFofdm
koding of ofdm reley chanel. multipath chanel
- 2010-05-30 03:22:31下载
- 积分:1
-
ReconocimientoRostros
Describe Describe Describe Describe Describe Describe Describe Describe Describe Describe
- 2013-08-27 01:08:09下载
- 积分:1
-
nirbeer
采用偏最小二乘法对啤酒样品进行数据分析。(Using partial least squares data analysis of beer samples.)
- 2011-11-27 16:15:24下载
- 积分:1
-
AMA_denoising
matlab 与C混编,通过交替最小化方法求解乘性噪声模型,利用了shifting技术。(Written by H. Woo and S. Yun, the corresponding paper is "Alternating minimization algorithm for speckle reduction with a shifting technique")
- 2013-11-12 22:36:43下载
- 积分:1