-
fly1
matlab动画入门例子,网上找的,还不错(matlab animation)
- 2010-03-10 10:53:19下载
- 积分:1
-
Invar_Moment
该代码为利用几何不变矩提取图像几何特征的代码,用matlab编写,提取7个Hu矩为特征向量。可以用于基于内容的图像检索(The code for the image using the geometric moment invariant geometric features extracted code, written with matlab to extract seven Hu moments as features. Can be used for content-based image retrieval)
- 2010-07-05 10:16:44下载
- 积分: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
-
ls-ar
说明: 自编函数实现AR模型的最小二乘估计(AR阶数=4)(AR model of self-function of least squares estimation (AR order = 4))
- 2008-11-04 00:11:06下载
- 积分:1
-
pattern-classification-matlab-tool
模式分类这本书的被套的工具书,包含有各种分类的算法的MATLAB的代码实现,《Computer+Manual+in+MATLAB+to+Accompany+Pattern+Classification+2nd+Edition》(pattern recognition and useness with matlab code tools)
- 2011-07-01 11:46:44下载
- 积分:1
-
ybusppg
this code can help to analyze electrical flow system
- 2012-06-01 13:50:33下载
- 积分:1
-
obstacle_detection
obstacle avoidance,this document for obstacle avoidance for robot control
- 2011-02-09 15:56:54下载
- 积分:1
-
Multi-Sensor-Data-Fusion-with-MATLAB
信息融合综述以及一些基于matlab的实现(information fusion)
- 2013-10-15 17:13:04下载
- 积分:1
-
practical_5
single phase tcr used for reactive power compensation in power transmission system.
- 2014-09-25 18:13:47下载
- 积分:1
-
compressed-sensing-procedure
基于压缩感知的图像处理,分别使用二维DCT、FFT和一维dwt变换对图像信号进行稀疏变换,然后使用正交匹配追踪算法进行重构,在进行相应的逆变换(This is a image processing procedure based on compressed sensing which respectively uses two-dimensional DCT, FFT and one-dimensional dwt transform to sparse the image signal and then uses the orthogonal matching pursuit algorithm for reconstruction.)
- 2021-04-07 15:29:01下载
- 积分:1