登录
首页 » matlab » DCT_IDCT

DCT_IDCT

于 2007-12-05 发布 文件大小:1KB
0 160
下载积分: 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 个回复

  • huguangshu
    胡光书数字信号处理matlab算法,包扩全书所有仿真程序(Hu Guangshu matlab algorithm for digital signal processing)
    2013-01-10 17:20:56下载
    积分:1
  • RegularizationMatlab(4)
    正则化反演的程序,可用于地球物理专业数值反演(Regularization inversion program)
    2018-07-25 22:43:48下载
    积分:1
  • kalman
    The Kalman filter is a set of mathematical equations that provides ... The Kalman filter addresses the general problem of trying to estimate
    2010-06-18 22:39:33下载
    积分:1
  • polynomial
    本代码是用四种不同的算法来实现多项式求和。(This code is used four different algorithms to achieve polynomial sum.)
    2010-12-02 16:59:35下载
    积分:1
  • matlab-developpement-efficace-interfaces-graphiqu
    cours matlab pour l developpement des interfaces graphiques
    2011-01-10 19:06:54下载
    积分:1
  • decode_ldpc
    说明:  LDPC译码函数的matlab程序,希望大家能够喜欢(LDPC decoding function of Matlab procedures in the hope that we can love)
    2006-02-08 17:24:29下载
    积分:1
  • niudunxiange
    MATLAB中利用牛顿法弦割法对多项式进行求解的源代码(MATLAB, chord cutting method using Newton method for solving polynomial source code)
    2014-12-01 14:07:31下载
    积分:1
  • naijing
    有CDF三角函数曲线/三维曲线图,线性调频脉冲压缩的Matlab程序,外文资料里面的源代码。( There CDF trigonometric curve/3D graphs, LFM pulse compression of the Matlab program, Foreign materials inside the source code.)
    2016-04-20 14:41:34下载
    积分:1
  • HOT_R2.6.1
    hot thermo tools for matlab.
    2010-12-09 16:08:25下载
    积分:1
  • Produce-gridDEM
    利用离散点生成规则格网DEM,并利用MatLab生成的.dll来实现显示规则格网(三维)(Discrete point generating regular grid DEM, and use MatLab generated. Dll to the show rules grid (three-dimensional))
    2021-01-07 14:38:53下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载