-
PCATEST
pca分类程序,主要用于脑电信号的分类。具有较好的分类精度!(pca classification procedures, mainly for the classification of EEG signals. Has better classification accuracy!)
- 2010-09-17 16:09:21下载
- 积分:1
-
fixed_point
Fixed-Point iteration(Function fixed_point(p0, N) approximates the solution of an equation f(x) = 0, rewritten in the form x = g(x), which is a sub-function the user has to enter. the call to the function fixed_point(p0, N) returns the root of the equation f(x),i.e. the fixed-point of g(x), if the procedure is successful or a sequence of iterates in case something goes wrong. p0 is the initial approximation and N the maximum number of iterations. If, after N iterations, condition |x(k)- x(k-1)| < tol is not satisfied, all iterated values will be displayed, accompanied by a message asking the user to either change p0 in case of divergence or enter another g(x) that does not lead to complex numbers arithmetics. Reasons for the program to go wrong are the divergence of iterates and/or appearance of complex numbers for example with functions involving sqrt(x) when one of the iterates is negative. )
- 2009-05-14 04:43:58下载
- 积分:1
-
MELP_m
melp algorithm 2.4kbs code in matlab
- 2011-01-13 15:23:24下载
- 积分:1
-
SoftwareEngineeringandComputerGames
Addison Wesley : Software
Engineering and Computer
Games
- 2011-01-21 10:08:25下载
- 积分:1
-
pythonprogrammin00zell_bw
PYTHON
programming:
AN INTRODUCTION TO COMPUTER SCIENCE
by JOHN ZELLE
- 2014-10-28 17:13:21下载
- 积分:1
-
Multi-agent-formation
可以实现多智能体编队,即多个分散智能体聚集到一块且相互之间保持一定的距离向前运动(Can achieve multi-agent formations that gathered more than a dispersion agent, and maintain a certain distance from each other moving forward)
- 2021-04-29 15:18:43下载
- 积分:1
-
qga
说明: 基本的量子遗传算法实现,代码简单易懂,可加入改进程序(Implementation of Basic Quantum Genetic Algorithms)
- 2019-04-16 10:16:00下载
- 积分:1
-
Kalman_filtering_algorithm
卡尔曼滤波,详细介绍了其具体过程,写论文必用,一定要收藏(It s very useful to write papers with Kalman filtering algorithms.)
- 2010-07-23 19:01:45下载
- 积分:1
-
SOMnet1
对一组具有相似模式的数据进行聚类,并且进行可视化(SOM)
- 2010-12-19 23:34:28下载
- 积分:1
-
kaerman
用matlab实现简单的卡尔曼滤波功能,(Using matlab to achieve a simple Kalman filtering)
- 2013-07-17 08:28:44下载
- 积分:1