登录
首页 » matlab » DCT_IDCT

DCT_IDCT

于 2007-12-05 发布 文件大小:1KB
0 78
下载积分: 1 下载次数: 12

代码说明:

  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)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • kalman
    关于卡尔曼滤波器的程序,程序可直接运行,有效果图,PPT解释说明,供初学者学习。(On the Kalman filter process, the program can be run directly, there are effective plans, PPT explanations for beginners to learn.)
    2009-11-18 08:45:36下载
    积分:1
  • tfrppage
    说明:  page变换例程,可以对信号进行柯恩类时频分布中的page变换(page conversion routines, you can type on the signal time-frequency distribution of Cohen)
    2008-10-13 10:48:10下载
    积分:1
  • OFDM111
    pca、kpca.dpca的故障诊断程序,有很好的效果,对象为csth和cstr,希望对你有用(Pca, kpca. Dpca fault diagnosis procedure, have very good effect, the object for CSTH and CSTR, hope to be useful to you)
    2011-12-25 22:33:40下载
    积分:1
  • matlab_communication
    matlab通信仿真方面的文档,内容很全(communication simulation in matlab documents)
    2011-10-13 11:53:35下载
    积分:1
  • gaosi
    通过matlab语言编程,实现利用Gauss消去法求解线性方程组(Through matlab language programming, using the Gauss elimination method for solving linear equations)
    2013-10-06 20:48:52下载
    积分:1
  • processsignal
    小波变换的关键在于将原始信号分解到哪一层,在哪一层中找到模极大值点(wavelet transform is the key to where the original signal decomposition level, in which one found modulus maximum points)
    2006-08-01 09:46:12下载
    积分:1
  • genetic-annealing-algorithm
    matlab常用算法,遗传退火算法,源程序(matlab commonly used algorithm, genetic annealing algorithm, source code)
    2012-05-02 13:11:08下载
    积分:1
  • Draw-a-heart
    绘制心形图案。基于matlab语言绘制心形图案,最终生成6幅图案。(Draw a heart-shaped pattern. 6 based the matlab language plotted heart-shaped pattern, the resulting pattern.)
    2013-04-13 09:36:34下载
    积分:1
  • mult2x2.2x1
    This program multiply two matrixes
    2009-11-08 13:45:02下载
    积分:1
  • worfk
    说明:  matlab 源程序,一些有用的代码,欢迎下载,基础知识学习。(language of matlab important)
    2010-03-18 19:10:57下载
    积分:1
  • 696524资源总数
  • 103751会员总数
  • 74今日下载