|
RcdMathLib_doc
Open Source Library for Linear and Non-linear Algebra
|
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... | |
Examples of localization algorithms of distance-based positioning systems.
Localization algorithms examples using distance measures (see the methods of distance-based localization systems).
Definition in file distance_based_test.h.
| 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().