-
MobileRadioChannelsModelinginMATLAB
Mobile Radio Channels Modeling in MATLAB
- 2009-04-19 21:11:20下载
- 积分:1
-
MATLAB
基于MATLAB的共轭梯度BP算法在函数逼近中的实例(MATLAB-based conjugate gradient BP algorithm in the example of function approximation)
- 2010-05-27 07:38:44下载
- 积分:1
-
ANFIS
fuzzy neural network ANFIS
- 2013-05-14 16:15:37下载
- 积分: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
-
gadha
matlab code for qpsk modulation technique
- 2013-11-04 09:25:31下载
- 积分:1
-
binary
binary search that returns a negative one if the number is not found This code does a bubble sort and then proforms the binary search
- 2015-03-04 20:18:43下载
- 积分:1
-
PermsRep
lists all possible ways to permute k elements out of
the vector v, with replacement.
- 2009-11-21 02:37:27下载
- 积分:1
-
matlab
MATLAB code with the creation of analog communication modulation techniques
- 2014-12-26 09:42:51下载
- 积分:1
-
communication-system-matlab
介绍了通信系统中各个通信模块的MATLAB实现(Introduction of the communication systems of various communication modules realize the MATLAB)
- 2007-11-03 12:48:12下载
- 积分:1
-
OTSU
OTSU最大类间方差法获取阀值(图像处理),帮助学习MATLAB语言。(OTSU Otsu method to obtain the threshold (image processing) to help learn MATLAB language.)
- 2010-05-15 22:20:52下载
- 积分:1