-
MATLAB.DYNPROG
动态规划逆序算法的MATLAB程序上传资料(The dynamic programming algorithm of MATLAB program was)
- 2010-09-04 16:45:02下载
- 积分: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
-
OFDM-Simulator
几个关于OFDM仿真原始代码,对学习相关内容的人有些帮助.(OFDM simulation source code)
- 2015-04-02 19:50:21下载
- 积分:1
-
FCM
Segmentatiuon wiuth FCM
- 2009-09-04 20:09:14下载
- 积分:1
-
grad_conj_md
二次函数的共轭梯度法的matlab实现函数,输入相关参数即可进行迭代运算。(The function MATLAB realization of conjugate gradient method of quadratic function. )
- 2013-07-27 01:06:41下载
- 积分:1
-
l2007425234648
这是一道很基本的程序,一方面希望它对初学遗传算法的兄弟们有用(包含了遗传算法实现的大部分步骤,而且有详细的注释),另一方面旨在抛砖引玉,
在下浅见:
1、遗传算法在进行大规模计算时,数据交换量大,速度确实是一个瓶颈,就如这道程序,在种群规模50,进化代数1000时运行需要40秒左右(cpu:duron 1G),当然,小弟编程能力弱,望各位大侠指教啊,或帮我修改一下这道程序
(This is a very basic procedure, While they want it beginner GA brothers useful (including the genetic algorithm to achieve the most steps and a detailed note), on the other hand aims to attract the next suggestions : 1. GA conducting large-scale calculations, the data exchange capacity, speed is a bottleneck, as this practice. 50 in population size, the evolution of algebra required for the operation of 1000 when about 40 seconds (cpu : duron 1G), Of course, the younger programming weak, and hopes to enlighten ah Shanhaiguan, or help me rephrase this practice)
- 2007-05-13 09:19:25下载
- 积分:1
-
COMP3
hyst stst zoho busy bee
- 2013-09-05 20:40:33下载
- 积分:1
-
sb
说明: 网上找的一个有意思的程序。共享下。参阅下子(Internet is an interesting program. Sharing the next. See erupted)
- 2011-09-28 11:03:06下载
- 积分:1
-
Uncertainty-Analysis-flood-damage
Uncertainty analysis of flood damage curves. Code for the work described by Egorova et al. in their journal paper
- 2014-11-03 17:10:43下载
- 积分:1
-
BG-PSO
Bacterial Foraging Orientec by Particle swarm optimization_国外人写的细菌粒子群算法,matlab实现求函数优化(Bacterial Foraging Orientec by Particle swarm optimization)
- 2010-06-03 16:34:55下载
- 积分:1