-
view3d
java与matlab编程的例题。想要做类似工程项目的人员可以参考哦。(java and matlab programming examples. Want to do similar projects can reference Oh.)
- 2008-02-20 19:31:51下载
- 积分:1
-
MatrixManip
this code is a matrix with 4 operation
- 2011-06-23 17:56:38下载
- 积分:1
-
guiexample
函数回调实例。用M文件可以更好的把握整个程序的全局,更能方便的实现函数回调。(Function callback instance. M-file can be used to better grasp the overall situation of the whole process, more convenient to implement the function callback.)
- 2011-07-05 17:44:18下载
- 积分:1
-
patrolandjifen
以动画的方式绘制出对数螺线 的图形,并用一个红色小球来跟踪螺线展开轨迹
以及积分过程(Graphics animation way to draw a logarithmic spiral, and a small red ball to keep track of the spiral to expand the track as well as integrating processes)
- 2012-06-24 23:00:10下载
- 积分:1
-
CRectTrackerDocs
CRectTracker(俗称“橡皮筋”类)是一个非常有意思的类,这是一个详细的的使用说明(CRectTracker (commonly known as the rubber band ) is a very interesting class, this is a detailed instructions for the use of MSWord file)
- 2015-03-01 20:41:55下载
- 积分:1
-
music1
求加随机白噪声的实正弦信号的MUSIC算法的功率谱参数估计(Plus a random white noise for the real sinusoidal signal of the power spectrum of MUSIC algorithm for parameter estimation)
- 2009-05-17 16:06:29下载
- 积分:1
-
voice-activity-detection-algorithm-
基于小波分析和支持向量机的语音激活检测
一种方法(Based on wavelet analysis and support vector machine voice activity detection)
- 2011-05-02 10:52:46下载
- 积分:1
-
OPF_HO_BENCH
matlab环境下的opf算法程序 简单易懂(opf simple algorithm program matlab environment to understand)
- 2015-04-10 15:14:35下载
- 积分:1
-
4
说明: salam. this file is about cryptography.
- 2009-12-31 20:39:29下载
- 积分: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