-
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
-
reshu
This is a code for periodic impusive noise in ofdm based power line communications. It is implemented in matlab.
- 2014-02-03 13:25:10下载
- 积分:1
-
PSO
说明: 实现粒子群算法的pid整定,适应于simulink模型的仿真,效果不错(Realize the pid tuning of particle swarm optimization algorithm, adapt to the simulation of simulink model, the effect is good)
- 2019-05-09 19:39:18下载
- 积分:1
-
contorl
说明: 异步电动机有速度传感器矢量控制,逆变侧使用SVPWM,启动超调量约3.2%(The asynchronous motor has speed sensor vector control, the inverter side uses SVPWM, and the starting overshoot is about 3.2%)
- 2020-05-12 23:52:22下载
- 积分:1
-
Knearest
K近邻方法实现0到9数字的模式识别问题。可扩展性很强,方面实现训练和识别。(K nearest neighbor method to achieve 0 to 9 digit pattern recognition problem. Highly scalable, achieving training and recognition.)
- 2010-06-08 16:41:58下载
- 积分:1
-
esintp
An edge guided image interpolation algorithm via directional filtering and data fusion
- 2021-04-13 16:58:56下载
- 积分:1
-
floatExample
This script shows how to use the GA using a float representation.Crossover Operators & Mutation Operators are used.
- 2013-10-09 13:33:11下载
- 积分:1
-
Alamoudi
Alamoudi in Matlab,this is the advance matlab version.
- 2014-02-16 03:11:48下载
- 积分:1
-
adaptive_OFDM
自适应的MIMO-OFDM matlab源码(Adaptive MIMO-OFDM matlab source)
- 2008-06-10 21:42:57下载
- 积分:1
-
data_mining1
This contains the data mining implementation for classifiers
- 2013-11-18 07:08:51下载
- 积分:1