-
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
-
my3126
Fractional Synthesizer clock implementation.
- 2014-10-17 10:53:15下载
- 积分:1
-
AsynchronizeItemsBinding
延迟加载的,转发别人的,感觉不错,适合初学者使用的,可以了解下一部加载(Asynchronize of datagrid it fit newer)
- 2014-11-20 09:49:40下载
- 积分:1
-
dvb-s
programme matlab dvb-s tool
- 2013-05-01 07:00:38下载
- 积分:1
-
ficp
实现FICP算法的核心函数,经6.5编译通过,该函数的原理见杨亦春教授的论文(ficp)
- 2009-03-30 11:10:32下载
- 积分:1
-
DSP-Using-MATLAB
Digital signal processing using Matlab & wavelets
- 2011-01-24 11:19:45下载
- 积分:1
-
duochongfenxing
提供两个小程序,一个是多重分形谱算法;另一个是盒子维数的计算。(Provide two small programs, one is multifractal spectrum algorithm the other is the calculation of box dimension.)
- 2011-02-15 16:13:24下载
- 积分:1
-
56356291j
捷联惯导程序,利用matlab编写的程序,很有参考价值(SINS SINS program program program SINS ,using matlab language,)
- 2011-06-06 17:28:09下载
- 积分:1
-
TSP
TSP问题是经典的寻优问题 也是人工智能里一个重要的问题 我编写的程序主要是用蚁群算法来解决这个问题。蚁群算法是人工智能里用来寻优的重要算法 由于蚁群算法的优点使得TSP问题能够实现。
(The TSP problem is a classical optimization problem is also an important problem in artificial intelligence programs written in my main is to use ant colony algorithm to solve the problem. Ant colony algorithm is used in artificial intelligence (ai) optimization algorithm is important due to the advantages of ant colony algorithm can achieve the TSP problem.)
- 2013-03-19 19:16:30下载
- 积分:1
-
WaveletExtraction
提取子波代码研究. Wavelet extraction.(Wavelet extraction.)
- 2015-08-07 08:30:18下载
- 积分:1