-
vad
基于双门限比较法的端点检测程序,使用matlab7编写!(Comparison method based on double threshold endpoint testing procedures, the use matlab7 write!)
- 2010-09-14 11:15:17下载
- 积分:1
-
Robust.Adaptive.Beamforming
李建等写的鲁棒自适应波束形成,电子书,pdf格式,英文版。介绍了各种自适应波束形成算法(Li and other written robust adaptive beamforming, e-books, pdf format, in English. Describes the various adaptive beamforming algorithms)
- 2013-12-19 22:10:07下载
- 积分:1
-
APF-Device
APF仿真,才用滞环控制,输出系统所需波形,补偿波形提取使用瞬时无功算法(Active Power Filter simulation)
- 2020-11-24 15:49:33下载
- 积分:1
-
NCFF
语音信号处理中基音检测源程序,用matlab实现的。主要应用了改进的自相关技术。(Pitch detection in speech signal processing source code, using matlab be achieved. Major applications to improve the self-related technologies.)
- 2009-12-14 20:12:41下载
- 积分:1
-
Matlab
Matlab教程 一些基础的matlab知识与方法 初学者可以试试(Matlab tutorial some basic knowledge and methods matlab beginners can try)
- 2010-02-02 00:33:47下载
- 积分:1
-
DCT
数字信号处理,对图像进行DCT,可选择压缩率,matlab实现DCT(DCT by matlab)
- 2014-11-15 21:51:17下载
- 积分:1
-
vam0.2356
this gives the basic idea on the placement of capacitor in distribution system.the allocation of capacitor reduces the power losses in the system.
- 2013-12-15 13:32:13下载
- 积分:1
-
1.1-
matlab图像处理程序,很实用的,图像多分辨率金字塔(matlab image processing procedures, very practical, multi-resolution image pyramid)
- 2014-02-24 21:46:43下载
- 积分:1
-
simulink_shili
simulink实例,非线性控制实例,对非线性的学习非常有用,(Nonlinear Control Example,it is very useful for us.The dynamic control model of a two-link robot arm in a vertical plane is shown )
- 2013-09-24 10:34:58下载
- 积分:1
-
fixed_point
Fixed-Point iteration(Function fixed_point(p0, N) approximates the solution of an equation f(x) = 0, rewritten in the form x = g(x), which is a sub-function the user has to enter. the call to the function fixed_point(p0, N) returns the root of the equation f(x),i.e. the fixed-point of g(x), if the procedure is successful or a sequence of iterates in case something goes wrong. p0 is the initial approximation and N the maximum number of iterations. If, after N iterations, condition |x(k)- x(k-1)| < tol is not satisfied, all iterated values will be displayed, accompanied by a message asking the user to either change p0 in case of divergence or enter another g(x) that does not lead to complex numbers arithmetics. Reasons for the program to go wrong are the divergence of iterates and/or appearance of complex numbers for example with functions involving sqrt(x) when one of the iterates is negative. )
- 2009-05-14 04:43:58下载
- 积分:1