-
DFT
实现dft基本功能。对频率分辨率有特殊说明,希望对您有帮助。(The realization of the basic functions of dft. Frequency resolution of special note, I hope for your help.)
- 2009-05-16 12:47:23下载
- 积分:1
-
linclass
这个是用于两类的带有类别的数据的线性分类器,是结构体类型如下判别 y(i) = 1 if W *X(:,i) + b >= 0
2 if W *X(:,i) + b < 0(his function classifies input data X using linear
discriminant function:
y(i) = argmax W(:,y) *X(:,i)+ b(y)
y
where parameters W [dim x nfun] and b [1 x nfun] are given
in model and nfun is number of discriminant functions.
In the binary case (nfun=1) the classification rule is following
y(i) = 1 if W *X(:,i)+ b >= 0
2 if W *X(:,i)+ b < 0)
- 2011-05-01 17:58:21下载
- 积分:1
-
iir
IIR低通滤波器的matalab实现程序。(IIR low-pass filter matalab implementation process.)
- 2011-06-28 11:17:50下载
- 积分:1
-
FFT-Matlab
MATLAB下FFT变换实用2个例子,可以进行绘制fft波形及计算THD(The MATLAB FFT transform practical two examples can draw the fft waveforms and calculate THD)
- 2012-12-23 21:51:33下载
- 积分:1
-
Dpajialai
基于MATLAB的确定性系统的分岔与混沌的设计程序(MATLAB-based deterministic system, bifurcation and chaos in the design process)
- 2009-12-30 21:44:09下载
- 积分:1
-
Gabor-Transform
附件的代码为Gabor变换的源代码,运行正常,并且非常实用。(Annex Gabor transform code for the source code, operating normally, and very practical.)
- 2011-02-16 15:03:38下载
- 积分:1
-
LeastSquare
利用最小二乘迭代方法计算用户位置的matlab程序。(This is a least-squarels program writing with matab tool!)
- 2012-03-29 16:15:07下载
- 积分:1
-
fastica
Independent Component
- 2014-11-07 21:29:16下载
- 积分:1
-
Runge-Kutta
Runge-Kutta for lorenz equation
- 2012-01-24 00:17:50下载
- 积分:1
-
FactoryMethod
定义一个用于创建对象的接口,让子类决定实例化哪一个类。Factory Method
使一个类的实例化延迟到其子类。(Analysis and implementation of common design patterns (C++))
- 2014-12-28 12:54:20下载
- 积分:1