-
node
自适应算法是一种新的算法,本程序提供了该算法去噪功能,用处广泛。(reducing the noise using the self-adaptation)
- 2009-06-13 14:19:32下载
- 积分: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
-
KalmanFilter
卡尔曼滤波(Kalman Filter)的Matlab免费程序库,里面有许多源程序(Kalman filter (Kalman Filter) of the Matlab free library, which has many source code)
- 2009-10-07 20:58:22下载
- 积分:1
-
MATLAB_filter
基于MATLAB的数字滤波,包含源程序及说明(MATLAB-based digital filtering, including source and description)
- 2008-03-29 17:02:40下载
- 积分:1
-
phase_optical_flow
The code is an implementation of the phase-based optical flow algorithm
described in Gautama, T. and Van Hulle, M.M. (2002)(The code is an implementation of the phase- based optical flow algorithm described in Gaut Na'ama, and T. Van Hulle, M.M. (2002))
- 2006-11-22 16:07:42下载
- 积分:1
-
matlab1
讲述了matlab的主要功能和应用等等,讲解很详细到位,欢迎下载(matlab code)
- 2012-04-19 18:37:46下载
- 积分:1
-
Calculate_the_number_of_kernel
Volterra 级数,用于非线性建模,其中核需要自己确定,还有记忆长度(Volterra series for nonlinear modeling, in which the core needs to set itself, as well as memory length)
- 2021-02-20 20:19:43下载
- 积分:1
-
Matlab
MATLAB7混合图像编程。详细介绍了MATLAB7.x与其它语言混合变成的方法。是程序开发更加高效,灵活(Graphics Programming MATLAB7 mixed. Described in detail MATLAB7.x become mixed with other language approach. Development is more efficient, flexible)
- 2008-02-23 13:28:33下载
- 积分:1
-
MATLABGA
遗传算法的matlab程序 移植性很强(the generation algorithm program of matlab ,which has rubust portability)
- 2009-11-02 18:23:42下载
- 积分:1
-
matlab_program
用MATLAB对图像进行基本的处理,包括读取、均衡化、不同方法显示、数据类型对显示方式的影响等基本操作,非常适合初学者(Using MATLAB to perform basic image processing, including reading, equalization, different methods of display, data types on the display of such basic operations, is suitable for beginners)
- 2011-05-14 19:05:18下载
- 积分:1