-
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
-
4Gkey
说明: 这是一篇关于4G方面的一篇文章,它主要是介绍了4G的一些关键技术,如智能天线技术、MIMO技术、中继技术等。
- 2010-04-21 10:03:58下载
- 积分:1
-
Spectral-Clustering
实现了一种谱聚类,并建立了一个谱聚类的工具箱(Achieve a spectral clustering, spectral clustering and the establishment of a toolbox)
- 2011-10-28 16:03:48下载
- 积分:1
-
13
说明: 粒子群算法(PSO)是一种基于群体的随机优化技术。与其它基于群体的进化算法相比,它们均初始化为一组随机解,通过迭代搜寻最优解。不同的是:进化计算遵循适者生存原则,而PSO模拟社会。将每个可能产生的解表述为群中的一个微粒,每个微粒都具有自己的位置向量和速度向量,以及一个由目标函数决定的适应度。所有微粒在搜索空间中以一定速度飞行,通过追随当前搜索到的最优值来寻找全局最优值。
PSO模拟社会采用了以下三条简单规则对粒子个体进行操作:①飞离最近的个体,以避免碰撞。②飞向目标。③飞向群体的中心。这是粒子群算法的基本概念之一。
粒子群算法其基本思想是受许多鸟类的群体行为进行建模与仿真研究结果的启发(Particle swarm optimization (PSO) is a population based stochastic optimization techniques. Based on evolutionary algorithms compared with other groups, they are initialized to a random solution, iterative search through optimal solution. The difference is: the principle of survival of the fittest evolutionary computation to follow, while PSO simulation community. The potential of each solution expressed as a group of particles, each particle has its own position vector and the velocity vector, and a fitness determined by the objective function. All particles in the search space at a constant speed flight, by following the current search to find the optimal values of the global optimum. PSO simulation community has adopted the following three simple rules for the operation of individual particles: ① recently departed individuals, in order to avoid collisions. ② to the target. ③ fly to center groups. This is one of the basic concepts of particle swarm algorithm. PSO algori)
- 2015-04-21 16:39:12下载
- 积分:1
-
A-fuzzy-neural-network
算法的研究基于matlab模糊神经网络的预测算法-嘉陵江水质评价(A fuzzy neural network prediction algorithm
)
- 2020-09-11 08:07:59下载
- 积分:1
-
logestic
this program is the simulink of logistic map
- 2009-09-13 01:20:17下载
- 积分:1
-
FingerPrints
m.file Finger print for image processing applications
- 2011-01-24 17:38:52下载
- 积分:1
-
uplink_downlink
ofdm is the important technology for future wireless communication. battery power is constraint one. to improve this many energy efficiency scheduling are used along with power allocation technique
- 2013-02-25 21:50:06下载
- 积分:1
-
math
关于matlab的数学基础的英文资料,对于了解matlab的编程原理有很好的帮助(About matlab mathematical foundations of English, for the understanding of matlab programming principles of good help)
- 2013-11-03 16:13:58下载
- 积分:1
-
基于Mesri蠕变模型的桥梁桩基工后沉降计算程序
说明: 基于Mesri蠕变模型的桥梁桩基工后沉降计算程序(Calculation program for post-construction settlement of bridge pile foundation based on Mesri creep model)
- 2020-06-23 03:20:01下载
- 积分:1