-
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
-
DTMF_model
Another one usefull DTMF decoder model for Matlab Simulink with a lot of aux MathCAD computation.
- 2010-11-06 00:47:25下载
- 积分:1
-
Wave_Watermark
一个简单的wave文件水印程序,使用LSB嵌入。(A simple wave file watermark, the use of LSB embedding.)
- 2010-11-10 21:32:28下载
- 积分:1
-
erere
一个拟合椭圆的程序,采用matlab编程,利用均值误差作为代价函数。(A fitting elliptical procedures, the use of matlab programming, using the mean error as the cost function.)
- 2008-06-24 16:59:20下载
- 积分:1
-
last
最优化缓存分配。系统模型是基站和用户,通过优化用户端缓存分配,使得基站容量最大(Optimizing cache allocation. System model is a base station and the user, by optimizing cache allocation client, making the maximum capacity of base station)
- 2016-01-15 05:40:23下载
- 积分:1
-
chap9
matlab的经典教学案例,初学者的最好资料,来看看吧。(matlab classic teaching case, the best information for beginners, have a look.)
- 2011-04-22 16:29:04下载
- 积分:1
-
FIR
线性缓冲区FIR滤波器设计,可利用MATLAB产生系数,利用CCS开发环境,调试成功!(FIR filter design for linear buffer can be generated using MATLAB coefficient, the use of CCS development environment, debugging success!)
- 2009-05-29 22:23:32下载
- 积分:1
-
ideal_gaotonglvboqi
收集的高通滤波函数,里面有个人写的注释,供大家参考,不对的地方希望给与指正。(High-pass filter function collected, there are individual written comments, for your reference, and do not want to give local correction.)
- 2015-03-18 15:00:43下载
- 积分:1
-
iriscode
iris recognition matlab application
- 2010-01-29 21:07:30下载
- 积分:1
-
MLP_iris
MLp calssifier that can classes diffrence type of class
- 2014-11-05 19:42:31下载
- 积分:1