-
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
-
uniform_quantizer
This m-file applies uniform quantization on audio signal and produced the Mean Square Quantization Error
- 2013-03-04 19:06:41下载
- 积分:1
-
characterExpPoint
MO SIANG malaysia character exp hack
- 2014-10-09 01:14:19下载
- 积分:1
-
ex1_003
matlab实现的推荐系统,融合机器学习的方法,出自斯坦福大学吴恩达(matlab implementation of recommendation system, the integration of machine learning methods, from Stanford University, Wu Enda)
- 2013-09-22 10:03:55下载
- 积分:1
-
xianxingyuce
阵列信号,16阵元,3信源的线阵条件下的线性预测算法(Array signal, 16 array, 3 sources of linear conditions, the linear prediction algorithm)
- 2010-05-29 09:31:10下载
- 积分:1
-
fcmamatlab
模糊C均值聚类算法的matlab源代码,包括注释!(fuzzy c means)
- 2013-08-16 10:21:41下载
- 积分:1
-
gentang_v34
包括调制,解调,信噪比计算,有详细的注释,这是一个好用的频偏估计算法的matlab仿真程序。( Includes the modulation, demodulation, signal to noise ratio calculation, There are detailed notes, This is a useful frequency estimation algorithm matlab simulation program.)
- 2016-07-25 17:08:17下载
- 积分:1
-
gatbx-toolbox
内含遗传算法的matlab 程序,有参考价值哦,赶快下载吧!(Matlab genetic algorithm includes procedures have reference value Oh, as soon as possible to download it!)
- 2007-10-14 12:14:13下载
- 积分:1
-
LDPC-code
说明: 关于LDPC编码的相关程序,包括不同的编译码算法,希望能和大家共享(LDPC codes on the relevant procedures, including the different encoding and decoding algorithms, hope to share)
- 2011-03-15 14:52:54下载
- 积分:1
-
Hopfield
说明: Hopfield网络仿真实例参考:包含Hopfield网络设计实例及仿真源程序.(Hopfield network simulation reference: examples include the design and simulation of Hopfield network source.)
- 2010-04-14 20:14:41下载
- 积分:1