-
detect
用功率谱进行跳频信号的检测,是一个行之有效的办法(With the power spectrum frequency hopping signal detection, is an effective way to)
- 2010-06-22 00:04:10下载
- 积分:1
-
waveletexample111
说明: 一些比较不错的小波变换里例程,有需要的下吧。(some good wavelet transform Lane routines that are needed are you.)
- 2006-04-12 15:16:00下载
- 积分:1
-
excellentmatlab1
MATLABd编程应用与高级实例(MATLABd programming application with the High examples)
- 2007-04-02 10:04:45下载
- 积分:1
-
LogicaDifusaUtilizandoMATLAB
archivo informacion de matlab
- 2012-06-18 23:58:40下载
- 积分:1
-
Paloha
This contains just the pure aloha
- 2013-03-06 23:16:02下载
- 积分:1
-
GARCH工具箱(包括多元)
该文件为MATLAB中的garch多元代码工具箱(This file is the GARCH multicode toolbox in MATLAB)
- 2020-06-21 21:20:02下载
- 积分:1
-
BA
说明: 复杂网络中最经典的BA无标度网络模型matlab源程序并且有求解度的程序代码,非常的实用,是研究复杂网络必备的网络模型。(Complex network in the most classic of BA scale-free network model has to solve matlab source and degree of code, very useful, is to examine the complex network required network model.)
- 2020-12-09 17:19:19下载
- 积分:1
-
watermark
基于小波变换的数字水印算法matlab代码,含有各种攻击的效果对比,对做毕设的同学应该有帮助。(Digital Watermarking Based on Wavelet Transform algorithm matlab code, containing a variety of attacks on the effect of contrast on the Bi-based students should do help.)
- 2010-01-16 15:35:56下载
- 积分:1
-
l1magic-1.1
说明: L1算法稀疏重构算法的matlab工具箱(L1 sparse reconstruction algorithm matlab toolbox)
- 2011-02-24 09:54:51下载
- 积分: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