-
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
-
MUSIC
This code realize the MUSIC algorithm.
- 2013-01-03 17:11:29下载
- 积分:1
-
DBF
用matlab仿真一维和二维自适应波束形成(DBF)(simulate one and two-dimension DBF)
- 2011-05-30 18:41:31下载
- 积分:1
-
working
拨号按键DFMF仿真程序,数字键及字母键模拟传输中的发送与接收(Dial buttons simulation)
- 2015-03-18 10:33:49下载
- 积分:1
-
pso-clustering
说明: 基于粒子群的改进K均值聚类算法源代码。适用于MATLAB7.1。(Improved PSO-based K means clustering algorithm source code. For MATLAB7.1.)
- 2020-12-13 22:09:15下载
- 积分:1
-
ofdmmlle
说明: 一种基于PN训练序列的OFDM时频同步的新算法。通过构造倒序结构的同步训练序列(PN training sequence based on the OFDM time and frequency synchronization of the new algorithm. Structure by constructing a reverse synchronization of training sequences)
- 2021-04-04 17:29:04下载
- 积分:1
-
txgd
建于眉山的同相供电装置相应的电能质量计算程序。(Built in Meishan calculated phase power supply device power quality program.)
- 2012-04-26 19:12:43下载
- 积分:1
-
1
说明: 插值和拟合算法实验源代码,希望给大家带来帮助。(Interpolation and the fitting method experimental source code, hope to bring you help.
)
- 2012-01-05 09:31:31下载
- 积分:1
-
G728MAT
G728 Matlab decoder, code 16 LDECP
- 2010-06-09 20:12:20下载
- 积分:1
-
project
This matlab code is used for reduce PAPR in OFDM.
This is employed Artificial Intelligent
- 2009-04-18 20:25:42下载
- 积分:1