-
step_linear_predetict_and_Weiner_filter
一步线性预测与Weiner滤波的比较,含GUI界面.(Step linear prediction compared with the Weiner filter, with GUI interface.)
- 2010-07-23 22:18:25下载
- 积分:1
-
lowfir1
C code version of Matlab function fir1.m (lowpass only)
- 2010-08-13 17:46:05下载
- 积分:1
-
harriscorner
HARRIS CORNER DETECT
- 2010-11-29 22:22:59下载
- 积分:1
-
LMSclassifier
LMS分类器,用于对多维采样点进行分类。可根据类别数修改分类器,模式识别作业里头摘出来的。(LMS classifier, multi-dimensional sampling points used for classification. Can be modified in accordance with several types of classifiers, pattern recognition operations picked up inside.)
- 2009-07-08 17:31:46下载
- 积分:1
-
matlab
这是一本MATLAB电子书,特别适合初学者,内容精练、简洁,通俗易懂!(This is a MATLAB e-books, particularly suitable for beginners, as concise, simple, user-friendly!)
- 2008-04-11 09:08:33下载
- 积分:1
-
DTMF1
matlab code for DTMF
- 2010-07-26 18:13:29下载
- 积分: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
-
gridLegend
gridlegand多行实现,对多列函数进行实现(gridlegand multi-line implementation)
- 2011-02-13 16:37:37下载
- 积分:1
-
ofdm_mod
lte技术中的关键技术:OFDM技术原理编程实现(lte technology in key technologies: OFDM Principles of Programming Technology)
- 2011-06-13 18:05:11下载
- 积分:1
-
abc
异步电机的matlab仿真,三想abc仿真,可供新手学习(Matlab simulation of induction motor, the three would like to abc simulation, for the novice to learn)
- 2009-05-20 11:47:44下载
- 积分:1