资源列表
散点图
- 利用matplotlib绘制散点图,散点图的样式可以自行调整(Matplotlib is used to draw scatter plots, whose styles can be adjusted)
Hologram
- 全息照相在记录物体振幅的同时,还记录了光的相位信息。本代码用实现了全息物体的记录与再现。(The hologram records not only the amplitude of the object, but also the phase information of the light. This code realizes the recording and reproduction of holographic objects.)
rosenbrock
- 最速下降法求梯度,可运行多维变量,很有参考价值(rosenbrock,minisize,matlab)
A
- 蚁群算法的改进 在MATLAB中可以直接仿真 研究这方面的可以好好间就一下((Ant colony algorithm is improved))
aco
- 采用改进的蚁群智能算法,得到车辆最短路径问题快速有效的局部最优解。(The improved ACO to obtain the shortest path problem vehicle fast and effective local optima.)
Simple_Microgrid
- 很基础的光储微电网模型,是mathwork教程上搭配的文件,适合刚入门学习微电网的人。(The very basic optical storage microgrid model is a matching file in the mathwork tutorial, suitable for those who have just started to learn microgrid.)
NE39bus_data
- 新英格兰10机39节点系统仿真详细数据代码(New England 10 generator 39 bus system simulation detail data code)
20181305孙文杰
- kmeans是MATLAB的一种聚类函数,案例中我们将介绍kmeans的初级使用方法(Kmeans is a clustering function of MATLAB. In this case, we will introduce the primary use of kmeans)
lmd
- 针对于管道泄漏信号的去噪处理,其中包含仿真信号和真实泄漏信号。(For the pipeline leakage signal denoising, including simulation signal and real leakage signal.)
lvboeg
- 滤波的例子,包括低通、均值滤波,和简单的维纳滤波、自适应滤波,适合初学者学习。(Examples of filtering, including low-pass, mean filtering, and simple Wiener filtering, adaptive filtering, are suitable for beginners to learn.)
GDOP
- GDOP(Geometric Dilution of Precision) 几何精度因子是衡量一个定位系统精度的重要标准之一。 运行程序sGDOP.m可得到三站GDOP仿真结果,更改程序中s_x,y,z可以更改阵列的几何排列。运行程序fGDOP.m得到四站GDOP仿真结果。(GDOP (geometric division of precision) geometric accuracy factor is one of the important standards to measure th
NUFFT
- 结合李银斌同学的论文第三章,得到NUFFT算法。zl为非均匀采样值,xl为非均匀网格点,ul为与xl最近的均匀网格点。得到的zk为,均匀频谱(Non-uniform fast Fourier transform)