-
fir
一篇基于matlab设计基本的FIR滤波器的文章。一篇基于matlab设计基本的FIR滤波器的文章(Matlab-based design of a basic FIR filter article. Matlab-based design of a basic FIR filter paper)
- 2010-06-18 17:10:23下载
- 积分: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
-
LMS_Newton
基于lms_newton算法的回波消除,直接可以使用(Based lms_newton echo cancellation algorithm, can be used directly)
- 2013-12-04 16:16:24下载
- 积分:1
-
EM12suanfa
说明: 两个改进的EM算法,虽然比Matlab自带的运行速度慢,但更易理解算法的原理(Two improved EM algorithm, although more than Matlab s own slow, but easier to understand the principles of algorithm)
- 2008-12-05 18:10:46下载
- 积分:1
-
msk
2MSK调制解调 双极性信号输入 产生简单直观的误码率图(2MSK modem Bipolar signal input to a simple and intuitive diagram of bit error rate
)
- 2012-05-16 13:11:09下载
- 积分:1
-
reception-process-simulation-model-
用matlab中的SIMULINK实现3路信号采样、时分复用传输和接收分路过程的仿真模型(3-way signal sampling, time division multiplexing transmission and reception process simulation model shunt)
- 2011-06-30 12:00:44下载
- 积分:1
-
ica
ICA是比较新的用于图像水印的方法,使用matlab实现,具有水印的提取和嵌入功能。(ICA is a method for image watermarking is new, using MATLAB to achieve, extraction with the watermark and embedding function.)
- 2014-08-13 20:48:42下载
- 积分:1
-
RBFandsvm
利用RBF和SVM两种机器学习方法做回归预测的matlab源代码,对这两种方法进行比较(The use of RBF and SVM two kinds of machine learning methods to do the regression matlab source code, comparison of the two methods)
- 2020-12-29 16:19:00下载
- 积分:1
-
moment
用于求解不可压ns方程的动量守恒计算方程,采用了二维对称调用的技术。(Ns for solving equations of incompressible equation of momentum conservation calculation, using the technique called two-dimensional symmetry.)
- 2011-10-14 08:51:20下载
- 积分:1
-
program
4个非常简单的matlab滤波程序,线性滤波、中值滤波、二维自适应滤波、top-hat滤波(4 very simple matlab filtering program, linear filtering, median filtering, the two-dimensional adaptive filtering, top-hat filter)
- 2013-03-19 22:24:58下载
- 积分:1