-
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
-
toci
Complex networks have some common basic model, such as random graph, WS small-world networks, NW small-world networks and scale-free BA network, the program generated from the mechanism of these networks to generate the complex network model and analysis its basic nature, such as the average path length.
- 2009-12-07 17:23:45下载
- 积分:1
-
NeuralNetwork_RBF_2Classification
The return is the beampattern of the arrays in dB
- 2012-10-30 15:41:34下载
- 积分:1
-
UKF_GPS
利用UKF融合算法在融合多传感器数据加上GPS实现多数据融合,最后进行姿态解算(UKF fusion algorithm in use multi-sensor data fusion plus GPS multi-data fusion, and finally the attitude solution)
- 2020-07-01 16:00:01下载
- 积分:1
-
kmean
确定K均值最佳聚类数,把数据导入后运行即可(Determining the best clustering number of K mean)
- 2018-09-20 10:01:06下载
- 积分:1
-
mpegcode_matlab
对单幅图像进行编解码程序,经过DCT,量化,扫描,编码及其逆过程实现编解码(Single image codec on the program, after DCT, quantization, scanning, coding and decoding achieve reverse process)
- 2010-07-04 22:45:34下载
- 积分:1
-
QPSK
QPSk的仿真程序,包括AWGN信道和瑞利信道波形以及星座图(QPSk simulation procedures, including the AWGN channel and Rayleigh channel waveforms as well as the constellation diagram)
- 2009-12-10 18:09:08下载
- 积分:1
-
TP-Trapez
Intégration par la méthode des trapèzes. Le principe de cette méthode est analogue à celui de l intégration par une série de rectangles.
- 2013-01-01 20:52:25下载
- 积分:1
-
07194848iris-recogniton-with-haar-wavelet
iris recognition using haar wavelet
- 2014-01-31 15:55:49下载
- 积分:1
-
MNM1D_R09_encrypted-code
Discreatization heat transfer two demension equation working
- 2012-04-24 18:23:13下载
- 积分:1