-
gaodengshuxueMATLAB
matlab语言解高等数学中的各种问题,并附有各个例题的程序。(matlab language of higher mathematics in the solution of various problems, with various examples of the procedures.)
- 2008-07-25 14:56:39下载
- 积分:1
-
Intelligent-controller
PID控制算法简单、鲁棒性强,但其参数整定过程繁琐,整定时需要控制对象的精确数学模型,而且整定往往是针对某一种具体工况进行的,缺乏自学习和自适应能力。模糊神经网络则兼备了模糊逻辑和神经网络的优点,具有函数逼近功能,具有较强的自适应、自学习能力、容错能力和泛化能力。借助于遗传算法对全局性参数进行优化设计,借助于BP算法对局部性参数进行优化,将模糊神经网络和遗传算法引入PID控制参数的整定过程,构造出一种基于模糊神经网络和遗传算法的智能PID控制器(Intelligent controller based on fuzzy neural network and genetic algorithm)
- 2012-05-23 17:08:14下载
- 积分:1
-
PESGM2008-000049
Its IEEE paper on Control of An Islanded Distributed Energy Resource
Unit with Load Compensating Feed-Forward
- 2013-12-05 12:44:08下载
- 积分:1
-
turboC
turb0c的使用说明,其中详细阐述了该集成开发环境的使用方法(turb0c' s instructions, which detail the use of integrated development environment)
- 2011-01-26 10:25:06下载
- 积分:1
-
huise
灰色系统预测源代码,本人亲自试过可用,为什么一定要20个字呢(Grey forecasting the source code
)
- 2012-03-22 16:45:38下载
- 积分:1
-
SERVO_CONTROL
Motor control source
- 2011-08-07 22:47:40下载
- 积分:1
-
MatlabProgramming
This e-book could help you to understand how Matlab works.
- 2009-05-07 14:37:09下载
- 积分:1
-
tp7-Tp-Filtros
Matlab Filter Implementation
In this section, we will implement (in matlab) the simplest lowpass filter
$displaystyle y(n) = x(n) + x(n-1), n=1,2,ldots,N $
(from Eq.$ ,$(1.1)). For the simplest lowpass filter, we had two program listings:
Fig.1.3 listed simplp for filtering one block of data, and
Fig.1.4 listed a main program for testing simplp.
In matlab, there is a built-in function called filter3.3 which will implement simplp as a special case. The syntax is
y = filter (B, A, x)
where
x is the input signal (a vector of any length),
y is the output signal (returned equal in length to x),
A is a vector of filter feedback coefficients, and
B is a vector of filter feedforward coefficients.
The filter function performs the following iteration over the elements of x to implement any causal, finite-order, linear, time-invariant digital filter:3.4
- 2012-06-05 21:52:24下载
- 积分:1
-
MPPT_OK
光伏MPPT最大功率跟踪仿真模型,很有参考价值的算法(Photovoltaic maximum power tracking of MPPT simulation model, the algorithm of great reference value)
- 2013-08-21 23:09:22下载
- 积分:1
-
mallat_speed-suanfa
是有关小波分析mallat算法,简便实用(Is related to wavelet analysis mallat algorithm, simple and practical)
- 2013-11-02 01:19:28下载
- 积分:1