php中文网 | cnphp.com

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
搜索资源  
php中文网 | cnphp.com 资源中心 源码 matlab 2 d dct idct for jpeg compression in matlab: 58203.zip

2 d dct idct for jpeg compression in matlab: 58203.zip

 

2 d dct idct for jpeg compression in matlab:
The following Matlab project contains the source code and Matlab examples used for 2 d dct idct for jpeg compression. 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.

QQ|php中文网 | cnphp.com ( 赣ICP备2021002321号-2 )

GMT+8, 2024-5-20 10:19 , Processed in 0.144746 second(s), 16 queries , Gzip On.

Powered by Discuz! X3.4 Licensed

Copyright © 2001-2020, Tencent Cloud.

申明:本站所有资源皆搜集自网络,相关版权归版权持有人所有,如有侵权,请电邮(fiorkn@foxmail.com)告之,本站会尽快删除。

返回顶部