-
functionMVDR
提供了一个非常简洁的MVDR的matlab m函数(Provides a very simple matlab m function the MVDR)
- 2009-02-25 21:39:24下载
- 积分:1
-
MATLAB-programs
戴维.鲁伯特的统计与金融一书的matlab代码( matlab code of<statistics and finance >by David Rupert )
- 2013-11-02 13:02:53下载
- 积分:1
-
LDPC
DVB_S2_LDPC整体累积编码算法文档及MATLAB仿真(DVB_S2_LDPC documents and the overall cumulative Coding MATLAB simulation)
- 2010-09-24 23:06:00下载
- 积分:1
-
Motion_Est_Alg_TSS
Motion estimation algorithm - three step search
- 2011-10-04 15:38:55下载
- 积分:1
-
calc
基于matlab简单计算器,和我们平时用的普通计算器一样(Matlab prepared easy to use calculator)
- 2009-03-13 16:57:55下载
- 积分:1
-
hilbert
希尔伯特变换的c程序完整代码,可以实现相应功能(Hilbert transform of the c program code integrity, you can realize the corresponding function)
- 2008-06-04 11:03:18下载
- 积分:1
-
ofdmrrange
说明: 介绍使用matlab对ofdm进行编程,掌握其基本原理(Introduction to program using matlab on ofdm and grasp the basic principles)
- 2011-03-24 19:21:55下载
- 积分:1
-
ABC-2d
first-order Engquist-Majda ABC in an FDTD program for 2D-TMz Wave.
- 2013-12-04 22:00:01下载
- 积分:1
-
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
-
IPToolbox
matlab image processing toolbox
- 2014-09-19 02:25:18下载
- 积分:1