-
JHSantiagoTexcoco_FletcherReeves-MatLab
Prueba1 FletcherReeves
Hernández Santiago José
Maestría en Ciencias de la Computación
Septiembre / 2011
1. Comenzar con un punto arbitrario
2. Calcular Gradiente de Fi
3. Si el Gradiente Fi es igual a 0(converge), termina
4. Si el Gradiente Fi es !=0 continuar
5. Encontrar dirección de búsqueda
Si= -GradienteFi= - Gradiente F(Xi)
6. Determinar la Longitud Optima del incremento lamda(i) en dirección Si
X(i+1)=X(i)+lamda(i)*S(i)= X(i)-lamda(i)*Gradiente F(Xi)
7. Hacer i=2
8. Obtener Gradiente Fi
9. Calcular Si= -GradFi + ( [abs(GradFi)^2]/[abs(GradF(i-1))^2] )*S(i-1)
10. Determinar la Longitud Optima del incremento lamda(i) en dirección Si
X(i+1)=X(i)+lamda(i)*S(i)= X(i)-lamda(i)*Gradiente F(Xi)
7. Verificar Optimalidad de X(i+1)
Si es optimo, detener
Si no es optimo hacer i=i+1 e ir al paso 8
- 2013-08-08 14:30:24下载
- 积分:1
-
frequency-analysis-of-atrial-fibrillation
生物医学信号处理方面的IEEE文章,主要是研究ECG(心电信号)的,比较有价值(biomedical signal processing IEEE article, it is mainly the research ECG (ECG), quite valuable)
- 2007-04-04 15:11:43下载
- 积分:1
-
MATLAB
MATLAB程序设计教程电子教案
包含:matlab实例编程一百个源程序,
MATLAB程式设计入门篇程式流程控制等一系列基本操作(MATLAB Programming Guide electronic templates
Contains: matlab programming examples one hundred source,
MATLAB Programming Beginners program flow control and a series of basic operations)
- 2013-09-12 19:25:37下载
- 积分:1
-
ResearchandImplicaofAutochargingEquipmentBasedonDS
:介绍了一种利用DSP控制的大容量蓄电池自动充电装置的设计。采用高频开关电源技术,给出了基于数
字信号处理器TMS320LF2407的充电装置控制系统的软、硬件设计。借助Matlab中的Simulink仿真工具,采用
在线模糊自整定技术对充电装置控制系统进行仿真,并将仿真结果应用于DSP控制器中,实现对Fuzzy-PID控
制的Kp、Ki、Kd参数的在线自整定,使充电方式能较好的模拟最佳充电曲线,达到理想效果。理论分析和试验都
表明,该充电装置能够有效地提高蓄电池的充电效率,加快充电速度。
(:An automatic charging equipment with high-capacity storage battery was designed through being controlled by
DSP.Using the HF SPS(High-Frequency Switching Power Supply),the software/hardware implementation of a
TMS320LF2407 based controller system was introduced.With the tool-box of Simulink in Matlab,it adopts Fuzzy-PID
methods to simulate the controlling system of charging system.Then the result of simulation will be used in DSP controller
to realize self-control of the the parameters of Kp、Ki、Kd in PID controller so as to make the way of battery charging could
simulate the excellent curve and reach ideal results.)
- 2009-05-28 09:53:59下载
- 积分:1
-
lagrange
这是一个实现拉格朗日插值的数学程序,也很经典。(This is a mathematical realization of Lagrange interpolation process is also very classic.)
- 2010-01-01 23:56:18下载
- 积分:1
-
MatlabBERAnalyzer
说明: 光通信系统的MATLAB实现,在OPTISYSTEM中运行(run in optisystem)
- 2010-04-14 18:57:16下载
- 积分:1
-
runga_kutta
runga kutta numerical integration method forth order
- 2015-02-25 17:44:06下载
- 积分:1
-
DQER
Please read THIS DOCUMENTE
- 2013-05-05 10:19:49下载
- 积分:1
-
Introduction_to_Simulink_with_Engineering_Applica
Introduction to Simulink®
with Engineering Applications
- 2010-01-01 18:24:44下载
- 积分:1
-
attachments
source code for the removal of motion artifact in ecg using adaptive removal technique
- 2011-02-16 13:24:10下载
- 积分:1