-
xiaobobianhuanjiance
说明: 应用MATLAB中的小波变换的方法进行边缘检测(MATLAB)
- 2010-03-16 16:44:20下载
- 积分: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
-
IEEE802-15-08-0416-02-0006
这是关于802.15.6的信道模型的一篇标准,很好很权威的。(This is about the 802.15.6 channel model of a standard, very good authority.)
- 2011-12-01 21:06:57下载
- 积分:1
-
SP-code-plus-paper
SOMP是压缩感知中的子空间重构算法,这里包含一个源码和一片关于SOMP的文章,供参考(compressive sensing_SOMP)
- 2014-05-20 01:48:34下载
- 积分:1
-
GA
遗传算法;使用遗传算法进行图片分割,在基于内容的图像搜索上有可能用到。
- 2010-01-26 20:42:44下载
- 积分:1
-
4
说明: 《MATLAB 7.0编程基础基础》源程序,适合初学者使用,第4章(" MATLAB 7.0 programming foundation base" source, suitable for beginners, Chapter 4)
- 2011-06-13 17:40:37下载
- 积分:1
-
fingerprint-identification
指纹识别预处理 matlab程序 包括 指纹增强 二值化 细化 等步骤(Fingerprint preprocessing including fingerprint enhancement matlab program binary refinement step, etc
)
- 2013-03-12 18:11:53下载
- 积分:1
-
jiachuang_xin
加窗函数,针对大家不知道如何加窗提出来的一个例子(an example of window function )
- 2011-12-12 20:38:00下载
- 积分:1
-
8Queen_GA
matlab code for solving 8Queens by GA algorithm
- 2013-11-21 03:32:27下载
- 积分:1
-
Algo_Mathlab
Algorithme Pivo and PivoGauss in resolution of polynomial equation
- 2009-10-06 07:37:12下载
- 积分:1