-
Untitled2
LEACH, you can get the matlab code of LEACH
- 2010-10-20 10:33:09下载
- 积分:1
-
FIR_Filter_labtest
FIR Filter的例子,大学研究室的。(FIR filter example, the university lab.)
- 2006-12-04 23:39:35下载
- 积分:1
-
Time-Series-Prediction
Time-Series Prediction with NNMLP
- 2014-10-24 05:24:17下载
- 积分:1
-
bianyuanjiance
图像边缘检测代码,基于matlab7.0。基于小波变换的边缘检测。(Edge detection code, based on matlab7.0. Edge detection based on wavelet transform.)
- 2010-05-12 15:17:52下载
- 积分:1
-
celiangdata
此为实际测量所得的真实的振动信号数据,希望对大家分析处理数据有所帮助(this to the actual measurements of the vibration signal real data, and I hope to analyze data processing help)
- 2007-05-17 01:03:41下载
- 积分:1
-
GACode
一个用于自然数编码遗传算法的工具包indexGA,以及用这个工具包实现的车辆路径优化问题的算法例程(One for the natural number-coded genetic algorithm toolkit indexGA, and use this tool kit to achieve VRP algorithm routine)
- 2007-08-09 16:36:58下载
- 积分:1
-
RS
说明: 采用RS极重标差分析法得到HURST指数。参数sequence为输入的时间序列。(RS heavy use of standard deviation analysis by HURST index. Parameter sequence for the input time series.)
- 2010-08-19 01:48:01下载
- 积分:1
-
dxbdzg
单相半波可控整流电路(阻感性负载)的matlab仿真(Matlab simulation of single-phase half-wave controlled rectifier circuit (resistive-inductive load))
- 2013-03-23 16:31:46下载
- 积分:1
-
ZSCII
maximul constant control of zsi
- 2014-10-31 01:43:18下载
- 积分: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