登录
首页 » matlab » DCT_IDCT

DCT_IDCT

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

  • ehv_bytechan
    ePAPR hypervisor byte channel device driver.
    2015-03-18 11:28:49下载
    积分:1
  • Applied_Autonomous_Robots_I
    说明:  Auto robots in the matlab environment.
    2019-01-11 16:06:33下载
    积分:1
  • exp3
    newton rapson method matlab program
    2010-10-01 12:07:58下载
    积分:1
  • math_of_convolution
    This program shows how convolution works, going through all the steps of exactly what gets added up and multiplied with what. It also explains from the ground-up how to do for-loops in Matlab. (By the way, if you want to see an example of how to "vectorise" code to avoid for-loops altogether, look at the bkprop.m program in my
    2012-08-07 12:42:23下载
    积分:1
  • MATLAB
    graf of hysteresis, you must rued your txt file whit parameters and then matlab calculate hysteresis behaviour
    2012-01-17 21:40:49下载
    积分:1
  • multilevel-inverter-lesson
    multilevel inverter theory
    2014-02-21 22:06:46下载
    积分:1
  • BUSOUT
    addmitance matrix for solving load flow analysis
    2011-05-22 23:57:28下载
    积分:1
  • DFT
    DFT算法在MATLAB平台上的实现,包括源代码,说明等(Elimination phase algorithm in MATLAB platforms)
    2015-01-28 20:21:26下载
    积分:1
  • hs
    设计仿真信号,并进行仿真信号的边际谱分析(Hilbert Spectrum)
    2013-12-27 09:41:04下载
    积分:1
  • calcAngularDerivative
    This function calculates the radial derivative of an input image. Input parameters: inputImage - the image to calculate the derivative from radialFilterLength - the length of the filter to use, total length will be 2*radialFilterLength+1 centerX and centerY - the point that is considered the center of the image, for the calculation minRadius and maxRadius - the minimum and maximum radius to calculate the angular derivative for. radialApproach - set to 1 to use a radius and angle search method, or 0 for a per-pixel approach
    2010-02-09 07:55:45下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载