利用标准遗传算法计算基于TDOA定位的移动通信基站定位算法我要分享

The standard genetic algorithm is used to calculate the location algorithm of mobile communication b

遗传算法 TDOA定位 移动通信基站 定位算法 TDOA-SGA

关注次数: 263

下载次数: 3

文件大小: 90KB

代码分类: 智能算法

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

本程序完成了利用标准遗传算法计算基于TDOA定位的移动通信基站定位算法,采用二进制编码过程,选择、交叉、变异操作等,运行结果分析都包含在内。


English Description:

This program completes the calculation of mobile communication base station location algorithm based on TDOA location by using standard genetic algorithm, adopts binary coding process, selection, crossover and mutation operations, and the analysis of operation results is included


代码预览

TDOA-SGA\crossover.m

TDOA-SGA\decode_x1.m

TDOA-SGA\decode_x2.m

TDOA-SGA\Function_GeneticAlgorithm.m

TDOA-SGA\GeneticAlgorithm_exam.m

TDOA-SGA\MSPosition.m

TDOA-SGA\mutation.m

TDOA-SGA\NetworkTop.m

TDOA-SGA\seclection.m

TDOA-SGA\标准遗传算法过程.docx

TDOA-SGA