资源列表
sen-V2.2
- Is a two hidden layer back propagation neural network, Time series data analysis Mellin transform tool, matlab implements five gray correlation degree computing model.
K
- 用的是自己采集的数据,利用matlab自带的工具箱写了四分类的knn算法,效果很好(With their own data collected, using MATLAB comes with the toolbox to write four categories of KNN algorithm, the effect is very good)
D-S
- 基础的D-s算法matlab,可以直接运行(The basic D-S function. It can run directly.)
FSMPrediction
- 自动机预测程序,进化方法:进化规划,进化计算,(Automata prediction procedure, evolutionary approach: evolutionary planning, evolutionary computation,)
cov
- 这个程序是在matlab中求解协方差的通用程序,包括2维和1维的(This procedure is to find covariance in MATLAB general procedures)
SA
- 使用模拟退火解旅行商问题,因为这个问题本身是一个NP难问题,所以也就求不到最优解,不过应该可以求得一个比较好的解,然后再手工优化。(Using simulated annealing to solve the traveling salesman problem, because the problem itself is a NP hard problem, so it can not find the optimal solution, but it should be able to ob
BFS&DFS
- 广度优先搜索是从某一节点开始,搜索与其线连接的所有节点,按照广度方向像外扩展,直到不重复遍历所有节点。 深度优先搜索是从某一节点开始,沿着其搜索到的第一个节点不断深入下去,当无法再深入的时候,回溯节点,然后再在回溯中的某一节点开始沿另一个方向深度搜索,直到不重复的遍历所有节点。(Breadth first search begins with a node and searches all nodes connected to its line, extending in the direct
assemble
- 三相异步电机在a、b坐标系下所构建的matlab仿真模型(Matlab simulation model of three phase asynchronous motor under a and B coordinate system)
实验七Blackman窗设计一个数字带通
- 数字信号处理实验,用Blackman窗设计一个数字带通滤波器(digital signal produre ,it was use blackman door to design a fillter)
ES
- 1.设定种群个体数和需要迭代的次数。 2.选择父代中的个体按照公式z1=sqrt(-2*ln(u1))*sin(2*pi*u2)*m,z2=sqrt(-2*ln(u1))*cos(2*pi*u2)*m进行演化。 这里u1,u2都是随机值,m是控制因子,演化次数越多m,m越小,父代通过与z1,z2相加得到后代。 3.计算后代的适应性。 4.选择后代中最优的适应性作为全局最优适应性。(1. set the number of individuals in the population and
algrithem_database
- 相控阵天线理论下的数字波束形成的算法,灵活多变(Algorithm for digital beam forming)
先进PID控制MATLAB仿真
- 《先进PID控制MATLAB仿真》系统地介绍了PID控制的几种设计方法,是作者多年来从事控制系统教学和科研工作的结晶,同时融入了国内外同行近年来所取得的最新成果。书中的每种方法都给出了算法推导、实例分析和相应的MATLAB仿真设计程序。("Advanced PID control MATLAB simulation" systematically introduced the PID control of several design methods, the author