登录
首页 » matlab » DCT_IDCT

DCT_IDCT

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

  • Plasma-FDTD-Matlab
    说明:  一维等离子体FDTD的Matlab源代码,是时域有限差分算法中的重要算法(One-dimensional FDTD the Matlab source code for plasma, FDTD method is an important algorithm in)
    2010-04-28 13:32:43下载
    积分:1
  • field-2
    Field 2 是丹麦理工大学(Technical University of Demark)的J.A.延森(Jorgen Arendt Jenson)开发的一款超声模拟软件,该软件基于线性声场理论, 其最基本概念是空间冲击响应,最早由Tupholme和Stepannishen等提出,空间冲击响应是一个和何置相关的函数,它与换能器上的激励信号卷积,可以得到发射波到焦点的任意一点的声场。换能器接收同波信号相当与发射的逆过程,将空间的反射点作为发射源,与接收换能器的空间冲击响应卷积,从而得到回波信号。(Field 2 is the Technical University of Denmark (Technical University of Demark) is an ultrasound simulation software JA Jensen (Jorgen Arendt Jenson) developed the software based on the linear sound field theory, the basic concept is the spatial impulse response, first by Tupholme and Stepannishen and other proposed space impulse response is a home-related functions and what its convolution with the excitation signal transducer, you can get any of the transmitted wave to the focal point of the sound field. Wave transducer receives a signal corresponding with the inverse process of transmission, the reflector point in space as a transmission source, and the receiving transducer spatial convolution of the impulse response, thereby obtaining the echo signal.)
    2014-11-12 09:16:31下载
    积分:1
  • psot
    粒子群算法工具包,包括动态环境的寻优,还可以直观看到粒子的搜索过程(Particle swarm optimization tool kit, including the dynamic environment of the optimization, you can also see the particles in an intuitive search process)
    2009-12-14 00:33:05下载
    积分:1
  • release
    what makes paris likes paris会议论文的源代码(what makes paris likes paris)
    2013-08-18 11:13:11下载
    积分:1
  • radar-Matlab
    雷达信号处理的matlab程序及各种滤波器设计(Radar signal processing matlab program and a variety of filter design)
    2013-04-03 12:44:37下载
    积分:1
  • matlabBspline
    MATLAB软件对b样条曲线曲面进行拟合(B-spline curve and surface fitting)
    2020-07-26 19:08:41下载
    积分:1
  • ypea107-differential-evolution
    代码使用差分进化算法解决了车辆路径问题,供大家学习参考(The code uses differential evolution algorithm to solve the vehicle routing problem.)
    2017-11-12 13:19:16下载
    积分:1
  • 0508matlab
    matlab的以部分源码,不错啊,对编程很有用的(matlab to use part of the source, yes ah, right programming very useful)
    2007-12-05 21:55:52下载
    积分:1
  • ActiveFilters
    active filter simulink in matlab
    2013-08-05 14:09:30下载
    积分:1
  • 3D-linear-elasticity-FEA
    3D 线性有限元算法, 可计算模型形变和应力分布(3D linear finite element method, calculate deformation and stress distribution model)
    2014-11-13 23:02:57下载
    积分:1
  • 696518资源总数
  • 105873会员总数
  • 12今日下载