-
MatlabCodeaboutmultipath
rayleigh信道的仿真程序,打开即可仿真,非常实用。(Rayleigh channel simulation program, open to simulation, very useful.)
- 2009-03-03 19:59:20下载
- 积分:1
-
hough_line
matlab实现hough直线检测的例子,效果不错,测试可用(find the lines in a image using matlab)
- 2010-05-15 11:03:26下载
- 积分:1
-
arconf
For an AR(p) model that has been fitted with ARFIT, [Aerr,werr]=ARCONF(A,C,w,th) computes the margins of error Aerr and werr such that (A +/- Aerr) and (w +/- werr) are approximate 95 confidence intervals for the elements of the coefficient matrix A and for the components of the intercept vector w. The input arguments of ARCONF are output of AR.
- 2013-01-25 20:05:57下载
- 积分:1
-
Main_Henon
henon吸引子方法用于混沌 时间序列的分析,懂得可以拿来参考一下下(Henon attractor method is used to chaotic time series analysis, can be used to reference this week
)
- 2013-06-14 16:01:30下载
- 积分:1
-
功率谱和相关函数
说明: 信号x(n)=sin(2*pi*0.05*n)+2*cos(2*pi*0.12*n)+w(n),求N=365的相关函数和功率谱(Signal x (n) = sin (2 * pi * 0.05 * n) + 2 * cos (2 * pi * 0.12 * n) + W (n), the correlation function and power spectrum of n = 365 are obtained)
- 2020-11-29 14:09:29下载
- 积分:1
-
LCMV
阵列信号用LCMV算法得到的波束形成,和图像(With LCMV algorithm are array signal beam-forming, and image
)
- 2012-07-31 12:22:30下载
- 积分:1
-
calculator
Matlab based calculator
- 2014-10-13 16:47:19下载
- 积分:1
-
pw_cfr
peak windowing crest factor reduction
- 2015-03-16 15:23:43下载
- 积分:1
-
Matlab_GA
说明: matlab的遗传算法实现,学习的好帮手(matlab genetic algorithm, learning a good helper)
- 2008-11-25 16:26:29下载
- 积分: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