-
LCS
用LCS方法解决字符匹配问题,用到动态规划的思想。原创(LCS solution with matching characters, the idea of using dynamic programming)
- 2009-05-12 17:13:07下载
- 积分:1
-
Matlab-Basics
matlab basics include the vector arrays, matrix manupulation, inputs and outputs and plotting in general and 2d and functions & Iterations
- 2012-05-06 10:44:02下载
- 积分:1
-
new
This program takes the speech file and number of poles as inputs and gives LPC coefficients and the gain factor as output.Also includes code to find out LSFs.Code for LMS algorithm also included.
- 2014-08-19 17:34:46下载
- 积分:1
-
ARMA
基于matlab语言环境下的ARMA模型的参数估计 (Matlab language environment based on the ARMA model parameter estimation)
- 2011-10-27 17:56:43下载
- 积分:1
-
CBCS2012
BCS signal and BCS signal
- 2013-03-25 05:25:36下载
- 积分:1
-
Designofdam
利用Matlab来设计计算土石坝的浸润线等(Matlab to design calculation of embankment dams saturation line)
- 2021-04-21 11:38:49下载
- 积分:1
-
mulDNewton
本代码为牛顿下山法求解非线性方程组。其调用格式为[r,m]=mulDNewton(F,x0,eps) 其中F:非线性方程组,x0:初始解,eps:解的精度;r:求得的一组解,n:迭代步数。(The code for Newton' s method for solving nonlinear equations. Its call format [r, m] = mulDNewton (F, x0, eps) where F: non-linear equations, x0: initial solution, eps: solution accuracy r: obtain a set of solution, n : the number of iterative steps.)
- 2010-01-01 14:18:33下载
- 积分:1
-
RDPTA
Algorithm Given are P training pairs {X1,d1,X2,d2....Xp,dp}, where Xi is (n*1) di is (n*1) No of Categories=R. i=1,2,...P Yi= Augmented input pattern( obtained by appending 1 to the input vector) i=1,2,…P In the following, k denotes the training step and p denotes the step counter within the training cycle Step 1: c>0 , Emin is chosen, Step 2: Weights are initialized at w at small values, w is (n+1)*1. Counters and error are initialized. k=1,p=1,E=0 Step 3: The training cycle begins here. Input is presented and output computed: Y=Yp, d=dp Oi=f(wtY) for i=1,2,….R
Step 4: Weights are updated: wi=wi+1/2c(di-oi)Y for i=1,2,…..R. Step 5: Cycle error is computed: E=1/2(di-oi)2+E for i=1,2,…..R. Step 6: If p<P then p=p+1,k=k+1, and go to Step 3: Otherwise go to Step 7. Step 7: The training cycle is completed. For E=0,terminate the training session. Outputs weights and k. If E>0,then E=0 ,p=1, and enter the new training cycle by going to step 3.
- 2014-11-06 11:12:37下载
- 积分:1
-
AWGN
用SIMULINK仿真框图来实现AWGN信道(SIMULINK simulation diagram used to achieve the AWGN channel)
- 2007-10-11 10:25:47下载
- 积分:1
-
G_P
说明: 混沌时间序列分析中的G-P方法,用来计算相空间重构用到的关联维和嵌入维数(Chaotic time series analysis of the G-P method, used to calculate the phase-space reconstruction using the correlation dimension and embedding dimension)
- 2009-07-28 17:19:12下载
- 积分:1