▍1. 《混沌时间序列分析及其应用》吕金虎
说明: 里面涉及很多的混沌数据处理的算法,可以提供给大家使用(There are many chaotic data processing algorithms involved.)
说明: 里面涉及很多的混沌数据处理的算法,可以提供给大家使用(There are many chaotic data processing algorithms involved.)
有EEMD分解的源程序,可求解分量信号的能量熵(Source program containing EEMD to solve the energy entropy of component signals)
说明: 有EEMD分解的源程序,可求解分量信号的能量熵(Source program containing EEMD to solve the energy entropy of component signals)
广播星历进行卫星定轨,使用C#语言,精度1-2米,适合卫星定位相关服务或者研究GPS初学者研究使用(Broadcast ephemeris satellite orbit determination using the C# language, accuracy of 1-2 meters, for satellite positioning services or research studies using GPS for beginners)
VC 调用matlab combuilder简单例子(VC call matlab com file)
说明: VS中开发的一个C与matlab混合编程的小程序,该类可以使用到其他的MFC程序中去。 但是注意,使用时,要把matlab所在的本地文件夹中的extern中的lib和include添加到VS的工程属性的lib和include路径中去。且要添加四个lib文件。(VS in the development of a mixed C and matlab programming small programs, the class can use the program to other MFC to. Note, however, when used, should matlab local folder where the extern in the lib and include added to the VS project properties go to lib and include paths. And to add four lib.)
matlab中对简支梁进行有限元建模,并进行模态分析(matlab for Charpy in finite element modeling and modal analysis)
用MATLAB实现带状矩阵A的LU分解,参数为A的主对角线元素组成的列向量(A MATLAB implementation by the LU decomposition of banded matrix, the parameters for the A' s main diagonal elements of the column vector)
基于matlab的同步发电机模型,得到了清晰的同步发电机运行情况下的电压波形图。(Matlab-based synchronous generator model, a clear case of synchronous generators running voltage waveform graph.)
基于马尔可夫链的蒙特卡洛方法在matlab中的实现程序(Based on markov chain monte carlo method is implemented in the matlab program)
均匀圆阵下基于UCA-ESPRIT的二维DOA估计的MATLAB程序(Under the uniform circular array based on two-dimensional DOA UCA-ESPRIT estimates MATLAB program)
基于EM算法的混合COPULA(Frank、Gumbel和clayton)(EM algorithm based on hybrid COPULA (Frank, Gumbel and clayton))
凸优化matlab工具箱cvx使用实例,自适应波束形成,斯坦福大学凸优化大牛S.Boyd编写(matlab toolbox for convex optimization ,written by S.Boyd from Stanford University)
matlab中的siso设计工具,讲的比较细致!(siso design tools in matlab speak carefully!)
有关投影寻踪回归的matlab编程,其中运用了遗传算法对其参数进行优化,实现起来比较简单(The projection pursuit regression matlab programming, including the use of a genetic algorithm to optimize its parameters, simple realization)
新英格兰10机39节点系统,用于电力系统仿真(New England 10-machine 39 node system for power system simulation)
说明: 新英格兰10机39节点系统,用于电力系统仿真(New England 10-machine 39 node system for power system simulation)
说明: matlab kmeans 聚类算法 %X,样本(行为样本,列为属性) %idx,返回每个样本的类别,1,2,...,k %k,聚类数量(matlab kmeans clustering algorithm)