Skip to content

In this repository, we deal with developing different estimators to localize Transvahan - the e-vehicle on IISc Campus using measurements from receivers at four different locations in IISc and implementing and evaluating the performance of the estimators that we have derived.

License

Notifications You must be signed in to change notification settings

vineeths96/TDOA-Localization

Repository files navigation

Language Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

TDOA Localization

Time Dealy Of Arrival (TDOA) Localization of IISc Transvahan
Explore the repository»

View Problem Statement View Report

tags : tdoa, ranging, estimation, multilateration, crlb, mle, blue, triangulation

About The Project

This project deals with developing different estimators to localize Transvahan - the e-vehicle on IISc Campus using measurements from receivers at four different locations in IISc and implementing and evaluating the performance of the estimators that we have derived. The Transvahan emits a beacon and each of the four anchors measure the time-of-arrival of the beacon signal. Based on these time-of-arrival measurements, we would like to find the location of the Transvahan.

We theoretically lower bound the variance of the estimator with Cramer-Rao Lower Bound. We also derive and implement the Maximum Likelihood Estimator (MLE) and Best Linear Unbiased Estimator (BLUE) and evaluate their performance.

Built With

This project was built with

  • python v3.7
  • The list of libraries used for developing this project is available at requirements.txt.

Getting Started

Clone the repository into a local machine using

git clone https://github.com/vineeths96/TDOA-Localization

Prerequisites

Please install required libraries by running the following command (preferably within a virtual environment).

pip install -r requirements.txt

Instructions to run

The main.py is the interface to the program. The main.py will make all the necessary function calls to estimate the Transvahan location using MLE and BLUE and mark it on the map. It also takes care of evaluating the performance of the estimators by plotting the MSE variation with noise variance. The program can be executed by

python main.py

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Vineeth S - vs96codes@gmail.com

Project Link: https://github.com/vineeths96/TDOA-Localization

About

In this repository, we deal with developing different estimators to localize Transvahan - the e-vehicle on IISc Campus using measurements from receivers at four different locations in IISc and implementing and evaluating the performance of the estimators that we have derived.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages