-
multisample
本程序为与《多采样率系统》(Multiratensysteme)一书配套的(中文界面)MATLAB可视化程序(This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.)
- 2010-01-08 23:06:06下载
- 积分:1
-
3de8.APLcap3
filtrage active parallèle est leur rô le dans les réseau électrique
- 2012-04-29 16:19:23下载
- 积分:1
-
OFDM_baseband_systems
说明: OFDM基带系统的MATLAB程序,基带系统相比二次调制系统具有实现简单,误码率低的特点(MATLAB programme with OFDM baseband system)
- 2010-04-06 16:41:29下载
- 积分:1
-
PSLR_ISLR
求SAR图像点目标的PSLR和ISLR,包含一维向量和二维矩阵的matlab求法(Compute the point target s PSLR and ISLR of SAR image,include the method of vector and matrix on matlab)
- 2021-05-13 11:30:02下载
- 积分:1
-
pmsm_vec_HYPWM
说明: 利用matlab仿真软件仿真SVPWM的波形,例子中有这个实例的解决过程(Matlab simulation using SVPWM waveform simulation software, examples in the process of resolving this instance)
- 2011-03-30 08:47:46下载
- 积分:1
-
real-signal-fft
实序列FFT快速算法,用N点FFT计算2N点实序列的FFT,比直接进行2N点FFT运算减少一半运算量。(Real sequence FFT fast algorithm, using N-point FFT calculation 2N point real sequence of FFT, than the direct 2N-point FFT computation halved.)
- 2013-10-30 23:09:29下载
- 积分:1
-
mi
说明: matlab源码程序matlab源码程序(matlab yuanmachengxumatlab yuanmachengxu)
- 2009-09-20 20:12:03下载
- 积分:1
-
PCM
说明: pcm调制与解调的matlab建模与仿真程序,说明详细(pcm modulation and demodulation matlab modeling and simulation program, give details)
- 2010-04-10 19:22:06下载
- 积分:1
-
Higher-Order-Spectral-
用于分析高阶谱矩的计算,主要在随机信号处理与分析(Used for the calculation of higher order spectral analysis)
- 2013-07-24 20:48:40下载
- 积分: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