-
aed
自适应特征值的时延估计算法,matlab(Adaptive time delay estimation algorithm eigenvalue, matlab)
- 2010-07-19 23:56:29下载
- 积分:1
-
Segmentation
这是一个虹膜识别检测的周围元器件的程序描述,很完整,也是很好验证的(This is a test of iris recognition around the components of the program description, it is complete and is good for validation)
- 2010-07-24 10:18:26下载
- 积分:1
-
growcut
growcut分割算法matlab代码,实现图像分割较好的方法-matlab code growcut segmentation algorithm to achieve better image segmentation methods(image segmentation)
- 2010-07-30 21:16:43下载
- 积分: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
-
tiaoshi
kalman滤波程序,非常适合研究该领域的朋友,欢迎共享(kalman filtering procedures, is very suitable for research in this field, welcome to share the)
- 2010-01-03 10:07:49下载
- 积分:1
-
poincare_zip
本程序提供了两种Poincare曲线的程序源代码,并针对单摆转子系统进行了绘制。(This program provides two kinds of Poincare curve program source code, and for the simple pendulum rotor system has been drawn.)
- 2017-09-14 08:56:04下载
- 积分:1
-
FractionalHeatConductionToolbox
分数阶热传导工具箱可以用于求解分数阶微分方程中的热传导过程的求解,包含解析解与数值解的求解方式,含有显式,隐式和Crank–Nicolson求解方法。(The methods of solving models of heat conduction are described, namely analytical and numerical methods. In the case of numerical methods regards the finite difference method by using GL definition for the fractional time derivative. Implementation of these individual methods was realized in MATLAB. The two libraries of m-functions for the heat conduction model have been created, namely Heat Conduction Toolbox and Fractional Heat Conduction Toolbox.)
- 2021-04-25 22:48:45下载
- 积分:1
-
PSO_Wael
this is a zip file for showing how particle swarm optimization find g_best with matlab.
- 2009-04-03 13:07:09下载
- 积分:1
-
disp
This is an Assembly language code for a basic screen saver for a computer.
- 2014-10-16 04:24:16下载
- 积分:1
-
newBPSK
BPSK信号衰落的仿真;计算BPSK平均,分散与矢量数据的标准差(Evaluation program of fading counter based BPSK transmission scheme calculate mean, dispersion and standard deviation for the vector data)
- 2010-10-16 10:44:21下载
- 积分:1