I came across a document called
2870.Measuring_distance_with_Nordic_Distance_Toolbox_slides.pdf
(found here Measuring distance with the Nordic Distance Toolbox webinar slides )
Several questions
1. There are 2 slides for "High Precision" - I assume this means that nrf_dm_high_precision_calc function was used - can you confirm?
How does this map to the dm_result.dist_estimates? ( in dm.h) I assume it's mspd.best- can you confirm that?
2. What "Median 3 Filter" was used ? Can you point to the source code?
3. in dm.c the code calls nrf_dm_calc when the data arrives.
How can I call nrf_dm_high_precision_calc instead? There is no hook or parameter in dm.c. to do that
Thank you