搜索资源列表
DCS_spectrum_sensing
- 分布式压缩感知,DCS_SOMP算法。用于稀疏信号的分布式恢复。-Distributed compressed sensing, DCS_SOMP algorithm. Distributed for sparse signal recovery.
Newton-raphsom
- 这个m文件实现了Newton raphsom算法,从而解决分布式功率流问题。-M realized this document Newton raphsom algorithm, so as to solve the problem of distributed power flow.
EUCLIDEAN_Algorithm
- Euclidean节点定位是由美国路特葛斯大学利用距离矢量路由和GPS定位原理提供出一种分布式自主定位算法-Node localization Euclidean path by the Rutgers Universitys use of distance vector routing and GPS positioning to provide a principle of self-positioning algorithm for distributed
Sample_ADP_algorithm
- 基于异步分布式价格(ADP)算法的功率控制matlab仿真,利用梯度算法来达到纳什均衡,求得最优解。-Asynchronous Distributed Price (ADP) power control algorithm matlab simulation, using the gradient algorithm to achieve the Nash equilibrium, get the optimal solution.
side-information
- 分布式视频编码中边信息编码算法,内推法生成边信息-Distributed video coding side information generated within the extrapolation
Neural-network
- 神经网络,它是一种模范动物神经网络行为特征,进行分布式并行信息处理的算法数学模型。这种网络依靠系统的复杂程度,通过调整内部大量节点之间相互连接的关系,从而达到处理信息的目的。-Neural network, it is a neural network model of animal behavior characteristics, the distributed parallel algorithm for information processing model. This network
航迹融合算法
- 这是一段分布式航迹融合算法源码,有简单凸组合航迹融合算法和互协方差组合航迹融合算法,并比较了两种算法的仿真结果。
interference-alignment
- 干扰对齐中,两种经典的分布式算法(Max_SINR与Min_MLI)对比matlab代码-Interference alignment, the two classical distributed algorithm (Max_SINR and Min_MLI) contrast matlab code
免疫优化算法在物流配送中心选址中的应用
- 免疫算法是受生物免疫系统的启发而推出的一种新型的智能搜索算法,是一种确定性和随机性选择相结合并具有"勘探"与"开采"能力的启发式随机搜索算法。 算法主要的步骤: (1)抗原识别与初始抗体产生。 (2)抗体评价 (3)免疫操作 免疫算法的特点: (1)全局搜索能力 (2)多样性保持机制 (3)鲁棒性强 (4)并行分布式搜索机制(A new intelligent i
分布式麦克风定位算法
- 分布式麦克风定位算法的仿真平台及相关算法的性能比较;
AntColonyOptimization-TSP
- 蚁群算法作为新发展的一种模拟蚂蚁群体智能行为的仿生优化算法,它具有较强的鲁棒性、优良的分布式计算机制、易于与其他方法相结合等优点,本算法用来解决最短路径问题,并在TSP旅行商问题上取得较好的成效。同时也可以在他领域如图着色问题、车辆调度问题、集成电路设计、通讯网络、数据聚类进行参考。(Ant colony algorithm is a newly developed bionic optimization algorithm that simulates the ant colony intel
基于分布式算法实现64点FFT
- 基于分布式算法,实现64点基8的快速傅里叶变换的仿真(Based on distributed algorithm, 64-point base 8 fast Fourier transform simulation)
GA
- 遗传算法,简单易懂。适合初学者使用,是分布式电源的选址定容的算法,做了相应的改进(Classical genetic algorithm is simple and easy to understand. It is suitable for beginners to use. It is an algorithm for locating and sizing distributed power.)
功率控制算法
- 随着蜂窝移动通信市场的巨大发展,下一代通信将是移动多媒体通信。 这种情况产生了一个问题,如何对语音信源以外的多媒体信源进行功率控制。 在探讨这个问题上,我们引入微观经济学中的数学模型和概念以及博弈论理论。 在本文中,电话的通话质量被称为“效度”,对于一个CDMA电话通信的分布式功率控制被看作是一个‘非协作的博弈。(With the great development of cellular mobile communication market, the next generation c
智能微电网调度算法
- 采用智能微电网调度算法,对微电网内分布式发电资源进行优化配置(The intelligent micro grid scheduling algorithm is used to optimize the allocation of distributed generation resources in the micro grid)
萤火虫分布式电源优化
- 采用萤火虫算法对分布式电源进行优化,采用33节点系统(Firefly algorithm is used to optimize the distributed power supply)
含分布式电源多目标粒子群无功优化
- 使用matlab语言编程的粒子群算法对含分布式电源的配电网进行多目标优化(Multi-objective optimization of distribution network with distributed generation using particle swarm optimization algorithm programmed by MATLAB)
基于遗传算法的无功优化
- 应用遗传算法对IEEE33节点算例进行无功优化,在节点18处接入了1个分布式发电和1个补偿电容。
分布式经济调度
- 《基于多智能体系统一致性算法的电力系统分布式经济调度策略》 基本复现了该文献的模型。 采用一致性算法对电力系统经济调度进行了分布式计算。(Distributed economic dispatch strategy of power system based on unified algorithm of multi-agent system The model of this paper is basically reproduced. The consistency algorithm
LMS、DLMS算法
- 基础的LMS算法和分布式扩散策略的LMS算法,适合刚刚进入分布式自适应滤波的新手学习练习使用