-
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
-
clusters
协同微粒群算法,用于原子簇的结构优化。协同微粒群算法模型由南非人Frans van den Bergh提出,对高维问题处理的效果要显著优于基本微粒群算法。(synergies PSO algorithm, for the cluster of structural optimization. Synergy PSO algorithm model from South Africa who Frans van den Bergh, for the high-dimensional problems of the effect was significantly better than the basic particle swarm algorithm.)
- 2005-04-16 16:02:33下载
- 积分:1
-
fsk1
fsk 使用matlab进行二进制振幅调制(fsk using matlab binary amplitude modulation)
- 2008-04-10 10:03:19下载
- 积分:1
-
DS18B20
基于matlab的温度检测系统里有1820与串口通行方法(Matlab-based detection system temperature, there are 1820 with the serial passage method)
- 2009-05-14 20:01:20下载
- 积分:1
-
matlab-
本文档涵盖所有常用matlab算法的程序,希望对大家有帮助(This document covers all the commonly used algorithm matlab program, we want to help)
- 2010-05-28 22:18:01下载
- 积分:1
-
50Hzremove
利用matlab滤除50HZ工频干扰的代码,另有一篇相关论文(Use of matlab filter frequency 50 HZ power frequency interference code)
- 2020-12-18 14:59:11下载
- 积分:1
-
LDPC_Test
包含802.11n标准和CCSDS标准中的LDPC码校验矩阵和生成矩阵的生成和仿真(Comprising generation and simulation 802.11n standard and CCSDS standard LDPC code check matrix and the generator matrix)
- 2021-03-17 21:19:21下载
- 积分:1
-
cx
说明: 用matlab做的车牌识别的程序,能运行,效果还不错!(License plate recognition using matlab to do the procedure can run, results were pretty good!)
- 2010-05-10 17:59:01下载
- 积分:1
-
disjw
利用两点距离计算经纬度的matlab程序,欢迎交流。(use latitude and longitude distance calculation procedures of Matlab, welcomed the exchange.)
- 2006-09-23 00:02:11下载
- 积分:1
-
shiyan1
MATLAB 信号分析 卷积, 各种信号的产生,傅里叶变换等(MATLAB signal analysis convolution)
- 2011-11-06 14:39:57下载
- 积分:1