-
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
-
teager
teager能量算子的程序以及一篇关于它的文章,可能通过调用它实现提取teager能量算子(teager energy operator)
- 2021-04-16 22:38:53下载
- 积分:1
-
gauss-seidel
gauss-seidel算法实现对方程组的求解(gauss-seidel algorithm for the equations)
- 2007-12-04 08:39:52下载
- 积分:1
-
plotinsfig
matlab code to plot figure inside figure (main and inset)
- 2010-09-29 19:18:40下载
- 积分:1
-
SVpwmwa
使用Matlab工具使仿真发出SVPWM波形,并验证其有效性(The simulation of SVPWM waveform is made by using the tool of matlab, and its validity is verified.)
- 2020-06-20 04:20:02下载
- 积分:1
-
sample7
含有噪声信号的功率谱
该算法是一种经典算法,可移植。(Contains a noise signal power spectrum of the algorithm is a classical algorithm, can be transplanted.)
- 2009-02-04 23:14:12下载
- 积分:1
-
hmf
hybrid median filter
- 2010-07-18 18:06:29下载
- 积分:1
-
DCDCBuckConverter
dc to dc buck boost converter with variable frequency
- 2014-12-19 14:07:29下载
- 积分:1
-
Frank_signal_QPSK
产生脉内Frank相位编码调制信号,并对其进行平方、四次方变换,利用四次方FFT结果为单频信号的特点完成调制识别,最后绘图观察其瞬时相位曲线。(Generating pulse code modulation signal within Frank polyphase, and its square, four square transformed by FFT results for the fourth power single-frequency signal modulation characteristics of complete identification, finally drawing to observe the instantaneous phase of the curve.)
- 2015-03-15 09:05:31下载
- 积分:1
-
ssprop-3.0.1
非线性光纤光学配套的一些实例matlab演示文件,可以更深刻的了解书本内容。美国,Govind P. Agrawal (Nonlinear fiber optics supporting some of the examples of matlab demo files, you can gain a deeper understanding of book content. The United States, Govind P. Agrawal)
- 2021-03-28 21:29:12下载
- 积分:1