-
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
-
Vendor-pol_matlab
Vendor pol matlab & simulink model
- 2014-12-10 10:05:31下载
- 积分:1
-
BP-neural-network
BP神经网络算法matlab实现和matlab工具箱使用实例(BP neural network algorithm matlab matlab toolbox to implement and use cases)
- 2015-03-22 15:40:58下载
- 积分:1
-
matlab
介绍了几种自适应数字波束形成的算法以及用MATLAB实现的例程(Introduced several adaptive digital beam forming algorithm and using MATLAB implementation of the routine)
- 2016-01-25 11:15:24下载
- 积分:1
-
Picturefind_basedonRGB_HSVmodel
在matlab环境下,基于RGB,HSV模型的图像检索技术(In the matlab envirament , picture find based on the RGB and HSV model)
- 2010-06-11 11:19:07下载
- 积分:1
-
PowerControlinWireles
本文提出一种联合盲自适应梯度算法的功率控制算法,该算法同时对功率向量和接收滤波器权向量进行迭代更新。仿真结果表明,采用本文提出
的功率控制算法, 在系统内用户发射总功率一定的条件下, 可以获得更高的用户信干比和更大的系统容量。(Throughout the monograph, we highlight the use of mathematical
language and tools in the study of power control, including optimiza-
tion theory, control theory, game theory, and linear algebra. Practical
implementations of some of the algorithms in operational networks are
discussed in the concluding chapter. As illustrated by the open prob-
lems presented at the end of most chapters, in the area of power control
in cellular networks, there are still many under-explored directions and
unresolved issues that remain theoretically challenging and practically
important.)
- 2011-01-10 15:35:21下载
- 积分:1
-
diedaifenxing
用于Matlab计算迭代计算的,非常典型,还有完整的解释(Iterative calculation for Matlab, very typical, as well as a complete explanation)
- 2009-07-04 22:25:14下载
- 积分:1
-
一维扩散方程的有限差分法
一维扩散方程的有限差分数值模拟,采用第三边界条件(The finite difference numerical simulation of one-dimensional diffusion equation adopts third boundary conditions.)
- 2018-10-03 19:56:19下载
- 积分:1
-
base_kmeans_imgseg_medicalimg
lMATLAB, which stands for MATrix LABoratory, is a state-of-the-art mathematical software
package, which is used extensively in both academia and industry. It is an interactive program
for numerical computation and data visualization, which along with its programming capabilities
provides a very useful tool for almost all areas of science and engineering. Unlike other
mathematical packages, such as MAPLE or MATHEMATICA, MATLAB cannot perform
symbolic manipulations without the use of additional Toolboxes. It remains however, one of the
leading software packages for numerical computation
- 2010-12-31 18:42:41下载
- 积分:1
-
induction_motor
simulin model in 3 phase induction machine
- 2011-01-07 15:36:10下载
- 积分:1