RF Distance Measurement Techniques (ToF+Interferometry)

In summary, the conversation revolved around designing a system to measure the distance between two RF transceivers with high resolution. The use of time-of-flight measurement was discussed, but it was noted that it has a poor resolution with low frequency timers. The idea of using a low-cost MCU with a clock rate of 30MHz was suggested, but it was acknowledged that the best possible resolution would only be around 10m/s. The concept of RF interferometry was brought up, specifically using a dual sine wave and quad phase method to determine distance based on phase difference. The limitations of this method were also discussed, as it is typically only used for small distance measurements with light. The conversation then shifted to the idea of using a ramp generator
  • #1
¡MR.AWESOME!
35
0
I am trying to design a system to measure the distance between two RF transceivers with as small of a resolution as possible. Time-of-flight measurement is nice and easy to do, but it has a poor resolution with low frequency timers. I am thinking of using a low-cost mcu that will probably have a clock rate of ~30Mhz. So the best possible resolution I could get would be (1/3x10^7)*c=~10m/s. I would like to get much better resolution than that.

I did some searching around and found some info on RF interferometry. Basically, you create a wave and split it in two. The first wave goes out and does it's thing and then comes back. The second one stays where it is. You then compare the phases of the two. Depending on the wavelength, you can determine the distance that the first wave traveled by the amount the phase shifted compared to the second wave.

Obviously, this will only be accurate if the distance traveled is less than one wavelength. By combining time-of-flight measurements with phase difference measurements, could you not get a much higher resolution? It seems to me that distance measurement with interferometry is almost exclusively done with lasers or other forms of light, which is only good for very small distance measurements. Why is this? I must be missing something.
 
Engineering news on Phys.org
  • #2
Google Tellurometer.
 
  • #3
¡MR.AWESOME! said:
I am trying to design a system to measure the distance between two RF transceivers with as small of a resolution as possible. Time-of-flight measurement is nice and easy to do, but it has a poor resolution with low frequency timers. I am thinking of using a low-cost mcu that will probably have a clock rate of ~30Mhz. So the best possible resolution I could get would be (1/3x10^7)*c=~10m/s. I would like to get much better resolution than that.

I did some searching around and found some info on RF interferometry. Basically, you create a wave and split it in two. The first wave goes out and does it's thing and then comes back. The second one stays where it is. You then compare the phases of the two. Depending on the wavelength, you can determine the distance that the first wave traveled by the amount the phase shifted compared to the second wave.

Obviously, this will only be accurate if the distance traveled is less than one wavelength. By combining time-of-flight measurements with phase difference measurements, could you not get a much higher resolution? It seems to me that distance measurement with interferometry is almost exclusively done with lasers or other forms of light, which is only good for very small distance measurements. Why is this? I must be missing something.

Use a ramp generator for each 30 MHz period and digitize the ramp that is proportion to the time between the two clocks. This will give you a single stop TDC quite easily with much much better resolution. If you design it good, and even if you use an 8 bit ADC, you get 256 more resolution from the 30MHz. This is the old style TDC that is sold on the market in the 90s.

I came up with the idea and designed a multi-stop TDC( Time Digital Converter) in the mid 90s using two quad sine wave and I got resolution of 70pS successfully into our TOF ( time of flight) SIMS. It was the first ever multi stop TDC at the time with this kind of resolution in 1995.

I use two sine wave 90 deg apart none stop so at any given time, one will be at the most linear part of the slope. It is a big project with a lot of software to linearize the sine wave and to choose which one to use. But no matter how you cut it, it is going to be a big project for you if you need multi-stop.

We blew CAMECA and other competitors out of the water at the time.
 
Last edited:
  • #4
Ah. Thanks for the reply. You definitely set me off on the right track. I wasn't finding anything useful before.

I don't quite understand the dual sine, quad phase method you described. Is there any literature that you could point me towards to clarify?

One shot is good enough for me, but I would still like to understand your method.

Thanks
 
  • #5
¡MR.AWESOME! said:
Ah. Thanks for the reply. You definitely set me off on the right track. I wasn't finding anything useful before.

I don't quite understand the dual sine, quad phase method you described. Is there any literature that you could point me towards to clarify?

One shot is good enough for me, but I would still like to understand your method.

Thanks

I don't know of any books, I came up with that idea myself, I did not pursue patent nor wrote a paper at the time as I had something bigger cooking! The idea is to have two pure sine wave 90 degrees apart. so at any given point of time, you have one slope at the most linear region ( rise and fall of the sine wave is quite linear.) I use mapping EPROM to compensate the little bend on the slope of the sine wave. EPROM program also determine which of the 4 slope to use for digitizing...

Well even thought this is 16 years old and I am not working for the company anymore, I don't feel comfortable getting into more detail even though it's my original idea. I think you have a good idea already. It is not an easy project. That was the first try only. It worked and we moved on. Hind sight I would do it differently.

If you are doing single stop, that would be very easy. Like I said before, use your 30MHz clock and start a ramp each time and when the in coming trigger come in, you digitize the value of the ramp. You get easily 256 steps within each clock period. So you just combine the digitized value and become the LSBite when combine with the course counter run by 30MHz. Make sure you start the ramp before the edge of the clock as it takes a little time for the ramp to settle to a linear slope. That's was why I use the continuous sine wave so there was not settling time.
 

Related to RF Distance Measurement Techniques (ToF+Interferometry)

1. How does Time-of-Flight (ToF) work for RF distance measurement?

ToF uses the principle of measuring the time it takes for a signal to travel from the transmitter to the target and back to the receiver. By knowing the speed of the signal, the distance can be calculated using the equation distance = speed x time.

2. What is Interferometry and how is it used in RF distance measurement?

Interferometry uses the principle of interference between two or more signals to accurately measure distances. In RF distance measurement, interferometry is used in conjunction with ToF, where the signals are emitted from multiple antennas and the phase difference between them is used to calculate the distance to the target.

3. What are the advantages of using RF distance measurement techniques?

RF distance measurement techniques offer several advantages, including high accuracy, non-contact measurement, and immunity to environmental factors such as temperature and lighting. They are also suitable for measuring large distances and can be used in various applications, such as robotics, navigation, and industrial automation.

4. Are there any limitations of using RF distance measurement techniques?

One limitation of RF distance measurement techniques is that they require line-of-sight between the transmitter and the target. This means that they may not work in situations where there are obstacles or the target is not within the direct line of sight of the transmitter. Additionally, the accuracy of the measurements can be affected by factors such as signal noise and multi-path interference.

5. Are there any safety concerns associated with RF distance measurement techniques?

RF distance measurement techniques use electromagnetic waves, which are generally considered safe for humans. However, caution should be taken to avoid exposure to high power RF signals, as they can cause harm. It is important to follow safety guidelines and regulations when using RF distance measurement techniques to ensure the safety of both the operator and the target.

Similar threads

  • Electrical Engineering
3
Replies
73
Views
7K
Replies
26
Views
2K
  • Other Physics Topics
Replies
27
Views
2K
  • Electrical Engineering
Replies
12
Views
1K
  • Electrical Engineering
Replies
17
Views
2K
  • Astronomy and Astrophysics
Replies
2
Views
1K
  • High Energy, Nuclear, Particle Physics
Replies
4
Views
2K
  • Special and General Relativity
Replies
11
Views
409
  • Electrical Engineering
Replies
2
Views
4K
Back
Top