-
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
-
apple
根据静态苹果图像RGB三值检测苹果表面是否有缺陷,比较准确(Apple RGB image from the static three-valued test whether apple surface defects, more accurate)
- 2011-05-10 17:00:56下载
- 积分:1
-
KStattoolbox
这个是KPCA的matlab工具包,台湾的一个大学开发,能够实现KPCA的基本功能(This is a matlab toolkit KPCA, Taiwan, a university development, to achieve the basic functions of KPCA)
- 2011-07-24 11:13:15下载
- 积分:1
-
20121212-music-genre-classification
Music Genre Classification with 16 feature extraction, program and journal
- 2013-04-23 16:11:26下载
- 积分:1
-
fd2d1_fu
二维fdtd远场分布二维fdtd远场分布(fdtd,2dfdtd,2dfdtd,2dfdtd,2d)
- 2011-12-28 15:50:38下载
- 积分:1
-
SCEGET
shuffled complex evolution method (function)
- 2013-12-13 03:54:02下载
- 积分:1
-
emd
经验模态分解(EMD)程序,EMD主要用于信号分解。(Empirical Mode Decomposition (EMD) program, EMD is mainly used for signal decomposition.)
- 2020-12-28 11:29:01下载
- 积分:1
-
LFM_DPC
以下几个matlab程序对雷达常用的线性调频信号(lfm信号)进行脉冲压缩时的关键问题进行了仿真,其中包括旁瓣抑制影响(加窗与不加窗)、多卜勒频移影响,并对时域脉压与频域脉压结果进行了对比分析,供相关技术人员参考。(Matlab following procedures commonly used on the radar LFM signal (lfm signal) for pulse compression at the time of the key issues of simulation, including the impact of sidelobe suppression (plus a window with no window), the impact of Doppler frequency shift, time domain and frequency domain pulse pressure and pulse pressure results of comparative analysis of relevant technical personnel for reference.)
- 2020-11-04 08:59:52下载
- 积分:1
-
canshu_xianpu
给出了谱估计中参数估计的线谱的估计模型的程序带码(PSD line )
- 2012-11-25 20:19:07下载
- 积分:1
-
AUV-tarcking
基于反步法的船舶直线路径跟踪控制程序,包括自适应算法,控制模型搭建(AUV_tracking based on backstepping)
- 2020-12-15 15:39:15下载
- 积分:1