-
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
-
OFDM系统稀疏信道估计方法LS算法
说明: 实现OFDM多种信道条件下的LS时域频域信道估计方法仿真(Simulation of LS time domain and frequency domain channel estimation method for OFDM with multiple channels)
- 2021-04-26 14:28:45下载
- 积分:1
-
signal_p
详细的介绍了信号处理过程中的matlab应用,适合初学者学习(Described in detail in the matlab signal processing applications, suitable for beginners to learn)
- 2010-06-20 12:07:16下载
- 积分:1
-
bp_erjinzhi
运用三层BP网络结构(输入层、隐含层、输出层)实现算法,进行十进制与二进制的转换。(The use of three-tier structure of BP network (input layer, hidden layer, output layer) implementation algorithm, and binary to decimal conversion.)
- 2010-07-25 11:45:36下载
- 积分:1
-
regress-192
Test that exceptions are correctly propagated when creating object literals.
- 2014-02-09 12:26:13下载
- 积分:1
-
bwyang3
认知无线电的频谱检测算法的MATLAB实现,完整版。(Cognitive radio spectrum detection algorithm of the MATLAB realization of the full version.)
- 2009-01-08 11:47:51下载
- 积分:1
-
Genetic-algorithm-in-MATLAB
用MATLAB实现遗传算法程序,详尽的描述了遗传神经算法的实现方法(Genetic algorithm in MATLAB)
- 2013-01-05 10:47:18下载
- 积分:1
-
data-of-matlab
离散小波变换的原理编码实现,从原理实现harr小波变换,可参考matlab中的dwt函数(the code of origin of harr wavelte,similar to the function dwt() in matlab)
- 2012-04-29 10:28:12下载
- 积分:1
-
CMACnonlinear
基于CMAC网络逼近非线性对象的程序,可以参考!希望能对大家有所帮助(based CMAC nonlinear approximation the procedure, we can make reference! The hope is to help everyone)
- 2007-06-18 15:10:34下载
- 积分:1
-
gongyingshui
一个用matlab编写的供应水的程序,用时将data.txt文件放于D盘根目录下,或更改程序中文件的当前指向。(A supply of water using matlab program, with the data.txt file will be placed under the root directory in D, or change the program files in the current point.)
- 2011-11-04 19:02:49下载
- 积分:1