登录
首页 » matlab » DCT_IDCT

DCT_IDCT

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

  • Continuous_YMKF_code
    连续语音识别的隐马尔科夫Matlab源代码(Continuous Speech Recognition of Hidden Markov Matlab source code)
    2007-12-08 14:07:31下载
    积分:1
  • induction_motor_calculations
    induction motor calculations
    2015-04-06 19:50:42下载
    积分:1
  • Source_Hibrid.tar
    Hibrid particle filter for multiple object tracking
    2010-08-24 03:14:18下载
    积分:1
  • Mittag-Leffler函数的Matlab计算
    在整数阶线性系统中,e指数函数是描述解析解的重要函数,在分数阶系统中e指数函数的扩展——Mittag-Leffler函数是特别重要的。该文件是Mittag-Leffler函数的Matlab计算程序。(In integer linear systems, the e exponent function is an important function to describe the analytical solution. In the fractional order system, the expansion of e exponent function -- Mittag-Leffler function is particularly important. This file is the Matlab computing program of the Mittag-Leffler function.)
    2020-06-30 16:40:02下载
    积分:1
  • image_segment
    1)基于最大类间最大距离比准则的图像分割.m 2)最大熵准则的图像分割.m(1) The maximum distance based on the maximum between-class image segmentation than the guidelines. M 2) guidelines for maximum entropy image segmentation. M)
    2009-11-19 16:24:43下载
    积分:1
  • MaYiICIG-Algorithm
    低秩矩阵与稀疏表示算法,详细的说明了低秩矩阵与稀疏表示的算法原理(The low-rank matrix with sparse algorithm, a detailed description of the low-rank matrix with sparse representation algorithm is)
    2012-05-27 09:36:20下载
    积分:1
  • pca
    振动过程pca故障检测程序,包含图片,对于初学者很有用(Vibration fault detection process PCA procedures, including pictures, very useful for beginners )
    2012-09-27 10:36:12下载
    积分:1
  • MATLAB-QPSK
    QPSK信号生成 matlab编写的程序 并且分为i路 与q路进行(QPSK signal)
    2013-11-21 22:24:34下载
    积分:1
  • Untitled4
    窗函数滤波器 (Window function filter)
    2015-04-11 21:22:21下载
    积分:1
  • wavelet
    实现小波包能量分解(6层分解),且易于参考从而编写出小波能量分解。(Implementation of wavelet packet energy decomposition (decomposition of 6-layer), and easy-to-reference to the preparation of a wavelet decomposition of energy.)
    2010-03-16 14:08:55下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载