登录
首页 » matlab » DCT_IDCT

DCT_IDCT

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

  • dhjs
    一个惯性导航解算程序,可以在MATLAB上直接运行。考虑了很多解算的细节(An inertial navigation solution counting procedures can be run directly in MATLAB. To consider a lot of the details of solver)
    2008-07-10 00:21:13下载
    积分:1
  • MATLABSimulink
    说明:  基于MATLAB\SIMULINK的系统仿真技术与应用 薛定宇等著 出版社:清华大学 ISBN:7302053413 (MATLABSIMULINK Based on System Simulation Technology and Application Xue Dingyu waiting Publisher: Tsinghua University, ISBN: 7302053413)
    2008-10-05 12:59:55下载
    积分:1
  • all
    Bode plot using MATLAB.. it was in our 6th sem laboratory for the purpose of examination part we studied
    2011-05-17 12:54:32下载
    积分:1
  • FEIXIANXING
    基于非线性主成分分析的自适应变步长盲源分离算法(Based on the nonlinear principal component analysis of adaptive variable step length blind source separation algorithm is proposed )
    2014-12-26 15:02:04下载
    积分:1
  • bpf
    设计和实现了一个截止频率在10~50Mhz的FIR带通滤波器,并给定了一个混合信号,画出经过带通滤波器滤波后的输出波形(Design & implement an FIR band-pass digital filter with cut-off frequencies 10 MHz & 50 MHz Apply it to a signal, and display related filter and signal waveforms.)
    2012-10-10 20:26:28下载
    积分:1
  • Ordered-neighborhood-rough-set
    利用基于排序的邻域粗糙集算法对具有高维属性的元数据进行属性约简,删减多余的无关属性,避免模型的过拟合,提高模型预测精度和模型运算速度(The algorithm based on the ordered neighborhood rough set is used to reduce the attributes of the high dimension attributes, to eliminate the redundant irrelevant attributes, to avoid the over fitting of the model, and to improve the accuracy of the model prediction and the operation speed of the model)
    2017-03-04 11:31:09下载
    积分:1
  • timeseriesas
    本程序采用MATLAB编写,内容关系数字图形分析与处理,内有例子说明使用(This program written by MATLAB, the contents of relations figures graphical analysis and processing, there are examples of the use)
    2010-06-04 15:01:14下载
    积分:1
  • DTC
    说明:  一个关于电机直接转矩控制的MATLAB仿真,欢迎提出修改意见QQ:404340669(A direct torque control of MATLAB simulation, welcomed the proposed amendments QQ: 404340669)
    2010-04-15 13:52:41下载
    积分:1
  • smart-antenna-simulation
    智能天线matlab仿真源程序,用于算法的研究(smart antenna simulation)
    2013-12-06 19:04:03下载
    积分:1
  • tunyou_v42
    包括回归分析和概率统计,利用matlab GUI实现的串口编程例子,使用高阶累积量对MPSK信号进行调制识别。( Including regression analysis and probability and statistics, Use serial programming examples matlab GUI implementation, Using high-order cumulants of MPSK signal modulation recognition.)
    2016-07-18 17:26:16下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载