资源列表
shallow_water_2d
- 利用数值计算 求解浅水方程,利用了Lax-wendroff有限差分,并附有输出图像展示(The shallow water equation is solved by numerical calculation, and the Lax-Wendroff finite difference method is used with output image display.)
cluster
- 聚类的算法,包括K-means,密度聚类,密度比聚类,谱聚类等(Clustering algorithm, including k-means, density clustering, density ratio clustering, spectral clustering, etc)
SCA:用于解决优化问题的正弦余弦算法
- 用于求解单目标优化问题的正弦余弦算法。 SCA创建多个初始随机候选解决方案,并要求它们使用基于正弦和余弦函数的数学模型向外波动或朝向最佳解决方案。几个随机和自适应变量也被集成到该算法中,以强调在不同的优化里程碑中探索和利用搜索空间。 压缩包包括:发表的论文、优化算法代码、优化工具箱。(Sine-cosine algorithm for solving single objective optimization problems. SCA creates multiple initial ra
引导滤波
- 该文件中主要是何凯明的引导滤波算法,他主要实现图像滤波,图像增强,图像扣图,图像锐化等,里面含有相关的图像。
RLS系统辨识
- 包含各种最小二乘法系统辨识程序,效果较好,可以用来辨识系统(System Identification Programs Containing Various Least Square Methods)
通信1602_201608030217_邓杰_实验一二
- 模拟调制已调信号的波形和频谱 AM已调信号相干解调过程仿真(Waveform and Spectrum of Analog Modulated Modulated Signal Simulation of coherent demodulation process for AM modulated signal)
matlab_func
- 几个比较常用的函数调用,比如取平均值,hu函数等(Several commonly used function calls, such as average value, Hu function, etc.)
ooDACE-1.4
- 克里金模型的MATLAB工具箱,克里金模型是比较流行的空间插值算法(MATLAB Toolbox for Kriging Model)
QRS-detection-method-master
- QRS检测方法:对ECG信号输入使用移动平均处理窗口显示过滤后的信号和检测信号的峰值(QRS detection method on ECG signal input to process it using moving average window showing the signal after filtration and detecting the signal peaks)
Q-learning
- 强化学习Qlearning简单演示。。。。。。(Reinforced learning Qlearning simple demo)
fiber_section
- 混凝土梁纤维截面模型的应用,得到矩形截面梁在不同方向的轴力弯矩承载力相关关系(a simple example of fiber model of concrete, computing the relationship between axis force and moment in different directions.)
A*算法matlab程序
- A*算法matlab程序,用于运动物体的路径规划,代码清晰明了,可以在多障碍下快速寻得最短路径