-
MUSIC
说明: 用MUSIC方法实现谱估计的程序,可以用于频谱分析,(Spectrum estimation using MUSIC method implementation procedures can be used for spectrum analysis,)
- 2011-02-28 19:16:00下载
- 积分:1
-
kalmanaa
用于kalman的设计,为初学者提供一个很好地基础程序,能很好的理解Kalman算法。(For the design of Kalman, provides a very good basic program for beginners, can be a good understanding of Kalman algorithm.)
- 2014-10-15 09:38:17下载
- 积分:1
-
地震勘探数据处理的matlab工具包
说明: 地震勘探数据处理的matlab工具包,包括常用的反褶积,拉登变换,地震绘图等多种功能(Matlab toolkit for seismic exploration data processing, including deconvolution, bin Laden transformation, seismic mapping and other functions)
- 2020-11-03 10:16:52下载
- 积分:1
-
狗腿法解信赖域子问题
说明: 用最优化方法中的狗腿法求解信赖域子问题的算法编程实现(Algorithm realization of solving trust region subproblem with dogleg method)
- 2021-02-08 21:39:54下载
- 积分:1
-
spReadFeatureDataMFCC
mfcc algorithm this useful for analysis signal it s important feature
- 2010-07-02 21:22:57下载
- 积分:1
-
FIRDIEDAI
matlab重要的学习资料 初学者的好帮手 程序代码非常重要,在滤波器设计方面有参考价值(matlab important information for beginners to learn a good helper program code is very important in the design of a reference filter)
- 2010-10-06 19:58:02下载
- 积分: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
-
ADAPI
针对初学者的Matlab界面编写。适合初级入门者学习。(Matlab interface to write for beginners. Suitable for junior beginners to learn.)
- 2013-05-22 11:06:28下载
- 积分:1
-
MATLAB-GUI
matlab GUI详细介绍及简单的例子(matlab GUI details and a simple example)
- 2010-06-24 10:59:08下载
- 积分:1
-
SPM
信号处理源码,包含常用的各种滤波器,功率谱计算,Z变换,线性卷积等,Matlab实现。(Signal processing source code that contains a variety of commonly used filters, power spectrum calculation, Z transforms, linear convolution and so on, Matlab implementation.)
- 2010-01-12 01:47:01下载
- 积分:1