-
Snake
Hi
This mfile is source code for image segementation using active contour models [Snake]. It found the objects in imaages.
- 2009-02-25 23:15:11下载
- 积分:1
-
tp7-Tp-Filtros
Matlab Filter Implementation
In this section, we will implement (in matlab) the simplest lowpass filter
$displaystyle y(n) = x(n) + x(n-1), n=1,2,ldots,N $
(from Eq.$ ,$(1.1)). For the simplest lowpass filter, we had two program listings:
Fig.1.3 listed simplp for filtering one block of data, and
Fig.1.4 listed a main program for testing simplp.
In matlab, there is a built-in function called filter3.3 which will implement simplp as a special case. The syntax is
y = filter (B, A, x)
where
x is the input signal (a vector of any length),
y is the output signal (returned equal in length to x),
A is a vector of filter feedback coefficients, and
B is a vector of filter feedforward coefficients.
The filter function performs the following iteration over the elements of x to implement any causal, finite-order, linear, time-invariant digital filter:3.4
- 2012-06-05 21:52:24下载
- 积分:1
-
Adaptive-MMSE-filter
数字信号处理 一阶自适应最小均方误差预测滤波器(Digital signal processing first-order adaptive minimum mean square error of prediction filter)
- 2011-08-09 20:15:06下载
- 积分:1
-
VectorControlSVPWMencoderless
Simulink model of the motor driven by a SVPWM inverter, in sensorless mode
- 2014-08-08 17:15:54下载
- 积分:1
-
Tarea-costos
Un ejemplo de aplicacion de inteligencia de particulas con red multicuadratica si se utiliza por favor comentarme para crecer nuestros conocimientos
- 2013-08-01 01:55:02下载
- 积分:1
-
LMSprogram
关于LMS算法的几种仿真,层层递进,加大算法复杂性以达到更好的效果,程序中包含几种算法的对比。(Simulation of several on the LMS algorithm, progressive layers, increase the complexity of the algorithm in order to achieve better results, the program contains a comparison of several algorithms.)
- 2013-03-04 14:39:48下载
- 积分:1
-
SCSToolboxV31
国外大学scs开发的小波变换工具包最新版本,针对Matlab开发环境。(matlab toolboxs for wavelet transformation developed by an university outsea)
- 2014-10-22 21:34:48下载
- 积分:1
-
Super-Resolution-Imaging
图像超分辨率重建算法,包括插值,迭代反投影,map、pocs、配准等多种方法(Super-resolution image reconstruction algorithms, including interpolation, iterative back projection, map, pocs registration, a variety of methods)
- 2013-03-12 23:40:42下载
- 积分:1
-
非线性格兰杰因果关系代码
说明: 该压缩包内为非线性格兰杰因果关系检验代码,欢迎大家下载(The compression package contains the non-linear Granger causality test code, welcome to download)
- 2021-04-04 19:29:03下载
- 积分:1
-
exp2-(2)
已知{ n x }={1,1/2},求复倒谱xˆ (n)和倒谱c(n)。(Known {nx} = {1, 1/2}, seeking complex cepstrum x (n) and the cepstrum c (n).)
- 2013-05-11 22:31:30下载
- 积分:1