-
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
-
macprotocol
无线环境中,手机、计算机等接入信道的mac层协议(At wireless radio environment,handphone、computor use mac potocol to access chanel.)
- 2009-12-18 20:50:53下载
- 积分:1
-
2-9-2009
its program for busout, linefow
- 2009-12-28 15:32:16下载
- 积分:1
-
Fuzzy-Control
模糊控制程序是集散控制中重要的一种,本程序对倒立摆进行控制,保持其相对稳定(Fuzzy control is important in the distributed control, the program to control the inverted pendulum, maintain its relative stability)
- 2013-05-05 11:16:57下载
- 积分:1
-
BM-8300PSTA2EMU-5.8.199Pbin
AN IMPORTANT class of theoretical and practical
problems in communication and control is of a statistical nature.
- 2015-03-15 00:14:12下载
- 积分:1
-
ondas
Fourie series. Waves with sines and cosines. Square wave, sawtooth wave, etc. Very usefull.
- 2013-11-03 07:58:20下载
- 积分:1
-
pal
This is based on Intel IA-64 Architecture Software Developer s Manual rev 1.0 chapter 11 IA-64 Processor Abstraction Layer.
- 2015-03-11 21:21:27下载
- 积分:1
-
doubleslit
Double silt experiment matlab calculation of m-file
- 2014-01-09 23:28:37下载
- 积分:1
-
Prewitt
used to perform edge detection using prewitt operator without using edge function
- 2012-11-25 22:14:59下载
- 积分:1
-
PLL
matlab环境下PLL经典例程,包含一阶和二阶锁相环。(matlab environment PLL classic routines, including a first-order and second-order phase-locked loop.)
- 2014-02-09 16:01:44下载
- 积分:1