-
encode
改进后的游程编码,可以继续量化编码转化为二进制数据流,针对一些较为接近的数,通过合适的阈值设定可以近似,从而大大压缩数据流(The improved run-length coding, can continue to quantify the code into binary data stream, for some of the more close to the number set by appropriate threshold can be approximated, thereby greatly compressed data stream)
- 2010-03-04 22:00:10下载
- 积分:1
-
wavelet_m
说明: 该程序包里包括了很多跟小波变换有关的经典算法,希望学习小波的朋友可以在其中找到你们需要的代码(The package includes many, many related to the classical wavelet transform algorithm, wavelet friends want to learn can find the code you need)
- 2008-10-31 17:20:11下载
- 积分: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
-
SEPIC
SEPIC converter in MATLAB
- 2012-09-07 14:07:28下载
- 积分:1
-
4
说明: 高斯赛德尔和雅克比迭代求解方程的matlab程序(the Jacobi and GaussSediel )
- 2014-01-06 19:53:47下载
- 积分:1
-
GSA
Gravitational Search Algorithm By Esmat Rashedi
- 2014-01-26 19:23:45下载
- 积分:1
-
mpckongzhi
说明: MPC模型建立的代码,可直接运行,已修改(The code established by MPC model, which can be run directly, has been modified)
- 2020-03-13 12:09:01下载
- 积分:1
-
matlab_nrs
matlab nrs程序,含泪共享,需要的下载吧(matlab nrs procedures, sharing tears, need to download it)
- 2007-10-10 15:07:57下载
- 积分:1
-
codingsystem
说明: 这是一个编码系统,包括图像配准,一维二维huffman编码,lz算法等。(This is a coding system, including image registration, one-dimensional two-dimensional huffman coding, lz algorithm.)
- 2010-03-29 11:03:35下载
- 积分:1
-
knnclassification
这是一个KNN分类器的matlab函数(K近邻分类器),可自由选择参数k(it s a KNN classifier program of the matlab ,you can chose the parameter k to conduct the classify procedure )
- 2012-06-03 20:19:44下载
- 积分:1