-
sudokon
含GUI界面的数独游戏,具有多种帮助提示功能,以提高解题能力。(A GUI for helping you to solve sudoku puzzles onscreen)
- 2010-08-23 15:02:50下载
- 积分:1
-
Principal-component-analysis-matlab
说明: 主成分分析.mht:介绍主成分分析的文章
edgepick.m:本程序的目的是实现边缘检测
drawprim.m:找到最大主分量所在的位置,从而在原图象中绘出
practical.m:一个主分量的程序,边缘检测和主分量提取
prin.m:该程序是用princomp函数来提取矩阵的主成分(Principal component analysis. Mht: the article describes the principal component analysis edgepick.m: The purpose of this program is to achieve edge detection drawprim.m: to find the location of the maximum principal component, which in the original image in the draw practical.m: a principal components process, edge detection and principal component extraction prin.m: princomp function of the program is to extract the principal component matrix)
- 2011-03-20 12:30:05下载
- 积分:1
-
ESPRIT
说明: 自己编写的使用ESPRIT算法进行信号频率估计的Matlab代码。(Matlab code of the ESPRIT algorithm for frequency estimation.)
- 2010-04-23 10:07:09下载
- 积分:1
-
MIMOchoice
说明: 在通信系统中的多天线选择技术,用MATLAB进行仿真,生产信噪比与误码率的图像。(MIMO)
- 2010-05-03 17:58:15下载
- 积分:1
-
daan
PSO粒子群算法解决旅行商问题的MATLAB源码(PSO PSO algorithm to solve the traveling salesman problem MATLAB source)
- 2013-07-16 20:09:37下载
- 积分:1
-
Applied_sgnal_processing_2
this file contain matlab code for signal pocessing
- 2010-11-10 05:44:19下载
- 积分:1
-
lvq
neural network, LVQ , matlab code
- 2011-08-20 10:33:09下载
- 积分:1
-
laosi
自己制作的GUI画面,开发程序为Matlab,用于劳斯稳定判据实现,界面丰富,推荐大家下载(To produce their own GUI screen, the development program of Matlab, for Rolls stability criterion to achieve, rich interface, we recommend downloading)
- 2013-04-22 22:17:06下载
- 积分:1
-
matlab_process_audio_signal
使用matlab编辑音频信号,音频读写,录制与播放(read,write,record and play audio files with matlab)
- 2009-11-23 16:51:55下载
- 积分: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