-
Kalman_filtering_algorithm
卡尔曼滤波,详细介绍了其具体过程,写论文必用,一定要收藏(It s very useful to write papers with Kalman filtering algorithms.)
- 2010-07-23 19:01:45下载
- 积分:1
-
MATLABcase2660
《MATLAB程序设计教程》PPT,适合初学者学习,和大家共享一下()
- 2008-05-08 11:57:11下载
- 积分:1
-
Immune-particle-swarm-algorithm
免疫粒子群算法,这种免疫粒子群优化算法结合了粒子群优化算法具有的全局寻优能力和免疫系统的免疫信息处理机制,并且实现简单,改善了粒子群优化算法摆脱局部极值点的能力。(Immune particle swarm algorithm, this immune particle swarm optimization PSO combines the global optimization ability of the immune system and immune mechanisms of information processing algorithm, and the simple, to improve the PSO' s ability to get rid of the local extreme points .)
- 2021-03-24 09:39:17下载
- 积分:1
-
ch01
book for matlab for engeniers in antena modulation..
- 2010-10-22 17:16:23下载
- 积分:1
-
porojefanardamper
this is other mass-spring project with matlab gui that get initial values an d solve the motion equation and show wave of the motion
- 2010-12-26 06:26:53下载
- 积分:1
-
matpower3.2
说明: 求最优潮流的matlab程序,可以求解pq分解法、牛顿拉夫逊法等潮流计算。(For optimal power flow matlab procedure pq decomposition method to solve, such as Newton Raphson power flow calculation.)
- 2008-10-26 09:31:50下载
- 积分:1
-
UFLDL
matlab实现deeplearning的教程,很详细(matlab realize deeplearning tutorial, a very detailed)
- 2014-04-16 13:13:01下载
- 积分:1
-
hht-daima
hht(希尔伯特黄变换)的matlab工具箱,其中包括时频分析工具箱(hht (Hilbert-Huang Transform) of the matlab toolbox, including the time-frequency analysis toolbox)
- 2010-08-21 15:43:04下载
- 积分:1
-
灰度共生矩阵
说明: 灰度共生矩阵MATLAB实现 联合概率矩阵法是对图像的所有像素进行统计调查,以便描述其灰度分布的一种方法。(Gray symbiotic matrix MATLAB joint probability matrix of all the pixel image survey was conducted to describe the distribution of a gray-scale approach. )
- 2005-10-21 16:50:27下载
- 积分:1
-
Particle-filter-matlab
粒子滤波matlab仿真程序.粒子滤波的基本思想是:首先依据系统状态向量的经验条件分布,在状态空间抽样产生一组随机样本集合,这些样本集合称为粒子;然后根据观测值不断调整粒子的权重大小和样本位置;最后通过调整后的粒子信息修正最初的的经验条件分布,估计出系统状态和参数。该算法是一种递推滤波算法,可以用来估计任意非线性非高斯随机系统的状态和参数。 粒子滤波主要有三步基本操作:采样(从不含观察值的状态空间产生新的粒子)、权值计算(根据观察值计算各个粒子的权值)、重采样(抛弃权值小的粒子,使用权值大的粒子代替),这三步构成了粒子滤波的基本算法。 SIRF(Sample Importance Resampling Filter)算法是粒子滤波的一种基本算法。(Particle filter matlab simulation program)
- 2012-09-05 19:14:08下载
- 积分:1