Aerial Computing

Project Code :TMMACO108

Objective

Project explores aerial computing using scale-free distribution to generate target points in 1000x1000m subareas, employing density-based clustering and varying routing strategies

Abstract

Simulate path planning strategies: (i) Random Planning (RAND), (ii) Distance-based Planning (NNF), and (iii) Density-based Planning (DF). This project is to implement two major operations: Clustering and Path Planning. Suppose there are 100 points of interest (POIs) that are non-uniformly distributed in a 1,000 x 1,000 (m2) network. The locations of POIs follow a scale-free property, where a group of POIs is located within a small area. A drone equipped with a sensor flies over the network and scans all POIs, in which a coverage radius of the sensor (r) is set to 100 (m), coverage range. In this project, a source code of scale-free will be provided to generate POIs. First, cluster POIs using a neighbor density-based clustering algorithm to efficiently cover all POIs. The basic idea is to group densely populated POIs in an early stage and remove the number of candidate POIs to cover quickly. Please see the technical paper. Second, the drone launches from the base, located left and bottom in the network (0, 0), and flies toward the center locations (scan points) of each coverage range to scan all POIs. In this project, path planning is to determine the sequence of visits on all scan points. (i) In RAND, the drone first flies toward any randomly selected scan point. Upon arrival, the drone flies toward another randomly selected scan point. The drone repeats the same procedure until visits all scan points. (ii) In NNF, the drone selects a scan point that is the closest located to the drone. Upon arrival, the drone selects another closest located scan point from the current scan point. The drone repeats the same procedure until visits all scan points. (iii) In DF, the drone selects the scan point that covers the most POIs. Upon arrival, the drone selects the scan point that covers the second most POIs. The drone repeats the same procedure until visits all scan points.

Keywords: Random Planning (RAND), Distance-based Planning (NNF), Density-based Planning (DF), Points of Interest (POIs).

NOTE: Without the concern of our team, please don't submit to the college. This Abstract varies based on student requirements.

Block Diagram

Specifications

Software: Matlab 2020a or above

Hardware:

Operating Systems:

  • Windows 10
  • Windows 7 Service Pack 1
  • Windows Server 2019
  • Windows Server 2016

Processors:

Minimum: Any Intel or AMD x86-64 processor

Recommended: Any Intel or AMD x86-64 processor with four logical cores and AVX2 instruction set support

Disk:

Minimum: 2.9 GB of HDD space for MATLAB only, 5-8 GB for a typical installation

Recommended: An SSD is recommended A full installation of all MathWorks products may take up to 29 GB of disk space

RAM:

Minimum: 4 GB

Recommended: 8 GB

Learning Outcomes

·         Introduction to Matlab

·         What is EISPACK & LINPACK

·         How to start with MATLAB

·         About Matlab language

·         Matlab coding skills

·         About tools & libraries

·         Application Program Interface in Matlab

·         About Matlab desktop

·         How to use Matlab editor to create M-Files

·         Features of Matlab

·         Basics on Matlab

·         What is Communication?

·         About Communication

·         Introduction to Communication

·         How Communication Works?

·         Importing the System Design, Characterization and Visualization

·         Analyzing of BER tool

·         Analyzing of Error Rate Test Console

·         Generation of WSN

·         WSN network creation

·         Nodes Communication

·         Clustering

·         Routing

·         Convolutional

·         Equalization and Synchronization etc.,

·         How to extend our work to another real time applications

·         Project development Skills

               o    Problem analyzing skills

               o    Problem solving skills

               o    Creativity and imaginary skills

               o    Programming skills

               o    Deployment

               o    Testing skills

               o    Debugging skills

               o    Project presentation skills

               o    Thesis writing skills

Demo Video

mail-banner
call-banner
contact-banner
Request Video