-
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
-
Desktop
在齿轮箱故障诊断中,需要对故障信号进行特征提取,本程序是齿轮箱特征提取源代码。(Gearbox fault diagnosis, the need for fault signal feature extraction, the procedure is to extract the source code gearbox features.)
- 2021-04-07 22:49:01下载
- 积分:1
-
random-search
while modeling a discrete event problem you may need to know how to create a random num.
- 2011-08-06 17:06:13下载
- 积分:1
-
prim
利用Matlab编写构造最小生成树的Prim算法,程序注释清晰,通俗易懂。(Minimal Spanning Tree-- Prim)
- 2013-09-21 21:59:01下载
- 积分:1
-
matlabtutorial
matlab教程,内容为ppt格式的,对于matlab入门有详细的介绍(matlab tutorial ppt format content, for a detailed description entry matlab)
- 2010-05-12 22:42:22下载
- 积分:1
-
phase-array-beamforming-for-MATLAB
相控阵列天线方向图的matlab实现,来自学报(Phased array antenna pattern matlab realize, from University)
- 2011-08-04 20:43:11下载
- 积分:1
-
8PSK
本程序实现对随机信号的8PSK调制,程序里面有详细注释,很容易换成想要信号的8PSK调制,欢迎下载。(This program implements the random signal 8PSK modulation, which has detailed program notes, easily replaced want 8PSK modulation signal, welcome to download.)
- 2014-12-06 12:04:44下载
- 积分:1
-
pcnn
脉冲耦合神经网络(PCNN)用matlab的实现()
- 2007-08-27 15:53:38下载
- 积分:1
-
lpcbymatlab
实现lpc脉冲编码仿真,运用matlab,有源码(LPC realize pulse code simulation, the use of matlab, has source)
- 2008-05-13 20:12:42下载
- 积分:1
-
ofdm_signal
matlab ofdm signal simulation. PAPR(peak to average power ratio) modeling.
- 2008-07-24 00:47:32下载
- 积分:1