-
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
-
restricted_boltzmann_machine_matlab
3-layer restricted boltzmann machine matlab
- 2009-10-03 20:59:46下载
- 积分:1
-
Design--Fabrication-and-Characterization-of-III-N
Design, Fabrication and Characterization of III-N Based Solar Cells
- 2014-12-04 20:13:06下载
- 积分:1
-
objective_description_function
This function is used to completely describe the objective functions and the range for the decision variable space etc.
- 2012-11-15 02:37:11下载
- 积分:1
-
addlift
非常有用的matlab实用例程,mei you mi ma(very useful practical Matlab routines, mei you mi ma)
- 2006-06-22 10:28:42下载
- 积分:1
-
lagrange
Matlab script to generate symbolically equation of motion by using Lagrange method.
- 2011-09-14 16:47:50下载
- 积分:1
-
simulink_learn
simulink 学习教程 适合初学者的好教程 分享给大家(simulink tutorial for beginners learning a good tutorial for everyone to share)
- 2013-08-21 15:17:37下载
- 积分:1
-
singleV
晶闸管单相整流电路matlab仿真,可以改变触发角。(Thyristor single phase rectifier matlab simulation, you can change the firing angle.)
- 2012-10-26 09:10:16下载
- 积分:1
-
rgb-yuv
该程序源代码实现了RGB-->YUV转化(RGB-->YUV)
- 2010-06-08 18:17:51下载
- 积分:1
-
PSNR
deneme illa uzun uzunmu yazmak gerek
- 2011-04-30 07:06:53下载
- 积分:1