This program is an implementation of the follwing paper:
Weighted Harvest-Then-Transmit: UAV-Enabled Wireless Powered Communication Networks
10.1109/ACCESS.2018.2882128
The purpose is to generate a optimum path for collecting sensor data.
The polynomial regression using GPS coordinates of deployed sensors generates an equation used in the path.
In addition, this program corrects the path to communicate with all sensors to collect.
- Python (ver. 3.6)
- Tensorflow for python 3.6
- Matplotlib
- Initiation
- Training
- Illustration
The following figure is an example of result:
In contrast, this is the result when is a general regression without using "range correction(1st Path)":






