资源列表
BEECP
- MATLAB无线传感器网络路由算法,利用BBO方法求得最优方案
code
- 用遗传算法优化阵列,完成字典优化(减小列间相关度),实现更准确的DOA估计(With GA alg. this simulation file complete dictionary refine then getting better DOA estimate.)
MMA
- 88行SIMP拓扑优化方法程序,采用移动渐近线法MMA求解器(The code of the classical SIMP method implemented by the MMA solver.)
IWPA
- 灰狼算法的基本算法,详细步骤,有标准函数供测试(Basic algorithm of Grey Wolf algorithm, detailed steps, standard functions for testing)
EMD
- EMD分解算法应用于管道泄漏检测的信号处理(EMD decomposition algorithm applied to signal processing of pipeline leakage detection)
EEMD程序
- 关于管道泄漏泄漏信号的预处理,应用EEMD算法对真实泄漏信号进行仿真。(As for the preprocessing of pipeline leakage signal, EEMD algorithm is used to simulate the real leakage signal.)
LMD和ELMD
- 关于管道泄漏信号处理的算法,针对仿真信号和实际信号,LMD算法和ELMD算法两者之间的区别和实际效果(About the algorithm of pipeline leakage signal processing, aiming at the difference and actual effect between simulation signal and actual signal, LMD algorithm and elmd algorithm)
ceemd
- 应用于语音信号和油气管道泄漏信号的去噪处理,有良好的去噪效果(It is applied to the denoising of voice signal and oil and gas pipeline leakage signal, and has good denoising effect)
这是BPF算法
- 这里提供的BPF算法可以作为论文《BPF重建算法的CUDA并行实现》的测试代码。
单纯性算法及对偶单纯形法实现过程
- 单纯性算法和对偶单纯形算法实现的matlab程序,内含详细注释及前提条件。
48169416satlink
- 卫星链路计算的matlab程序,很好用,考虑到了信号的编码调制方式,信号带宽,天线增益,空间损耗等等,比较全面的星地链路计算程序。(The matlab program of satellite link calculation is very easy to use. Considering the signal coding and modulation mode, signal bandwidth, antenna gain, space loss and so on, it is a c
uv分解
- 非负矩阵分解算法,采用块坐标下降法,效率更高。用于复杂网络计算。