-
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
-
GAsxmx
用遗传算法求解数学模型中参数的应用实例,亲自编写(genetic algorithm mathematical model parameters of application examples, personally prepared)
- 2006-11-03 15:15:46下载
- 积分:1
-
fusionimage123456
常用的图像融合评价指标,包括熵,交叉熵等等,分享一下,欢迎下载(calculate the entropy of information of fusion image)
- 2013-11-11 10:40:12下载
- 积分:1
-
fingnie_v33
阐述了负荷预测的应用研究,包括压缩比、运行时间和计算复原图像的峰值信噪比,小波包分析提取振动信号中的特征频率。( It describes the application of load forecasting, Including compression ratio, image restoration computing uptime and peak signal to noise ratio, Wavelet packet analysis to extract vibration signal characteristic frequency.)
- 2016-11-13 17:13:36下载
- 积分:1
-
Chroma_Brightness
色度亮度信息检测视频帧中前景 背景 高亮度 (forground background high light detection using chromaticity
and brightness)
- 2010-08-24 17:01:32下载
- 积分:1
-
奇异值分解降噪
说明: 奇异值分解降噪 SVD 用SVD进行奇异值遁甲降噪的MATLAB算法程序(Singular value decomposition for noise reduction MATLAB program)
- 2021-04-27 13:16:15下载
- 积分:1
-
FCT
说明: 快速脊波变换,三角波,或者基波变换,没有什么其他要说明的了(fct-Fast Curvelet Transform.function C = FCT(x, is_real, nbscales, nbangles_coarse))
- 2011-02-22 20:49:45下载
- 积分:1
-
matbasics
Matlab tutorials in basics
- 2012-10-26 18:33:21下载
- 积分:1
-
awb_gwa_matlab
AWB based on grey world
- 2015-03-14 22:44:10下载
- 积分:1
-
lecroy_sparq_datasheet
Solar pv Maxi Series leaflet_release_Oct 12
- 2014-01-02 21:16:18下载
- 积分:1