-
Notifications
You must be signed in to change notification settings - Fork 0
r06922019/trilateration_numpy_vectorized
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# What's this? Speed up the process of [trilateration](https://www.pathpartnertech.com/triangulation-vs-trilateration-vs-multilateration-for-indoor-positioning-systems/) by performing vectorized calculation with numpy the maximum memory usage shall be len(r1) * len(r2) * len(r3) entries of (x,y) # Execution pip3 install -r requirements.txt python3 trilateration.py
About
vectorize trilateration calculation (much faster)
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published