-
rgbquadtreehojoon
This is a JPEG encoding & decoding program of still image. It does not use level shifting. Discrete Cosine transform (DCT) is performed both by classical & Chen s Flowgraph methods. Predefined JPEG quantization array & zigzag order are used here. RUN - LEVEL coding is used instead of Huffman coding. Compression ratio is compared for each DCT method. Effect of coarse and fine quantization is also examined. The execution time of 2 DCT methods is also checked. In addition, most energatic DCT coefficients are also applied to examine the effect in MatLab 7.4.0 R2007a. Input is 9 gray scale pictures & output is 9*9=81 pictures to compare. Blocking effect is obvious.
(This is a JPEG encoding & decoding program of still image. It does not use level shifting. Discrete Cosine transform (DCT) is performed both by classical & Chen s Flowgraph methods. Predefined JPEG quantization array & zigzag order are used here. RUN - LEVEL coding is used instead of Huffman coding. Compression ratio is compared for each DCT method. Effect of coarse and fine quantization is also examined. The execution time of 2 DCT methods is also checked. In addition, most energatic DCT coefficients are also applied to examine the effect in MatLab 7.4.0 R2007a. Input is 9 gray scale pictures & output is 9*9=81 pictures to compare. Blocking effect is obvious.
)
- 2009-09-17 14:52:16下载
- 积分:1
-
lunwen
说明: 详细讲述leach算法,以及其缺点和基本的改进策略。
(a overall illstration of leach protocol)
- 2011-03-27 10:21:51下载
- 积分:1
-
Autocorrelation-and-Cluster-analysis
用于计算同一序列在不同时刻的取值之间的相关程度的函数,即自相关函数 聚类分析函数(Autocorrelation functio,which was used to calculate the correlation of the same sequence at different time. Cluster analysis function)
- 2011-01-24 15:47:17下载
- 积分:1
-
echartsDemo
echarts演示版代码,用于演示echarts基本使用(echarts demo code)
- 2015-02-03 09:35:20下载
- 积分:1
-
zhu7
本程序用通过归一化的方法来实现sobe1算法,是sobel的边缘检测算法的具体实现。(The procedure used by one of the method to implement sobe1 algorithm is sobel the edge of the realization of the detection algorithms.
)
- 2010-12-03 10:37:49下载
- 积分:1
-
NR_power-Flow
x0 = ones(2,2) Make a starting guess at the solution
options = optimset( Display , off ) Turn off Display
[x,Fval,exitflag] = fsolve(@myfun,x0,options)
The solution is
x =
-0.1291 0.8602
1.2903 1.1612
Fval =
1.0e-009 *
-0.1619 0.0776
0.1161 -0.0469
exitflag =
1
and the residual is close to zero.
sum(sum(Fval.*Fval))
ans =
4.7915e-020
- 2014-02-22 08:37:54下载
- 积分:1
-
PKUautodophin200507
pku智能控制机器海豚仿真表演成果(PKU dolphins simulation intelligent control machine performance results)
- 2009-01-18 13:23:12下载
- 积分:1
-
cyls
The first plot shows the position of the cylinder, and the antenna scattering (analytical)
- 2012-06-14 16:10:16下载
- 积分:1
-
pickpeak
用于搜索离散数据的所有峰值,函数内附使用说明(Searching for the all peak values of disperse vector, instruction is incluede in the functin also.)
- 2011-11-19 18:49:44下载
- 积分:1
-
EM算法(讲解+程序)
EM 算法是Dempster,Laind,Rubin于1977年提出的求参数极大似然估计的一种方法,它可以从非完整数据集中对参数进行 MLE估计,是一种非常简单实用的学习算法。这种方法可以广泛地应用于处理缺损数据、截尾数据以及带有噪声等所谓的不完全数据,可以具体来说,我们可以利用EM算法来填充样本中的缺失数据、发现隐藏变量的值、估计HMM中的参数、估计有限混合分布中的参数以及可以进行无监督聚类等等。(EM algorithm is a method for maximum likelihood estimation of parameters proposed by Dempster, Laind and Rubin in 1977. It can estimate parameters from incomplete data sets by MLE. It is a very simple and practical learning algorithm. This method can be widely used in dealing with the so-called incomplete data such as defective data, censored data and noisy data. Specifically, we can use EM algorithm to fill missing data in samples, find hidden variable values, estimate parameters in HMM, estimate parameters in finite mixed distribution, and so on. Unsupervised clustering and so on.)
- 2020-07-04 06:00:01下载
- 积分:1