-
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
-
string_32
Most of the string-functions are rather heavily hand-optimized, see especially strsep,strstr,str[c]spn.
- 2014-09-08 22:52:14下载
- 积分:1
-
LDPC
LDPC码既低密度奇偶校验码(Low Density Parity Check Code,LDPC)((Low Density Parity Check Code,LDPC))
- 2014-11-26 20:18:00下载
- 积分:1
-
km
说明: 使用K均值算法学习图片特征,对应Ng2012年的文章,learning features with k-means.(K-means algorithm using learning picture feature, the corresponding article Ng2012 years, learning features with k-means.)
- 2014-12-28 13:48:58下载
- 积分:1
-
viterbi
viterbi译码算法,可以对卷积码进行解码。通信类的朋友知道的。。。(viterbi)
- 2009-12-12 10:43:56下载
- 积分:1
-
tfdemo1
说明: 使用matlab时频分析中的一个demo文件
大家可以和传统的wavlet比较下(use Matlab time-frequency analysis of a demo we can document and traditional wavlet compared)
- 2006-02-11 18:51:59下载
- 积分:1
-
Chared-ICA-Code
Imperialist Competitive Algorithm (ICA)
- 2013-02-12 23:43:37下载
- 积分:1
-
jiefangcheng
用MATLAB解决力学和力矩的问题时,可用此程序解矢量方程(This program can be used to solve the problems of the mechanics and torque using MATLAB solution vector equation)
- 2012-10-13 15:16:35下载
- 积分:1
-
preprocessing
face recognition matlab code preprocessing
- 2015-03-13 02:30:46下载
- 积分:1
-
AC_toAC_1I
this file is an ac to ac controller.
you can control the output by adjusting the firing angle of the SCR.
- 2013-12-20 14:21:52下载
- 积分:1