-
mgm1n
通过检验相关系数进行多变量灰色预测
用MATLAB 编制(By examining the correlation coefficients are more variable gray forecast prepared with MATLAB)
- 2010-06-13 13:25:53下载
- 积分:1
-
chazhi
matlab插值问题,内有两个简单程序和PPT详细讲解,供参考。(matlab interpolation problem, there are two simple procedures and PPT explain in detail, for reference.)
- 2013-04-26 14:51:15下载
- 积分:1
-
3busconejoIL
interruptible load deterministic
- 2013-07-12 18:38:21下载
- 积分:1
-
times10_m
自己编写的matlab中编辑个人模块的S-函数方法,通过这个模块可以实现输入信号变为原来的10倍(Imagecut.rar matlab edit personal module function method of S- this module can be realized by the input signal into a 10 times
)
- 2011-06-03 16:46:34下载
- 积分:1
-
noiseest_matlab
NoiseLevel estimates noise level of input single noisy image. ... In the matlab code, I did not use the toeplitz matrix to calculate the
- 2014-08-19 19:27:44下载
- 积分:1
-
lab2
programme in matlab - aproximation 1D & 2D- using square root method
- 2011-11-12 03:24:32下载
- 积分:1
-
3
说明: tutorial explain matlab
- 2010-09-09 18:50:21下载
- 积分:1
-
ABC算法
说明: matlab语言的人工蜂群算法,包括最初版本和改进版两版(Matlab language artificial bee colony algorithm, including the initial version and the improved version)
- 2020-06-23 18:00:02下载
- 积分:1
-
DCT_IDCT
to understand the Algorithm go to matlab help in page dct2 and idct2 to get the mathematical expression
for M = N = 8, we can calculate the most of hard values and save it as LUTs to speed up the execution
now compare our special 8X8 functions with the internal general functions
use this code:
A = int32(100*rand(8,8))
tic for i = 1 : 1000 IDCT_8X8(DCT_8X8(A)) end toc
tic for i = 1 : 1000 idct2(dct2(A)) end toc
i had built the general functions too, but with low speed (to understand the Algorithm go to matlab help in page dct2 and idct2 to get the mathematical expressionfor M = N = 8, we can calculate the most of hard values and save it as LUTs to speed up the executionnow compare our special 8X8 functions with the internal general functionsuse this code: A = int32 (100* rand (8,8)) tic for i = 1: 1000 IDCT_8X8 (DCT_8X8 (A)) end toc tic for i = 1: 1000 idct2 (dct2 (A)) end toc i had built the general functions too, but with low speed)
- 2007-12-05 18:28:42下载
- 积分:1
-
LocalWindow
说明: 局部窗口生成算法,根据SIGGRaph上的论文:Video SnapCut: Robust Video Object Cutout Using Localized Classifi ers完成。(Local window generation algorithm, according to a paper on SIGGRaph: Video SnapCut: Robust Video Object Cutout Using Localized Classifiers completed.)
- 2011-04-07 16:21:34下载
- 积分:1