-
fisher
这是一个模式是别里的关于fisher算法实现的广义线性分类器(This is a model other fisher Lane on the algorithm of generalized linear classifier)
- 2007-07-10 20:51:19下载
- 积分:1
-
exercise10_1
采用标准的Newton方法解决等式约束熵极大化问题(Standard Newton method,Equality constrained entropy maximization)
- 2015-11-14 21:27:07下载
- 积分:1
-
pso
说明: 经典的PSO粒子群优化算法,用于解决无约束优化问题(Classic PSO particle swarm optimization algorithm for solving unconstrained optimization problems)
- 2020-06-23 18:00:02下载
- 积分:1
-
motor
交流电机调速系列教材之一交流电机调速理论(AC Motor Speed Control Series of motor control theory textbooks)
- 2010-08-12 12:45:27下载
- 积分:1
-
fractal_dim
Fractal dimension (FD) calculation using differential box counting algorithm.
- 2013-03-27 22:18:02下载
- 积分:1
-
Excercise
Intelligent Systems code
- 2015-03-25 13:29:17下载
- 积分:1
-
case_study_3
关于风电最大功率跟踪控制的simulink仿真,比较了传统的控制方法和信号搜索方法。(matelab About Wind Power Maximum Power Tracking Control of simulink simulation to compare the traditional control method and signal search method.
)
- 2014-02-16 20:32:04下载
- 积分:1
-
calcErrorTOA
使用TOA的方法來計算位置,相當好用的程式(Using the TOA method to calculate the location, very easy to use program)
- 2010-02-24 20:52:52下载
- 积分:1
-
mtspof_ga
说明: 旅行商问题 可求解最短距离的,有距离路线图,运行次数(Summary:Each salesman travels to a unique set of cities and completes theroute by returning to the city he started from
Each city is visited by exactly one salesman)
- 2011-03-06 14:09:16下载
- 积分:1
-
pade
function [a,b] = pade(x,p,q)
PADE Model a signal using the Pade approximation method
----
Usage: [a,b] = pade(x,p,q)
The input sequence x is modeled as the unit sample response of
a filter having a system function of the form
H(z) = B(z)/A(z)
The polynomials B(z) and A(z) are formed from the vectors
b=[b(0), b(1), ... b(q)]
a=[1 , a(1), ... a(p)]
The input q defines the number of zeros in the model
and p defines the number of poles.
- 2012-04-18 09:52:53下载
- 积分:1