Decawave / mynewt-dw1000-apps

[DEPRECATED] Use https://github.com/Decawave/uwb-apps for new designs.
Apache License 2.0
30 stars 22 forks source link

About the performance of WCS #10

Closed ftianf closed 5 years ago

ftianf commented 5 years ago

Hi,

I noticed that in README.md of mynewt-timescale-lib, the performance of 1s CCP is ~500ps. Got a few questions regarding the performance of CCP/WCS

Regards Feng

pkettle commented 5 years ago

Hi Feng, Have a look at the https://github.com/Decawave/mynewt-dw1000-apps/blob/bottleneck/apps/matlab/wcs_stats.m. This is a Matlab script that I use to study the WCS performance. In principle < 1s CCP should improve performance but we have not validated this. The timescale algorithm compensates for skew and drift (rate of change of skew). We are not planning on open sourcing the timescale-lib at this time.

ftianf commented 5 years ago

Thanks for answering my question. It's clear now.