-
matlab-lizilvbodaima
用matlab实现粒子滤波算法
x = 0 初始状态
R = input( 请输入过程噪声方差R的值: ) 测量噪声协方差
Q = input( 请输入观测噪声方差Q的值: ) 过程状态协方差
tf = 100 模拟长度
N = 100 粒子滤波器中的粒子个数
xhat = x
P = 2
xhatPart = x
………………(Particle filtering algorithm using matlab)
- 2013-04-08 17:32:07下载
- 积分:1
-
DjVuReader.2.0.0.27
ITS SOFTWARE TO OPEN SOME FILES
- 2014-11-07 21:40:18下载
- 积分:1
-
power_wind_ig
power wind generation
- 2012-11-10 16:22:45下载
- 积分:1
-
VSP example
This file is a solution for vertical seismic profile -example
- 2020-07-04 13:00:02下载
- 积分:1
-
MATLAB非线性动力学控制问题
非线性动力学控制问题 利用MATLAB中的simulink对非线性动力学进行研究(Control of nonlinear dynamics using MATLAB simulink in the study of nonlinear dynamics)
- 2020-06-27 01:40:01下载
- 积分:1
-
Untitled
MFCC参数计算,也可进行语音信号处理。 本程序需要调用voicebox工具箱中的melbankm.m程序得到Mel频率滤波器组(MFCC parameters, but also for voice signal processing. This procedure required to call VoiceBox toolbox melbankm.m procedures Mel frequency filter bank)
- 2009-03-21 22:29:56下载
- 积分:1
-
ex1
染色体识别与统计,识别其中的染色体并统计其数目,我们采用Matlab平台提供的一些图像处理函数.(Chromosome identification and statistics, to identify the chromosome and the number of statistics, we have adopted a Matlab platform provides a number of image processing functions.)
- 2009-04-21 09:47:24下载
- 积分:1
-
filhigh
matlab code for high pass filter
- 2009-12-16 21:19:54下载
- 积分:1
-
Shop-scheduling-genetic-algorithm
说明: 遗传算法车间调度,车间作业调度问题遗传算法
--------------------------------------------------------------------------
输入参数列表
M 遗传进化迭代次数
N 种群规模(取偶数)
Pm 变异概率
T m×n的矩阵,存储m个工件n个工序的加工时间
P 1×n的向量,n个工序中,每一个工序所具有的机床数目
输出参数列表
Zp 最优的Makespan值
Y1p 最优方案中,各工件各工序的开始时刻,可根据它绘出甘特图
Y2p 最优方案中,各工件各工序的结束时刻,可根据它绘出甘特图
Y3p 最优方案中,各工件各工序使用的机器编号
Xp 最优决策变量的值,决策变量是一个实数编码的m×n矩阵
LC1 收敛曲线1,各代最优个体适应值的记录
LC2 收敛曲线2,各代群体平均适应值的记录
最后,程序还将绘出三副图片:两条收敛曲线图和甘特图(各工件的调度时序图)(Genetic algorithm scheduling, job shop scheduling problems with genetic algorithms -------------------------------------------------------------------------- genetic evolution of the input parameter list, the number of iterations M N population size (taken even) Pm mutation probability T m × n matrix, stored m one piece n a process of processing time 1 × n vector, n a process in which each machine processes the number of Zp with the best value Y1p Optimal Makespan programs, the start time of each process the workpiece can be drawn based on its optimal solution Gantt Y2p, each time the workpiece end of the process, according to its draw Gantt Y3p optimal solution, each piece of the processes using machine code Xp optimal decision variable, decision variable is a real m × n matrix encoded LC1 convergence curve 1, the generation of the best individual record of LC2 fitness convergence curve 2, the average fitness value on behalf of groups record Finally, the program will draw three pict)
- 2021-01-27 13:58:35下载
- 积分:1
-
culture
用于简单函数优化的算法代码(MATLAB),希望对大家有用
(For simple function optimization algorithm code (MATLAB)。I need it can be useful to you)
- 2014-11-25 21:39:12下载
- 积分:1