登录
首页 » matlab » DCT_IDCT

DCT_IDCT

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

  • U_pcm_xue
    说明:  matlab pcm的实现的函数,适合学生使用哦 函数有说明 方便阅读(matlab implement pcm for students. we have information about the function being used)
    2011-03-29 20:35:57下载
    积分:1
  • matlabfsk
    说明:  matlab下的FSK程序,很不错的代码,希望可以帮助到有需要的人(matlab under FSK procedures, very good code, hope to help the needy)
    2008-11-13 08:52:30下载
    积分:1
  • stbc
    stbc在2发2收,4发4收的性能仿真 一个编码译码程序。 有仿真结果图。(stbc made two in 2 admission, made 4 of 4 admission a performance simulation code decoding procedures. A Simulation results.)
    2020-11-30 14:59:28下载
    积分:1
  • jietiao
    解调程序,用于动态信号分析学习,丁康老师的(Demodulation process for dynamic signal analysis study)
    2013-05-03 11:01:36下载
    积分:1
  • N4SIDsubspace
    matlab 子空间辨识算法的总数解析matlab 子空间辨识算法的总数解析(subspace identification algorithm matlab total analytic subspace identification algorithm matlab total analytical)
    2014-06-11 16:49:48下载
    积分:1
  • ERA
    说明:  ERA模态识别,该算法可以与自然激励技术合用已识别结构模态参数(Era modal identification, which can be used with natural excitation technology to identify structural modal parameters)
    2019-10-28 11:48:50下载
    积分:1
  • adaboost
    说明:  Adaboost是一种迭代算法,其核心思想是针对同一个训练集训练不同的分类器(弱分类器),然后把这些弱分类器集合起来,构成一个更强的最终分类器(强分类器)。(AdaBoost is an iterative algorithm. The core idea of AdaBoost is to train different classifiers (weak classifiers) for the same training set, and then combine these weak classifiers to form a stronger final classifier (strong classifier).)
    2020-09-29 09:06:19下载
    积分:1
  • sync1
    用于循环前缀ofdm同步,算法很简单,熟悉此算法原理的人更容易看懂。(Cyclic Prefix for OFDM synchronization algorithm is very simple, familiar with the principles of this algorithm easier to understand.)
    2007-12-18 21:25:23下载
    积分:1
  • longerkuta
    用于四阶龙格库塔数值积分,做matlab仿真实验时会用到。(For the fourth-order Runge-Kutta numerical integration, doing matlab simulation experiments will be used. )
    2012-03-24 17:09:59下载
    积分:1
  • E5
    说明:  数值分析方法-数据拟合-多项式数据拟合的实现(Numerical analysis method- data fit- polynomial data fitting to achieve)
    2013-03-23 16:18:01下载
    积分:1
  • 696516资源总数
  • 106783会员总数
  • 25今日下载