-
yichuansuanfa
说明: 使用遗传算法求解TSP问题,文档文件里为坐标点,.m文件为程序源代码。(Genetic Algorithm for Solving the TSP Problem. )
- 2011-03-22 23:30:50下载
- 积分:1
-
main
提取共振峰主程序,方法很特别,非常实用,欢迎查看!(Formant )
- 2011-12-27 20:23:22下载
- 积分:1
-
adaptivethreshold
自适应阈值滤波程序,广泛应用于去噪等信号处理领域(Adaptive threshold filter program, widely used in signal processing such as denoising)
- 2010-10-25 21:24:16下载
- 积分:1
-
CHOPPER_FED_DC_MOTOR
chopper fed dc motor
- 2014-09-30 17:38:16下载
- 积分:1
-
elos
MATLAB GUI设计学习手记(第二版)源程序第10章 俄罗斯方块编译文件(MATLAB GUI design learning Hearts (second edition) source 10 Chapter Tetris compiled files)
- 2012-11-15 19:04:35下载
- 积分:1
-
LSTM时间序列预测
本代码采用python语言编写的的一个LSTM时间序列来预测销量(This code uses a LSTM time series written in Python language to predict sales)
- 2019-06-03 20:18:02下载
- 积分:1
-
repval
repval(X) finds all repeated values for input X, and their attributes.
(The input may be vector, matrix, char string, or cell of strings
Y=repval(X) returns the repeated values of X
[RV, NR, POS, IR]=repval(X) returns the following outputs
RV : Repeated Values (sorted)
NR : Number of times each RV was repeated
POS : Position vector of X of RV entries
IR : Index of repetition
Example:
X=[1 5 5 9 5 5 1]
[RV,NR,POS,IR]=repval(X)
Output:
RV = [1 5] Numbers 1 and 5 are repeated values
NR = [2 4] Respectively repeated 2 and 4 times
POS = [1 7 2 3 5 6] Position index of X for repeated values
IR = [1 1 2 2 2 2] Corresponding to which index of RV
)
- 2010-12-14 15:13:45下载
- 积分:1
-
LLS
说明: 在matlab中开发了一种如何使算法收敛更快,精度更高的算法,效果明显(developed in the Matlab how a convergence algorithm faster and more precise algorithms, obviously)
- 2006-04-21 12:43:10下载
- 积分:1
-
dynamic_bracking_dc
This is the model of the dynamic braking of the DC motor. Open loop control in introduced.
- 2014-10-02 15:38:23下载
- 积分:1
-
waveletentropy
该程序是基于小波变换的熵谱,用来提取时间序列的周期成分。熵谱相对于小波谱来说在提取周期成分上有一定优势(The program is based on spectral entropy of wavelet transform to extract time series of the periodic component. Entropy is relative to the small spectral component in the extraction cycle, there are some advantages)
- 2009-11-27 21:40:46下载
- 积分:1