资源列表
多尺度排列熵
- 多尺度样本熵程序,实例中用于一段轴承故障数据,简单易懂。MultiscalePermutationEntropy函数中的PermutationEntropy也可以单独拎出来计算单个样本熵。(The multi-scale sample entropy program, which is used for a section of bearing fault data in an example, is simple and easy to understand. The permutatione
随机圆
- 利用matlab软件生成随机圆心,圆心均匀分布
dechirp接收
- 解线性调频的方法函数的matlab程序,较为基础。
Applications_of_ComplexNeworks_PowerGrids
- 以下两篇应用复杂网络解决电力系统问题文章的源代码 1.Applications of Complex Network Analysis in Electric Power Systems 2.Optimal Microgrids Placement in Electric Distribution Systems Using Complex Network Framework(Applications of Complex Neworks in Power Grids Code used for
智能微电网粒子群优化算法
- 本程序适合于综合能源系统模型优化求解,可解决电气冷热优化求解问题(This program is suitable for the optimal solution of integrated energy system model)
benders解法
- bender是解法案例,benders分解算法,求优化问题min cx+dy s.t.Ax+By>b
PDToolbox_matlab-master (1)
- 演化博弈Matlab工具箱, 适用于复杂网络演化博弈研究(evolutionary game toolbox)
UAV-Positioning
- UAV Positioning, Next generation wireless network. 3D positioning of multiple UAV-BS
非线性最小二乘问题
- 最优化方法中的非线性最小二乘法,用于学习最优化方法和解决实际问题(The nonlinear least square method of optimization method is used to learn optimization method and solve practical problems)
TSP-SA
- 使用sa解决tsp问题,使用attp48城市数据(Use SA to solve TSP problems and attP48 city data)
PSO-ELM
- PSO-ELM 粒子群算法优化极限学习机(PSO-ELM Particle swarm optimization for extreme learning machine)
CNN实现特征提取的算法及实例
- 该压缩包包含使用CNN对道路上的一些特征进行提取的代码实例,可以进行实践,希望能对好学写的人起到帮助作用。