-
upfcode
无忌卡尔曼粒子滤波,希望对大家有帮助。
代码是用matlab实现的(Kalman particle filter out loudly, and they hope to help everyone. Matlab code is used to achieve the)
- 2007-12-01 18:32:56下载
- 积分:1
-
RHandRand
用matlab仿真对光谱进行定标和很好的一个随机数发生器(Matlab simulation of the spectrum used for calibration and a very good random number generator)
- 2009-04-04 13:21:54下载
- 积分:1
-
yuyindaoxu
用Matlab以及c语言求语音序列的倒谱
这某段语音信号求FFT、取模、取log、IFFT得到倒谱,并画图。选取一段进行分析,分别对浊音和清音各自求倒谱。(Using Matlab, as well as for c language serial Cepstral voice that voice signal for a certain period of FFT, check mode, check log, IFFT been cepstrum, and drawing. Select a section of the analysis, respectively, and the voiceless to voiced their demand cepstrum.)
- 2021-05-24 01:30:02下载
- 积分:1
-
program-design-of-matlab
详细介绍了matlab程序设计方法,并给出了具体例子,有助于大家理解编程(it introduces matlab design method, and gives the specific examples,can help everyone understand the programming
)
- 2011-05-09 15:46:00下载
- 积分:1
-
sprtv2
sprt code in matlab. sprt can isolate the change of variance in a signal.
- 2013-03-20 00:48:12下载
- 积分:1
-
jc-specs
JC specifications documents
- 2014-12-17 23:21:15下载
- 积分:1
-
基于粒子群算法的PID控制器优化设计
基于粒子群算法的PID控制器优化设计,蛮不错的,可以入手哟(Optimization design of PID controller based on particle swarm optimization)
- 2018-05-29 14:56:44下载
- 积分:1
-
MATLABmldq
MATLAB命令大全 这是较早版本的书,不过内容并没有过时。当时用的还是5.3版本。(MATLAB command Encyclopedia This is an earlier version of the book, but did not become obsolete. At that time, or 5.3 version.)
- 2008-05-14 22:34:58下载
- 积分:1
-
Vth
Vth system calculation
- 2013-08-21 04:12:02下载
- 积分:1
-
STDPSO
粒子群算法,也称粒子群优化算法(Particle Swarm Optimization),缩写为 PSO, 是近年来发展起来的一种新的进化算法(Evolutionary Algorithm - EA)。(For each particle
____Initialize particle
END
Do
____For each particle
________Calculate fitness value
________If the fitness value is better than the best fitness value (pBest) in history
____________set current value as the new pBest
____End
____Choose the particle with the best fitness value of all the particles as the gBest
____For each particle
________Calculate particle velocity according equation (a)
________Update particle position according equation (b)
____End)
- 2015-03-13 09:28:14下载
- 积分:1