-
Matlab
这是一些关于学习matlab 的资料,我认为比较重要对于matlab的初学者,上传以下希望和各位朋友分享一下资源,还望多多交流!(This is some information on learning matlab, I think the more important for matlab beginner, upload the following hopes and all our friends to share resources, but also hope that more exchanges!)
- 2008-01-16 18:03:54下载
- 积分:1
-
Edge-extraction--based-on-Matlab
基于Matlab的多孔算法提取图像边缘,可以更好地提取图像边缘(Edge extraction porous algorithm based on Matlab)
- 2012-03-25 13:44:00下载
- 积分:1
-
Mallats-Alternate-Projection-
代码详细实现了信号和图像的模极大值重构的 S.mallat 交替投影算法,该方法具有收敛速度快、精度高的特点。(The code depicts the modulus maxima recovery of signal and image based on the S.Mallat s alternate projection algorithm. The algorithm has fast convergence and high accuracy. )
- 2012-04-17 22:34:58下载
- 积分:1
-
LMS_ESTIMATION
最小均方误差自适应滤波器的simulink仿真,适合于新手使用。欢迎使用。(this is the simulink of the lms algorithm and welcome to use it.)
- 2012-12-23 20:04:45下载
- 积分:1
-
pufenxi
信号频谱分析的MATLAB实现程序
内附多个源代码,可作学习参考(Analysis of the signal spectrum to achieve the MATLAB program containing a number of source code, reference can be used for learning)
- 2009-05-02 12:29:01下载
- 积分:1
-
C-MEX-S-function
C MEX S-function的一般格式,用c语言形式编写(C MEX S-function of general form, the form of written language with c)
- 2011-06-27 10:29:05下载
- 积分: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
-
kaerman
用MATLAB实现的卡尔曼滤波,根据有用信号和干扰噪声的统计特性(自相关函数或功率谱),以线性最小均方误差(MSE),能最大程度的滤除干扰噪声,提取有用信号。(Kalman filter using MATLAB, based on the statistical properties of the useful signal and interference noise (autocorrelation function or power spectrum), linear minimum mean square error (MSE), filter out noise interference to the greatest extent, to extract the useful signal.)
- 2013-11-25 19:34:21下载
- 积分:1
-
MATLAB-Huffman-GUI-design
MATLAB霍夫曼Huffman编码译码GUI界面设计 源程序代码(MATLAB Huffman Huffman coding and decoding GUI interface design source code)
- 2014-02-22 22:34:31下载
- 积分:1
-
Kalmanfilterexample
kalman滤波实验,目标轨迹跟踪,很好用的例子,供大家学习用(kalman filtering experiments, the target trajectory tracking, with a good example for all to learn)
- 2008-01-19 21:45:24下载
- 积分:1