-
Matlab6.Xorithic
Matlab6.X辅助优化计算与设计源代码,该压缩文件中的源代码都能正常运行,本人在上课教学中都用过,很好用的(Matlab6.X auxiliary calculation and design optimization of the source code, the compressed file in the source code to the normal operation, I have used in class teaching, good use)
- 2007-12-23 10:50:06下载
- 积分:1
-
mtlb_cc
mfcc coefficient means mel frequency cepstral coefficient
- 2012-04-24 18:21:59下载
- 积分:1
-
bakstein_data
图像校准的测试图片。标准的棋盘图像。摄像机标定。(Image calibration test image. Standard chessboard image. Camera calibration.)
- 2009-12-16 16:08:45下载
- 积分:1
-
ica_matlab.tgz
线性及卷积混合信号盲源分离论文及算法
全是算法,看不懂也不要下了,慢慢看,免费的 (Linear and mixed-signal convolution papers and blind source separation algorithms are algorithms, do not know do not look down, and slowly watch, free)
- 2008-05-31 13:16:36下载
- 积分:1
-
fdtd_2d_PML
Dennis M. Sullivan ;FDTD二维电磁场传播模拟,根据书上的C语言,写成的matlab程序(Dennis M. Sullivan FDTD simulation of two-dimensional electromagnetic field propagation, according to the book on the C language program written in matlab)
- 2011-04-24 18:16:48下载
- 积分:1
-
Compression
JPEG2000 Image Compression: Efficient Methods for Encoding Regions of Interest in the Upcoming JPEG2000 Still Image Coding Standard
- 2011-08-14 23:09:22下载
- 积分:1
-
voronoi
基于matlab软件,实现3D有边界的voronoi图。(A Voronoi diagram with a boundary for 3D)
- 2018-06-03 19:37:40下载
- 积分:1
-
OMNeTUserGuide
OMNET ++ user guide ebook from OMNET site
- 2010-11-17 18:58:06下载
- 积分:1
-
using_c_to_mex_file_in_matlab
学习和使用matlab和c语言混合编程的文件(learning and the use of Matlab and c mixed programming language documents)
- 2006-12-27 11:57:53下载
- 积分: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