-
mfcc
mfcc特征提取的程序,程序还需要enframe和melbankm,会一起上传(mfcc feature extraction procedures, the program also needs enframe and melbankm, upload them together)
- 2013-08-22 16:59:01下载
- 积分:1
-
CSNN
Cost sensitive classification code
- 2011-12-06 13:11:03下载
- 积分:1
-
PCB
这是code使用说明,对大家比较有帮助,新手必备(This is the code for use)
- 2013-12-01 18:22:12下载
- 积分:1
-
xiashan
MATLAB 牛顿下山法的一个小程序,原理就不详细说了。因牛顿迭代法受初值选取的限制,为防止迭代发散,对迭代过程再附加一项要求:|f(x(k+1))|<|f(x(k))|,将牛顿法迭代的结果:x(k+1) =x(k)-f(x(k))/f (x(k))和前一近似值x(k)适当加权平均做为新的改进值:x(k+1)=u*x(k+1) +(1-u)*x(k),其中u(0<>
迭代时u取1开始,逐次减半计算,直至附加要求符合为止。实例计算中x(k)=x(0)不变,只更新u和x(k+1),直至:|f(x(k+1))|<|f(x(k))|(即|f(x(1))|<|f(x(0))|),然后更新下山因子为u=1,继续以牛顿法迭代。(MATLAB Newton-down a small program, the principle is not explained in detail. Newton iteration by the initial value of the selected limit, in order to prevent additional iterative divergence, the iterative process a request: | f (x (k+1)) | < | f (x (k)) | Newton iteration Results: x (k+1) ' = X (k)-f (x (k))/f' (x (k)) and a previous approximation x (k), appropriately weighted average as a new improved value: x (k+1 ) = u* x (k+1) ' + (1-u)* x (k), where u (0 < u> iteration take successive calculated at 50 until the additional requirements found so far. examples of calculation of X ( k) = x (0) unchanged profile u and x (k+1, hungry) until: | f (x (k+1)) | < | f (x (k)) | (i.e. | f (x (1)) | < | f (x (0)) |), then profile downhill factor for u = 1, to continue to Newton iteration.)
- 2013-05-15 08:52:09下载
- 积分:1
-
kalman
基于卡尔曼滤波器的交通流量分析系统,输入方式采用.txt文件形式(Kalman filter based on the traffic analysis system)
- 2009-02-02 22:13:41下载
- 积分:1
-
s882211MatlabProject
Least Mean Square using matlab
- 2009-12-29 00:55:01下载
- 积分:1
-
Oppenheim-Signals-and-Systems
奥本海姆的《信号与系统》教材第二版中文版
适合初学信号与系统哦~(Oppenheim Signals and Systems " textbook second edition of the Chinese version suitable for beginners Signals and Systems oh)
- 2012-10-12 16:11:01下载
- 积分:1
-
chsf
通信系统基带传输系统中的窗函数法设计滤波器(Communication system baseband transmission system window function design filters)
- 2014-05-26 23:34:48下载
- 积分:1
-
OPTI-master
OPTI open resource from their website
- 2020-06-23 07:00:01下载
- 积分:1
-
B.P.Lathi-Matlab
matlab例程MATLAB 6.x版的内建数据类型(Built-in data type)就有5种以上,此外还有许多其他专门设计的类(Class),如符号类、内联函数类、控制工具包中的线性时不变模型类、神经网络类等。就程序设计而言,MATLAB 6.x版采用了面向对象编程技术。数据和编程的改变使用户能更简捷而自然地解决复杂的计算问题(如符号计算问题、多变量控制系统问题、神经网络问题)。本章内容根据MATLAB6.5编写,但绝大部分内容适用于其他MATLAB6.x版本。(Matlab routines MATLAB 6.x version of the built-in data types (Built-in da ta type) have more than five, in addition to many other specialized design category (Class). If symbol, which together function category, tool kits control the linear time-invariant model type, neural network type. On the design process, using MATLAB 6.x version of the object-oriented programming technology. Programming and data changes so that users can more simple and natural solution to the complex calculation (as symbolic computation, multivariable control systems, neural networks). According to the contents of this chapter MATLAB6.5 preparation, But most of what applies to other MATLAB6.x version.)
- 2007-01-09 21:17:50下载
- 积分:1