-
matlab
这是一个电力系统无功优化的MATLAB程序,在MATLAB7上已调试通过,其实例节点有点少,可对其进行改进(This is a reactive power optimization of MATLAB procedures have been debug MATLAB7 passed, the example of a little less nodes may improve their)
- 2007-12-26 15:20:33下载
- 积分:1
-
CCK
说明: 802.11b中CCK11M,CCK5.5M的实现程序,解调用的是FWT算法。(Implementation of 802.11b in the CCK11M program solution is called FWT algorithm.)
- 2011-04-07 18:09:59下载
- 积分:1
-
CH3src
matlab在通信系统仿真 第二版 第三章代码(matlab second edition of the communication system simulation code chapter )
- 2011-11-15 09:59:02下载
- 积分:1
-
Decimation
This program apply decimation on a speech file.
- 2014-01-25 18:35:02下载
- 积分:1
-
The-solution-of-nonlinear-equations
该例是个解非线性方程组的很有用的方法,解非线性方程组是个很大的难题。(The solution of nonlinear equations。and the solution is called muldNewton,and it is vary useful。
)
- 2011-11-07 17:24:41下载
- 积分:1
-
Q8
说明: segmentation of a matrix of an image of any size with important adjacent of size parameters
- 2011-12-02 05:52:21下载
- 积分:1
-
matlabchaotic-attractor
matlab几种典型的混沌吸引子,经典中的经典!谢谢!!!(matlab several typical chaotic attractor, the classic of classics! Thank you! ! !)
- 2013-01-31 11:28:48下载
- 积分:1
-
AHP-MATLAB
ahp的matlab程序,输入矩阵即可使用(ahp matlab program, you can use the input matrix)
- 2014-02-24 17:26:19下载
- 积分:1
-
feixianxin
根据所计算出的电力电子电路的模型,通过matlab绘制其非线性图形(分岔图)(According to the model of power electronic circuits calculated, drawn by matlab nonlinear pattern (bifurcation diagram))
- 2015-09-06 19:42:17下载
- 积分:1
-
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