-
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
-
knedlsepp-p1afem-nD-9e58aad
P1-AFEM and Computational Geometry Codes(The 3D bisection scheme provided by this package is programmed in C and needs to be compiled
before use by calling the scriptsetup. You can try out the bisection scheme by starting a 3D
example, e.g. exampleSimplex.)
- 2014-12-24 12:55:56下载
- 积分:1
-
A-Learners-Guide-to-Programming-Using-the-Python-
A Learner s guide for programming using python language.
- 2014-01-21 14:01:13下载
- 积分:1
-
FOURTH-METHOD
fourth-order pseudospectral method for integrating the NLS equation
- 2014-02-14 05:57:25下载
- 积分:1
-
666616psk
RLS算法,用matlab实现,用自适应算法来实现均衡,程序正确(RLS algorithm, using matlab to achieve, with an adaptive algorithm to achieve a balanced and correct procedures)
- 2012-09-05 21:51:26下载
- 积分:1
-
MATLAB-KMEANS
基于matlab的k均值算法,程序比较简单,适合初学者学习(Matlab k-means algorithm, the procedure is relatively simple, suitable for beginners to learn)
- 2013-04-05 15:03:27下载
- 积分:1
-
GCC_PHAT
gcc-phat frequency domain (gcc-phat frequency domain)
- 2021-03-26 15:59:13下载
- 积分:1
-
PCC
This is a MATLAB Simulation file in which Predictive current control(PCC) modulation method for a Full Bridge (2-legs) inverter has been done.The load is a single Phase R_L.
- 2011-05-11 22:26:58下载
- 积分:1
-
OFDM
qpsk调制下的ofdm MATLAB仿真程序(qpsk of ofdm about MATLAB
)
- 2015-04-08 12:59:03下载
- 积分:1
-
cla
追赶法求解矩阵;牛顿插值函数,三次样条插值函数仿真龙格库塔现象;二分法求解根与牛顿迭代,弦割法,简单迭代法的程序(Section three order spline interpolation function Newton interpolation
Iterative method)
- 2014-01-10 22:06:51下载
- 积分:1