-
MatLab
THE USE OF MATLABLE,WELCOME TO DOWNLOAD.
- 2009-10-28 10:25:07下载
- 积分:1
-
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
-
DI-S-AND-V
这个程序是为了区分SIGNAL和VARIABLE在不同情况下要怎样使用的例程,程序中使用了三种情况来说明问题(This program is designed to differentiate between routine SIGNAL VARIABLE in different situations and how you want to use, the program uses the three cases to illustrate the problem
)
- 2015-01-12 12:56:26下载
- 积分:1
-
changgui
宽带常规时延波束形成,宽带常规实验波束形成
(CBF)(time-delay beam forming)
- 2021-04-19 16:28:51下载
- 积分:1
-
bp
做生成数(使用0.1做因子),之后13年的数据按统计方法标准化后输入,训练,仿真,对比结果。(Do generate a few (using 0.1 to do factor), after 13 years of statistical methods in accordance with the standardization of data input, training, simulation, comparing the results.)
- 2007-12-15 23:21:41下载
- 积分:1
-
identification
实现数字信号调制方式的识别,包括2ask4ask
2fsk4fsk 2psk4psk(identification of modulated digital signal)
- 2012-04-21 16:12:56下载
- 积分:1
-
batewosi1
详细阐述了波特沃斯低通滤波器的matlab仿真原理及对应的c语言实现过程,读完此资料后,对于巴特沃斯低通滤波器不管从c语言实现还是matlab实现,你都会有很好的理解(Matlab simulation principles elaborated Porter Worth low-pass filter and the corresponding c language implementation process, after reading this information, for Butterworth low-pass filter regardless of language or a c matlab implementation, you will have a very good understanding)
- 2014-10-30 09:17:14下载
- 积分:1
-
digital-signal-source
《深入浅出数字信号处理》这本书中的源程序,matlab语言编写。(The " layman digital signal processing" book source)
- 2012-11-06 19:31:59下载
- 积分:1
-
myVAD
This is another source code for speech recognition.. this is the voice active detection using energy detection
- 2010-02-05 00:40:27下载
- 积分:1
-
wsn-CAB
无线传感器网络定位算法基于节点的CAB算法(CAB algorithm for WSN)
- 2011-05-24 23:20:06下载
- 积分:1