Can using a TXCO improve ranging accuracy?

Hi,
I want to improve ranging accuracy with ds_twr. And I used a TXCO with dw1000, but the accuracy of ranging has not been improved.
[color=#333333]P16 of APS017 states that the ‘[/color][color=#333333]tight[/color][color=#333333]’ parameter set configures, when I use the fun dwt_loadopsettabfromotp(1);//DWT_OPSET_TIGHT[/color]
[color=#333333]Then the accuracy of ranging is reduced. [/color]
[color=#333333]So, I want to ask some questions:[/color]

[color=#333333]1, Can using a TXCO improve ranging accuracy?[/color]
[color=#333333]2,What configuration does the software require when using a TXCO?[/color]
[color=#333333]3,How to improve the accuracy of ranging?[/color]
[color=#333333]4,How much of the best ranging accuracy can be stabilized? 10cm ,1cm or 1~10mm[/color]

[color=#333333]Thanks. [/color]

A TCXO won’t add much accuracy over a correctly tuned crystal unless you need to run over a wide temperature range.
Assuming your crystal was tuned at room temperature then at room temperature it won’t give you any improvement.

I think you’re asking the wrong question. Don’t ask others how accurate it can be made to be, ask yourself how accurate you need it to be for your application.

You could get the TWR accuracy under 1 cm for static things if you got everything perfect and then do some averaging. The best I’ve seen for raw measurements is a standard deviation of around 2 cm. But in order to do that you have to add a lot of complexity so it’s not worth it if you don’t need it.

e.g. Take two standard modules and measure the range averaging a large number of points. Now rotate one of them 90 degrees keeping the antenna in the same location and polarization. Repeat the range measurement. You will normally see a difference of a few cm.
Which means if you are aiming for accuracies in the 1-5 cm range then you either need to design something that doesn’t have this issue or measure the angles and compensate for it. Neither are simple things to do.

Thanks for getting back to me!
The static ranging accuracy I need is about 2cm.But now I using the DS_TWR algorithm, the static ranging accuracy is about 10cm. Do you know any good solutions that I would like to buy for a fee.

Thanks.

I only know of two systems that offer that level of accuracy off the shelf. Humantics ( https://www.humatics.com/products/kinetiq-100/ ) and the one I’m working on that is intended for high dynamics positioning but we’ve had some customers ask if we can modify it to give good accuracy point to point ranges.

Both are going to have significant prices.

Thanks for getting back to me!
I’ll try to get in touch with them.I would like to ask another question, why is the accuracy of dw1000 10cm?
The wavelength of UWB is determined? Or is it determined by the dw1000 internal circuit?

You are looking for the leading edge of a very weak signal, when the signal isn’t much stronger than the noise it’s hard to be sure exactly where it started, if you got a positive noise spike just before the signal the leading edge would appear to move forward, if you got a negative noise spike the edge would move backwards. I’m sure there is some horribly complicated maths that would give you a theoretical accuracy limit but from what I’ve seen this noise seems to add around +/- 3 cm to all measurements but will average out fairly well. How much of this is due to the DW1000 not being perfect and how much is unavoidable due to the maths I don’t know.

That just leaves you with systematic errors which bias your range in one direction or the other. Those will be factors of both the DW1000 and the overall system design, both hardware and software. Things like temperature effects or the rotational effect I mentioned before. Good design and clever software tricks can minimize these but you’re never going to eliminate them all. Hence the could of cm error even when averaging.

1 Like

Thank you very much.

Apologies for resurrecting this old thread, but I thought it might be useful to discuss the pros and cons of TCXO with the DW1000. We have extensive experience with TCXOs, and there are a lot of subtle aspects that one would not expect which can affect how well they work in a Decawave system.

In one sentence: TCXOs are NOT an assured way to improve accuracy and performance of an UWB system, they have a lot of gotchas due to their internal architecture and other faults.

I think it is important to first discuss the various clock choices:

Crystal or standard crystal oscillator:

This provides a clock source which is not temperature compensated and thus can drift with temperature over some range. There is also an initial tolerance which usually can’t be any better than about +/- 10 ppm. If subjected to a temperature gradient, the timing can shift a lot, several ppm. If you are doing a ranging cycle, this will affect the result.

TCXO, old style:

Back in the old days, temperature compensated crystal oscillators were made with a complex analog network of thermistors which controlled the voltage on a varactor diode. If you set up the network just right, the change in resistance of the thermistors would change the capacitance of the varactor and pull the crystal into being mostly temperature compensated. Tuning this was complex and costly, and you couldn’t get all that accurate with it. But, and this is important, the frequency changed smoothly with temperature, no inflections or steps. This old style TCXO is no longer made, alas.

TCXO, modern style:

Modern TCXOs use a digital compensation circuit inside them. Periodically, they measure the temperature, index a table based on temperature, and then output a control voltage via a DAC to a varactor to pull the crystal. This circuit allows the manufacturer to precisely tune the crystal offset at every temperature, load the precise calibration table to the TCXO, and thus can supply devices as accurate as +/- 0.5 ppm.

Here is the important part: the modern TCXO updates its crystal pull relatively slowly, at some rate that is adequate enough to keep the crystal in tolerance for the fastest temperature gradient expected to see in service. This means that the adjustments do not occur smoothly all the time, but are really small piece wise linear segments. Every time the circuit loops through and adjusts, there is an inflection in the frequency.

If that inflection occurs in the middle of a ranging operation, then the time base has shifted ever so slightly and that can affect your ranging accuracy. One might think that shift would be so small as to not matter, but it does. Consider that a 20 ms ranging cycle will be off 10 cm if the crystal shifted 0.017 ppm (or 17 ppb). A TCXO can easily shift that much and still be within datasheet spec.

TCXOs vary in how much they bounce back and forth, and how often they adjust. We have found some makes/models which are terrible and don’t work well. We have found some that do.

Even with the ones that do work, we find some individual TCXOs which exhibit anomalous behavior that is know in the industry as “micro jumps”. These are not so much related to the temperature comp circuit as to certain intrinsic properties of the crystal itself. In one particular case, we found a TCXO in an anchor that jumped 4 Hz, or 0.10 ppm for 38.4 MHz, well within datasheet spec. However, that would trash our measurements making the data from that anchor bad. After a frustrating hunt for the cause, we eventually captured the event on a spectrum analyzer:


The two peaks represent two sweeps, the TXCO had jumped frequency by a few Hz (span is 100 Hz).

We added code to our system to specifically detect when a TCXO jumps and to map it out of the location solution during those times, then bring it back in again when stable.

Here’s a good background article on various TCXO issues and discussion of internal operation:

In closing, the clock source to the DW1000 is absolutely critical to get good results in an UWB system. You want it to not change temperature very fast, be stable, and be accurate. A TCXO may sound like the best way to do that, but it can introduce more problems than it solves. We do use TCXOs in our designs, but we only specify ones we have tested extensively and found to behave.

Mike Ciholas, President, Ciholas, Inc
3700 Bell Road, Newburgh, IN 47630 USA
mikec@ciholas.com
+1 812 962 9408

2 Likes

hi,

Now you use which one tcxo crystal ? :slight_smile:

1 Like