登录
首页 » matlab » DCT_IDCT

DCT_IDCT

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

  • FSK
    提供了使用matlab仿真2FSK误码率的源程序,可供初学者学习参考。(Provided the use of matlab simulation BER 2FSK source for beginners to learn the reference.)
    2020-07-02 00:20:01下载
    积分:1
  • ExcelMonteCarlo20060224
    说明:  利用excel进行蒙特卡罗分析,利用excel进行蒙特卡罗分析(Lets you do Monte Carlo analysis using your Excel spreadsheet)
    2009-08-05 11:37:00下载
    积分:1
  • THE-USE-OF-HEAT-RATES
    An understanding of heat rates starts with an fundamental understanding of the following terms. · Incremental Costs and Incremental Heat Rates · Average Costs and Average Heat Rates · Input-Output Curves
    2014-09-04 17:10:50下载
    积分:1
  • matlabforpso
    matlab实现pso算法 大家看看把 看看能不能用 互相学习(Matlab achieve pso algorithm we can look at the decision to learn from each other can not be used)
    2007-03-26 17:19:45下载
    积分:1
  • tdnn
    TDNN for time series forecasting
    2014-07-09 14:01:59下载
    积分:1
  • Kalman
    使用卡尔曼滤波器对物体的未来状态进行预测和估计。(Using the kalman filter to predict the station of the object.)
    2020-08-18 17:48:20下载
    积分:1
  • low_passfilter
    用矩形窗设计线性相位FIR低通滤波器,给了源代码,已经调试过了。其中要用到一个函数myfreqz要自己编,在这也附上其代码。希望对大家有用。(Rectangular window with the design of linear phase FIR low-pass filter, to the source code, have been debug. To use a function which myfreqz to own, in that its code is also attached. Hope useful for everyone.)
    2008-03-09 13:53:13下载
    积分:1
  • SIMULINK
    matlab中的simulink简易教程 非常好用 matlab中的simulink简易教程 非常好用 matlab中的simulink简易教程 非常好用(Matlab Simulink simple tutorial is very easy to use)
    2012-04-11 10:02:47下载
    积分:1
  • ebma
    数字视频技术的实验,关于穷尽块匹配算法的matlab程序及实验报告.(digital video technology experiments on the exhausted block matching algorithm and experimental procedures Matlab report.)
    2007-04-24 21:40:16下载
    积分:1
  • satellite-animation
    用来演示太阳、地球、月亮、卫星同时绕转的动画,体现他们之间的关系(Used to demonstrate the sun, the earth, the moon, orbiting satellites simultaneously animation, reflecting the relationship between them)
    2015-01-07 20:56:29下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载