搜索资源列表
OMP-paper
- 是一篇基于压缩感知的匹配追踪OMP重构算法的论文,详细的介绍了压缩感知及OMP算法,提出一个改进的算法。-Is a matching pursuit based on compressed sensing reconstruction algorithm OMP paper, a detailed descr iption of the compressed sensing and the OMP algorithm, proposed an improved algorithm.
wlcg
- 基于蚁群算法的配电网重构程序,花了我好长时间编的-Ant colony algorithm based distribution network reconfiguration process, it took me a long time series of the
Inertiadevicefaultpredictionbasedonwavelet
- :为了提高最小二乘支持向量回归机的性能,将Morlet小波核函数引入其中,形成了最小二乘小波支 持向量回归机模型。利用待优化的参数重构模型的目标函数和约束条件,并在此基础上通过遗传算法进行参数 选择,从而提高了该模型的泛化能力。将最小二乘小波支持向量回归机应用于导弹陀螺仪的漂移趋势预测,仿真 实验结果表明了该方法的有效性和可行性,因此可以为陀螺仪的故障预报、可靠性辅助决策提供依据。-To improve the ability of least square support vect
sanweichangjingchonggou
- 移动机器人对其工作环境的有效辨识、感知与重构,是其自主导航与环境探索的基 础和前提条件。为实现非结构化环境的三维场景重构,本文在自主移动机器人平台上构 建了三维激光测距系统,设计和开发了三维场景重构软件 采用基于线段端点的ICP算 法准确快速的实现不同视点下的场景匹配 提出了基于核心场景的多场景重构策略,并 采用栅格划分法对重合区域进行数据精简,从而实现大范围三维场景重构。本文通过对 算法的实现和实验数据的比较分析,尝试对非结构化环境三维场景重构问题进行创新性 的探索与研
CS
- 该文为压缩感知的信号重构设计了两种主要的重构算法-匹配跟踪算法、互补匹配跟踪算法,并对两种算法的特点进行了对比-In this paper, the signal is compressed sensing reconstruction of the design of two major reconstruction algorithm- matching tracking algorithm, complementary matching tracking algorithm, and th
Immune-genetic-algorithm
- 基于改进免疫遗传算法的配电网重构,该文章系统的讲解了运用改进免疫遗传算法对配电网重构,并有详细的程序设计步骤,对相关领域的研究者有一定的参考价值-Immune genetic algorithm based on improved distribution network reconfiguration, the article explains the use of the system to improve the immune genetic algorithm for distribut
gadaima
- 用于遗传算法优化问题,配电网重构,配电网故障恢复等-Genetic algorithms for optimization, distribution network reconfiguration, fault recovery, distribution network
GA
- 基于遗传算法的配网重构 很适合初学者使用-Based on genetic algorithm with network reconfiguration
CorrelationDimension_GP
- 基于相空间重构的——————遗传算法工具箱-Based on Phase Space Reconstruction- genetic algorithm toolbox
GA-reconfiguration
- 电网重构的C++源码,采用遗传算法进行求解开关组合的最优方案-Network Reconfiguration in C++ source code, using a combination of genetic algorithm to solve the optimal switching scheme
main_BP
- 一个简单的压缩感知小程序,运用BP算法完成重构,-a simple compressed sensing program,using basic persuit (BP)Algorithm
Multi-Agent-Particle-Swarm-Algorithm
- 结合多智能体的学习、协调策略及粒子群算法,提出了一种基于多智能体粒子群优化的配电网络重构方法。该方法采用粒子群算法的拓扑结构来构建多智能体的体系结构,在多智能体系统中,每一个粒子作为一个智能体,通过与邻域的智能体竞争、合作。能够更快、更精确地收敛到全局最优解。粒子的更新规则减少了算法不可行解的产生,提高了算法效率。实验结果表明,该方法具有很高的搜索效率和寻优性能。-Combining the study of multi-agent technology,coordinating strateg
CS_OPMP
- 比较有用的压缩感知重构算法,可以运行希望对大家有所帮助-more useful matlab compressed sensing reconstruction algorithm, we hope to help you
csbcsvb
- 压缩感知重构算法,bcsvb,适合压缩重构。-Compressed sensing reconstruction algorithm, bcsvb, suitable for compression reconstruction.
main
- 关于压缩感知理论观测矩阵,重构算法等主函数-On compressed sensing observation matrix, the main function of the reconstruction algorithm
ysgz
- 本程序包含压缩感知的几种经典重构算法:BP、OMP、MP等,通过matlab实现。-The program includes several classic compressed sensing reconstruction algorithm: BP, OMP, MP, etc., through the matlab implementation.
CS_BP重构
- bp重构算法程序,压缩感知重构算法,包含测试程序(BP reconstruction algorithm program, compressive sensing reconstruction algorithm, including test program)
压缩感知OMP算法
- 压缩感知经典算法——OMP重构算法,可以实现数据的压缩和重构。。。。。。
ROMP算法
- 压缩感知经典算法——ROMP,可实现信号压缩重构,针对不同稀疏度测试重构精度。