-
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
-
lec4
We prop ose d a simple relaxe d optimizatio n problem for finding the maxim um margin s ep
ar ator when some of the examples may b e misclassified
- 2013-12-02 14:32:38下载
- 积分:1
-
houghcircle
ellipse hough detection matlab
- 2010-06-05 03:44:51下载
- 积分:1
-
matlabmath
MATLAB 关于数学的一些资料,方便大家的学习,可以下载(Some information about the mathematics MATLAB to facilitate everyone' s learning, you can download)
- 2010-09-27 18:06:06下载
- 积分:1
-
VoiceAlarm
说明: 自己写的基于matlab的WAV声音文件报警的仿真程序(Write their own based on the WAV sound files matlab simulation program alarm)
- 2011-02-17 13:19:21下载
- 积分:1
-
N-Hermite_interplotion
说明: N-Hermite插值的MATLAB程序。需要的来下载。(N-Hermite interpolation of the MATLAB program. Need to download.)
- 2009-08-02 00:07:49下载
- 积分:1
-
4
说明: design TCP/AQM router using robust control
- 2013-02-13 06:50:55下载
- 积分:1
-
FCBattery
this code is about fcb battery
- 2014-12-17 02:36:44下载
- 积分:1
-
9radar-systems
雷达系统建模与仿真:回波波形、中放后波形、I/Q相干检波后波形、脉压后波形、MTI对消后波形、相参积累后波形、取模后波形、cfar后波形(Radar System Modeling and Simulation: echo waveform, the waveform after the release, I/Q coherent detection shaped pulse waveform after, MTI cancellation after wave, after wave coherent integration after modulo waveform, cfar waveform)
- 2014-01-13 18:07:47下载
- 积分:1
-
essai-mm1
seems to be so fuddle If you do not want to upload source code, you can join the
- 2013-12-11 01:57:14下载
- 积分:1