RcdMathLib_doc
Open Source Library for Linear and Non-linear Algebra
distance_based_test.h File Reference

Examples of localization algorithms of distance-based positioning systems. More...

Go to the source code of this file.

Functions

void distance_based_test (void)
 Example of a distance-based localization system. More...
 

Detailed Description

Examples of localization algorithms of distance-based positioning systems.

Localization algorithms examples using distance measures (see the methods of distance-based localization systems).

Author
Zakaria Kasmi zkasm.nosp@m.i@in.nosp@m.f.fu-.nosp@m.berl.nosp@m.in.de
Abdelmoumen Norrdine a.nor.nosp@m.rdin.nosp@m.e@goo.nosp@m.glem.nosp@m.ail.c.nosp@m.om

Definition in file distance_based_test.h.

Function Documentation

◆ distance_based_test()

void distance_based_test ( void  )

Example of a distance-based localization system.

This example shows how to use the trilateration algorithm, whereby an estimated position is calculated based on the distance measurements.

Definition at line 32 of file distance_based_test.c.

References matrix_t, trilateration2(), and vector_flex_print().