-
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
-
BaiduMapNavi
能实现导航,路线规划,可增加途径点后在进行导航,也可直接导航(To achieve navigation)
- 2014-08-06 23:51:25下载
- 积分:1
-
imagefilter
digital image filter
- 2014-02-12 04:37:32下载
- 积分:1
-
GM(1-1)
这是一个用于负荷预测的灰色预测模型GM(1,1),希望对大家了解灰色预测模型及负荷预测有帮助(This is a gray prediction model for load forecasting GM (1,1), we want to understand the gray forecast model
Type and load forecasting help)
- 2012-02-13 17:15:18下载
- 积分:1
-
聚类分析
聚类分析的入门论文,是自己研究生是整理所得,所选文献讲的都很清晰。(The introductory thesis of clustering analysis is that the graduate students are collating the income, and the selected literatures are clear.)
- 2018-09-08 10:57:13下载
- 积分:1
-
Wavelet-Y-G
本程序实现图像LENA的压缩传感,算法采用正交匹配法
(This procedure LENA compression of image sensing, orthogonal matching algorithm)
- 2011-01-10 11:00:55下载
- 积分:1
-
srfccxx10---Copy
code for communication
- 2014-10-22 17:21:36下载
- 积分:1
-
faf
这是关于a次方的FFT变换的matlab程序,很好用!!!希望与各位同享(This a power of the FFT transform Matlab procedures, easy to use! ! ! Hope to share with you!)
- 2007-06-01 16:21:10下载
- 积分:1
-
bas_10_B
10 bua zBus for power system model
- 2012-10-04 22:20:15下载
- 积分:1
-
proj02.m
removing noise from ecg signal
- 2009-07-01 03:40:07下载
- 积分:1