-
DCT_IDCT
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)
- 2007-12-05 18:28:42下载
- 积分:1
-
SPM
MATLAB simulation of group velocity dispersion in an optical fiber
- 2011-02-10 22:26:45下载
- 积分:1
-
等温边界
一个等温边界条件下计算墙角内温度场的小程序,用户输入墙角两侧温度,墙体热导率,设定网格尺寸后程序便会自动迭代求解并同时以矩阵和三维图形的形式输出运算结果。(A small program to calculate the temperature field inside the corner under the condition of isothermal boundary is introduced. When users enter the temperature on both sides of the corner, the thermal conductivity of the wall and the size of the mesh, the program will automatically solve the problem and output the results in the form of matrix and three-dimensional graphics.)
- 2018-03-22 00:06:02下载
- 积分:1
-
IEEE802.3av-2009
IEEE2009年新推出的10GEPON的最新标准(IEEE2009 new 10GEPON on the latest standards)
- 2010-08-16 22:13:28下载
- 积分:1
-
im
说明: image registration throug rotation
- 2012-04-24 19:41:56下载
- 积分:1
-
35738645D2D-communication-simulation
这些程序是关于D2D的相关仿真程序。有助于读者理解D2D相关内容。(These programs are related to the D2D simulation program, to help readers understand the relevant content of D2D)
- 2020-09-21 16:07:50下载
- 积分:1
-
P0306
采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波(2D median filtering function medfilt2 right by the Salt and Pepper noise image filtering)
- 2013-07-09 11:12:29下载
- 积分:1
-
Colormoment
Calculate the Color feature of the image
- 2013-02-09 12:34:38下载
- 积分:1
-
LAB_4
Matlab Code for DFT and its property
- 2012-01-27 23:21:47下载
- 积分:1
-
lianxuwuran
在命令窗口中输入lianxuwuran(t),回车即可运行,其中t为时间,例如lianxuwuran(20),表示经过20秒扩散的仿真图像。(Input lianxuwuran (t) in the command window, press Enter to run, where t is time, for example lianxuwuran (20), the proliferation after 20 seconds of simulated images.)
- 2012-02-09 13:32:41下载
- 积分:1