Skip to content

Implementation Of TDOA Using Chan Algorithm And Taylor Algorithm

Notifications You must be signed in to change notification settings

wangshengliang2018/TDOA

 
 

Repository files navigation

TDOA

Implementation Of TDOA Using Chan Algorithm And Taylor Algorithm in 3D space

Author:HaoyaWHL
Finish Time:2016/5 when I was masterGrade 1
Implement:Visual Studio 2013 in C++

Workflow

step1:using socket to get the data from four base stations
step2:pre-treating the data,get the form as I want
step3.1:using CHAN algorithm to get the coordinates of X and Y
step3.2:using Taylor algorithm to make the coordinates of X and Y more accuracy
step4.1:using CHAN algorithm to get the coordinate of Z
step4.2:using Taylor algorithm to make the coordinates of Z more accuracy
step5:output the coordinates of X , Y and Z

About

Implementation Of TDOA Using Chan Algorithm And Taylor Algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.0%
  • C 1.4%
  • Objective-C 0.6%