-
WalshHadmard
WalshHadmard code for CDMA system..
- 2009-11-07 07:20:32下载
- 积分:1
-
threebody
求解三体问题,并画动态图像。同时含有解释三体问题的pdf文件(Solving the three-body problem, and draw a dynamic image. Also contains a pdf file explaining the three-body problem)
- 2012-06-27 23:22:10下载
- 积分:1
-
shujuyasuo
图像压缩的MATLAB程序,可用于压缩任意图像(Image compression MATLAB program)
- 2013-03-05 16:58:50下载
- 积分:1
-
MATLABshijingwangluoyishiliyingyong
神经网络原理与实例精解,有用,希望有帮组(Examples of neural network theory and refined solution)
- 2013-12-31 15:35:57下载
- 积分:1
-
AR_Methods
使用MATLAB建立一个AR模型,并画出图形进行比较(Use MATLAB to build a AR model, and draw graphics comparison)
- 2008-08-24 11:38:08下载
- 积分:1
-
linedr
采用集中质量法求解水平成层场地的地震响应,其中包含newmark求解动力方程(Quality level of a centralized method for solving the seismic response of layered space, solving the dynamic equation which contains newmark)
- 2011-10-14 16:59:20下载
- 积分:1
-
从滞回曲线提取骨架曲线点Matlab程序
钢筋混凝土低周往复加载试验从滞回曲线提取骨架点(Skeleton point extraction of hysteresis curve)
- 2017-07-26 10:55:26下载
- 积分:1
-
Channel
根据正弦波叠加法产生莱丝信道,其中参数设置仅供参考(Gaussian power spectrum)
- 2013-08-06 10:30:04下载
- 积分:1
-
SpectralGraphTheoryMatlaCode
谱图理论在图像分解中的Matlab源代码,包括各功能子函数,源文件中附有使用说明(Spectral Graph Theory in Image Decomposition Matlab source code, including the function of Functions, the source file for use with)
- 2010-05-07 23:06:11下载
- 积分: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