-
pade
function [a,b] = pade(x,p,q)
PADE Model a signal using the Pade approximation method
----
Usage: [a,b] = pade(x,p,q)
The input sequence x is modeled as the unit sample response of
a filter having a system function of the form
H(z) = B(z)/A(z)
The polynomials B(z) and A(z) are formed from the vectors
b=[b(0), b(1), ... b(q)]
a=[1 , a(1), ... a(p)]
The input q defines the number of zeros in the model
and p defines the number of poles.
- 2012-04-18 09:52:53下载
- 积分:1
-
Krage
模式识别的一种算法源代码,不一定适合所有人(A pattern recognition algorithm source code, not necessarily suitable for everyone)
- 2009-11-16 21:16:23下载
- 积分:1
-
123
matlab盲复原程序,线性卷积的仿真程序。(matlab blind rehabilitation program, the linear convolution simulation program.)
- 2012-04-25 10:59:54下载
- 积分:1
-
CAD
Implementation of a parks Macleland filter in Matlab and HDL
- 2011-09-13 21:57:49下载
- 积分:1
-
MATLAB_gui_classic_design
MATLAB gui经典设计方案MATLAB gui classic design(MATLAB gui classic design MATLAB gui classic design)
- 2010-08-02 09:06:21下载
- 积分:1
-
hongwike30430
说明: 人脸检测代码,可对人脸进行分割,识别出人脸区域,表识出来,速度也很快
(Face detection code, may be divided on the human face, identified face region, the table know it, the speed quickly)
- 2011-03-06 12:58:28下载
- 积分:1
-
identwedi
this code is used to generate function in discrete model using adaptive neural network algorithm
- 2012-08-07 12:21:37下载
- 积分:1
-
tiqu
Centroid extraction MATLAB program for star point extraction algorithm
- 2014-11-23 20:44:58下载
- 积分:1
-
robotics
一些关于matlab仿真机器人的资料,包括4自由度机器人,六自由度机器人等(Information on robot learning, including the establishment of the coordinate system, the forward kinematics, inverse kinematics, location Jacques force Jacobian)
- 2012-05-14 22:44:20下载
- 积分:1
-
KClassify
使用K近邻法设计分类器,对一组数据进行分类(K-nearest neighbor algorithm to design the classifier, to classify a set of data)
- 2012-05-21 20:35:35下载
- 积分:1