-
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
-
MATLABOx
MATLAB遗传算法OX变换的源代码(OX Transform MATLAB genetic algorithm source code)
- 2008-05-09 10:05:51下载
- 积分:1
-
BPSK
Simulink model of AWGN BPSK with carrier recovery.
- 2011-05-30 02:42:48下载
- 积分:1
-
learnmatlab_sp3
A good book to learn Matlab from the begginig
- 2012-05-11 08:35:12下载
- 积分:1
-
radar_trans_of_airplane
pdf文档,机载雷达坐标系变换相关内容,介绍了机载雷达坐标系下的探测目标位置表达方式(pdf document,introduce the coordinates translates method of the airplane between the target)
- 2015-02-10 22:20:21下载
- 积分:1
-
02
说明: matlab中一些重要的课件和资料,比较有用啊!(matlab courseware and some important information, more useful ah!)
- 2010-09-14 10:01:28下载
- 积分:1
-
matlabGUI
matlab句柄绘图和GUI, 坐标绘图,基于matlab的绘图讲义(matlab GUI)
- 2010-11-10 16:23:35下载
- 积分:1
-
GA-paper
这是一篇硕士论文,题目是多目标优化的遗传算法研究(This is a master' s thesis topic is a multi-objective optimization by genetic algorithm)
- 2011-05-25 14:32:00下载
- 积分:1
-
volley-use-demo
volley open project use demo
- 2014-08-12 11:54:18下载
- 积分:1
-
04339924_2
— In ultra-wideband (UWB) indoor dense multi-path transmission environments, traditional coherent Rake receiver
requires estimation of channel parameters. Moreover, in order to collect enough signal energy from dense multi-path components,
the number of Rake fingers must be large enough. Consequently,
the receiver structure is too complex to be implemented in practice.
- 2013-11-11 18:24:57下载
- 积分:1