-
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
-
sigprops
对输入信号峰均比以及信号邻道泄露ACPR的处理(peak digitalsignal handle)
- 2015-03-14 18:17:59下载
- 积分:1
-
matlabsimulation
用matlab进行二级倒立摆仿真,进行极点配置(matlab simulation of inversed pendulum)
- 2009-09-24 21:10:11下载
- 积分:1
-
Image_Steganography
This program hides one image into another and then recovers it at the output. You will need to chance only the image path in the source code.
- 2010-10-02 04:00:15下载
- 积分:1
-
ricianchannel
信道的仿真,对莱斯信道的仿真,希望对你有帮助,还是不错的(Channel simulation, the simulation of the Rice channel, want to help you, or good)
- 2010-03-14 15:53:58下载
- 积分:1
-
N102104171_BT1
Image hiding - Steganography
This program to hide a text file in 24-bit bitmap image
- 2014-11-14 07:20:36下载
- 积分:1
-
CGMethod
该方法给出了一个CG算法求对称正定矩阵的线性方程的解,要求给出矩阵A、向量b和一个探测向量x0。(This method gives a CG algorithm for linear equations of symmetric positive definite matrix, requiring to give a matrix A, a vector b and a probe vector x0.)
- 2013-11-24 17:50:31下载
- 积分:1
-
CarSim与Simulink联合仿真.rar
基于matlab 和carsim的联合仿真教程,欢迎下载学习,
中文版(Based on MATLAB and CarSim co simulation course, welcome to download learning.
Chinese version)
- 2018-06-21 22:27:00下载
- 积分:1
-
IMMKF
利用MATLAB语言计算交互多模型函数IMMKF(Calculated using MATLAB language interacting multiple model function IMMKF)
- 2009-10-06 11:53:32下载
- 积分:1
-
low_high
稀疏分解信号重建程序,利用匹配追踪原理不断对信号匹配,最后达到重建信号目的。(sparse decomposition signal reconstruction procedures, the use of matching principle constantly tracking the signal matching, Finally signal to the redevelopment purposes.)
- 2007-04-11 09:20:15下载
- 积分:1