-
Krylov
Krylov Fixed Structure Automata in Cellular Automata Matlab Code
- 2011-08-23 03:01:44下载
- 积分:1
-
pca
sourse code for fusion using pca
- 2014-09-22 06:52:07下载
- 积分:1
-
bpsk_qpsk_qam_ofdm_cdma_mac
从基本的bpsk,qpsk,qam到实际的ofdm系统,cdma链路,mac层仿真分析,(From basic bpsk, qpsk, qam to the actual ofdm systems, cdma link, mac layer simulation analysis,)
- 2010-10-26 20:47:07下载
- 积分:1
-
gaborfilter
this is gabor filter working good
- 2010-12-10 04:56:58下载
- 积分:1
-
canceler
这是脉冲多谱勒雷达信号处理流程中的动目标显示的实现程序,采用的是脉冲对消法。(This is a pulse Doppler radar signal processing flow of the moving target indication of the realization of procedures, using the pulse cancellation method.)
- 2008-07-16 19:49:18下载
- 积分:1
-
impro1
This is the first tutorial of a series of image processing tutorials
- 2015-03-05 05:01:51下载
- 积分:1
-
codes
Modified LLL (MLLL) Lattice Reduction Algorithm
Original Paper: A Customized Lattice Reduction Multiprocessor for MIMO Detection
by Shahriar Shahabuddin et. al.
- 2015-04-11 05:07:17下载
- 积分: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
-
CART
说明: 数据挖掘算法,K-means聚类算法源代码,用于聚类分析(data mining algorithms, K-means clustering algorithm source code for the cluster analysis)
- 2005-09-22 23:52:40下载
- 积分:1
-
log
log operator for edge detection
- 2011-06-03 17:09:46下载
- 积分:1