-
funciones
those codes are very util for to designer signal processator
- 2010-09-30 02:49:10下载
- 积分:1
-
le_10_a
混合动力汽车整车模型(发动机、电机、电池)(Hybrid automobile model (engine, motor, battery))
- 2014-01-12 15:07:43下载
- 积分:1
-
initialize_CPML_ABC
说明: 计算了沿CMPL厚度方向,可以看出,CMPL的界面从第一个网格移动了1/4个网格,这是为了保证,CMPL更新的电场和磁场的数目相同。(The thickness direction along CMPL is calculated.It can be seen that the interface of CMPL moves 1/4 of the grid from the first grid to ensure that the number of electric and magnetic fields updated by CMPL is the same.)
- 2019-03-03 20:03:59下载
- 积分:1
-
newton
最优化方面的牛顿法算法,方便入门同学学习(Newton' s method algorithm optimized with respect to the most convenient entry students learning)
- 2013-04-17 02:11:11下载
- 积分:1
-
svpwm12345
根据空间矢量的原理,建立了svpwm的matlab/simulink模型,方便学习和使用(According to the principle of space vector is established svpwm the matlab/simulink model, easy to learn and use)
- 2011-01-04 11:19:07下载
- 积分:1
-
Genetic_Algorithm_DG&Capacitor
说明: This matlab codes is about dg & capacitor placement in power system using matpower. it is very useful...
- 2020-11-13 22:59:42下载
- 积分:1
-
MATLAB
采用遗传算法对于加工问题的排序,使其最快.(The use of genetic algorithm to sort the problem for the processing to make it the fastest.)
- 2009-04-11 10:25:53下载
- 积分:1
-
linearizeabt_5deg_roll
Linearized model of quadrotor about a 5 degree roll angle.
- 2011-05-31 06:03:24下载
- 积分:1
-
VAD
voice activity detection
- 2013-03-03 19:34:25下载
- 积分:1
-
DTW
DTW算法的程序,申请两个n*m的矩阵D、d,分别为累积距离和帧匹配距离。这里n和m为测试模版与参考模版的帧数。然后通过一个循环计算两个模版的帧匹配距离d。接下来进行动态规划,为每个格点 (i,j)都计算其三个可能的前续格点的累积距离D1,D2,D3。考虑到边界问题,有些前续格点可能不存在,因此加入一些判断条件最后利用最小值函数min(),找到三个前续格点的累积 距离作为累积距离,与当前帧的匹配距离d(i,j)相加,作为当前格点的累积距离。该计算过程一直达到格点(n,m),并将D(n,m)输出,作为模版匹配的结果。(DTW algorithm procedures, apply two n* m matrix D, d, respectively, accumulated distance and frame matching distance. Where n and m is a reference test pattern and the template frames. Then through a loop to calculate two frames template matching distance d. Next, dynamic programming, for each grid point (i, j) are calculated from the cumulative D1 before the renewal of its three possible lattice point, D2, D3. Taking into account the boundary problem, some former continued grid point may not exist, so add some conditions to determine the final use of the minimum function min (), found three former continued accumulation of grid points cumulative distance as the distance from the current frame to match the d (i, j) added, and a current cumulative distance grid. This calculation has reached the grid (n, m), and D (n, m) output, as a result of template matching.)
- 2014-05-05 14:30:21下载
- 积分:1