Home |
Search |
Today's Posts |
#11
![]() |
|||
|
|||
![]()
Yea. Easy.Steve N.
"Mike Andrews" wrote in message ... Steve Nosko wrote: ...With audio, pulses are easy except how do you keep the target from hearing it's own echo and "oscillating by itself...? Block the RX input for a few ohnoseconds[1] longer or use subcarriers - this is a little harder. Transmit an FM modulated tone (carrier, say 10KHz, tone 1KHz) and transponding it back on another carrier, say 15 KHz. Might be a useful alternative. Have to have sharp filters. Who was it that used to sell the sonar modules from the cameras for experimentation Polaroid, IIRC. [1] The shortest possible unit of time: the interval between hitting the "do it" key and the realization that you shouldn't have. -- I swear to god, if people treated their cars they way they treat their computers, half the cars on the road would be covered in bumper stickers advertising porno, and their trunks would be filled with rotting garbage. -- Christian Wagner |
#12
![]() |
|||
|
|||
![]()
Steve Nosko wrote:
. . . Who was it that used to sell the sonar modules from the cameras for experimentation It was Polaroid. You can get sonar measuring devices at home handyman stores for a few bucks. They might be useful with a little hacking. Roy Lewallen, W7EL |
#13
![]() |
|||
|
|||
![]()
In article , Christopher
writes: Joel Kolstad wrote: Christopher wrote: Hi guys, ok, I've got an idea but it's based on determining the distance of a transmitter from a receiver, I originally thought about a synchronised clock in both units, the transmitter sends the time it has out, by the time the receiver unit gets this time a period has passed (probably a few millionth's of a second) and a diff time is detemined, combined with the speed those waves travel, will reveal the distance. Yes, but as you've deduced, the problem is keeping the clocks synchronize. On the other hand, there's no reason you can't have one unit send out a pulse and begin timing. The second unit receives it, immediate sends a 'reply' pulse, and you stop your clock when the first unit receives that. Now the accuracy is determined by the accuracy of just one clock, the amount of uncertainty in the 'turnaround' time of the second unit... and the variation in the speed of light as a function of athmospheric conditions. (The last one being more of a concern if you're trying to listen to satellites -- GPS receivers run into this problem.) my problem with this is that radio waves are electromagnetic radiation which travels at the speed of light, therefore can travel 1 meter in 3.3 nanoseconds, if my range is around 10 meters (I was a bit conservative before, lets say 30meter width/depth and 10 meters high, that'd be big enough I think for any situation I'd use this system within. Is there a clock out there that can measure accuracy on this scale, it seems impossible. That's of course, if radio waves travel through our atmosphere at almost the speed of light, I'm going to look now as to how fast they travel through our atmosphere. For some background on an established system, research aviation navigational aids DME (Distance Measuring Equipment, civilian use) and TACAN (TACtical Area Navigation, military use) for an aircraft to get their slant range to a ground station. DME, compatible with TACAN for range, has an aircraft interrogator- receiver that sends a pulse pair at low L Band. A ground station within range will receive that pair, wait 50 microseconds, then respond with another pulse pair. The aircraft determines range from the round-trip to get a response minus the fixed 50 uSec delay using the common radar round-trip time (which is approximately 500 uSec per mile for coarse estimation). The reason for the pulse pairs is to avoid false responses and returns from noise spikes or stray single pulses or whatever. That is easy to implement by a delay line and the equivalent of an AND gate action. Single pulses won't get passed but a pair with the right spacing will. To further cut down on false replies in a crowded airspace, the aircraft interrogator repetition rate is "dithered" slightly. Since the aircraft uses that interrogation as the start of its timing to a return, the dithered rep rate doesn't matter to it...but to the rest of the air- space, those interrogations and replies seem like so much noise from others ("fruit" in the civil avionics jargon). TACAN has been in the U.S. military since the early 1950s (a USN development) and DME came shortly thereafter. Used daily by aircraft on civil airways. Accuracy depends on the calibration of the aircraft interrogator-receiver. Old ground stations used a supersonic delay line filled with mercury to achieve the fixed 50 uSec delay of replies to an interrogation from aircraft. Maximum duty cycle is rather higher than radar for ground stations but not a real problem. That fixed delay includes the turn-around time of receiving a pulse pair, determining that it is a pair, etc. A fixed delay allows checking out the system prior to takeoff, using a local VORTAC station at close range. =========== Trying to use one-way signal strength for range isn't going to be good. If within 5 to 10 wavelengths for the path, the path is fraught with all kinds of variations just as a parasitic antenna works with field phasing. Unlike parasitic antennas, the path would not be straight line (such as a Yagi-Uda). Beyond the "near field" effects, one would get Multipath reflections, some of which would be in-phase, some out-phase, all resulting in many decibels of strength variation at short relative positions. Signal strength as a coarse distance indication is only good at very long ranges relative to wavelength. Even then it is uncertain. It's very difficult to get a true isotropic source with a spherical radiation pattern in a practical antenna, any RF wavelength. Round-trip time is the only practical way to achieve ranging whether by RF or by acoustic means. Len Anderson retired (from regular hours) electronic engineer person |
#14
![]() |
|||
|
|||
![]()
Signal strength as a coarse distance indication is only good at very
long ranges relative to wavelength. Even then it is uncertain. New location systems based on WLAN (2.4 GHz) use field strength combined with what seems to be some sort of adaptive algorithm that learns the field strength vs environment through repeated tests. See www.ekahau.com and www.radionor.com. These companies promise location for 'free', as they can locate laptops by using the existing hardware infrastructure of the wireless network. This is a very hot topic these days, and large business opportunities are expected. But accuracies are in the 1 m range, to get to 1 cm accuracy there does not seem to be any alternative to ultrasound systems, see demo on www.sonitor.com. -- Sverre Holm, LA3ZA --------------------------------- www.qsl.net/la3za |
#15
![]() |
|||
|
|||
![]() We did a unit at my last job called 'velocity of light'. It was pretty simple and you cud accurately measure distance down to 1cm. Infrared led emitter switched at 50MHz, focused using a lens to a 2 inch beam, reflected back by a mirror to an infrared detector (5 inches away from the emitter). The tx 50MHz was generated using a 50MHz xtal which drove the tx led. Their was a 50.025MHz second xtal osc which was used to mix down both the tx signal and the rx signal to 25KHz IF (we now have 2 25KHz waveforms), these two 25KHz carriers were then phase compared - so easy to see the smallest of movements in the mirror on a basic scope. So all the hard work is done at 25KHz (phase measuring) - one of todays little mcpu's will do this easily (ATmega16 for example). You could just as easily use laser or maybe rf in place of the IR led's, though directing RF at such low freq's would be somewhat difficult. Obviously at 50MHz, the phase difference would cycle every 6 meters (total reflected path), but if your a bit cleverer (though not hard to do) you could get the freq to sweep from a low freq (say 5MHz) upto wot ever you like - using a pair of single xtal referenced PLL's to generate the two oscillator freq's (whilst maintaining the 25KHz difference) and then calculate an exact distance in the cpu. This method is simple and relatively cheap to judge distances very accurately with no need for very short pulses (high bandwidths) and very fast logic. Clive |
#16
![]() |
|||
|
|||
![]() Forgot to say. A 90deg phase change in the reflected beam (at 50MHz) also results in a 90deg phase change in the rx'ed 25KHz IF) - this is why no fast logic is required. |
#17
![]() |
|||
|
|||
![]()
I these kind of system it is the field strength that is the most important
not the distance. A radio system needs signal strength and that is the primary reason to measure it. There is a desire to get distance from it, but this is more of a dream rather tham reality. In cellular systems, it can be used and give pretty goos location in SOME cases. I say, for the described situation, RF is NOT the way due to the timing requirements. Steve N. "Sverre Holm" wrote in message ... Signal strength as a coarse distance indication is only good at very long ranges relative to wavelength. Even then it is uncertain. New location systems based on WLAN (2.4 GHz) use field strength combined with what seems to be some sort of adaptive algorithm that learns the field strength vs environment through repeated tests. See www.ekahau.com and www.radionor.com. These companies promise location for 'free', as they can locate laptops by using the existing hardware infrastructure of the wireless network. This is a very hot topic these days, and large business opportunities are expected. But accuracies are in the 1 m range, to get to 1 cm accuracy there does not seem to be any alternative to ultrasound systems, see demo on www.sonitor.com. -- Sverre Holm, LA3ZA --------------------------------- www.qsl.net/la3za |
#18
![]() |
|||
|
|||
![]()
I think this will be easier than using RF. However, even though the IF is
25 kHz, you are still measuring small time differences. I just think this hardware will be easier than RF. Mostly because you can control where it goes better. This, of course, assumes you can do that in the target system The OP has to decide. That being said.... oneof those 10 GHz door opener or motion detector units (does the GunnPlexer have a DC output from its detector?) would be another interesting method. You can easily see small motions in the reflected signal phase difference and this is at the 10GHz freq. so the resolution is high. You do need to insure that the desired reflection is the only one...similar to the LED type of system. An aiming problem. Steve N. wrote in message ... We did a unit at my last job called 'velocity of light'. It was pretty simple and you cud accurately measure distance down to 1cm. Infrared led emitter switched at 50MHz, focused using a lens to a 2 inch beam, reflected back by a mirror to an infrared detector (5 inches away from the emitter). The tx 50MHz was generated using a 50MHz xtal which drove the tx led. Their was a 50.025MHz second xtal osc which was used to mix down both the tx signal and the rx signal to 25KHz IF (we now have 2 25KHz waveforms), these two 25KHz carriers were then phase compared - so easy to see the smallest of movements in the mirror on a basic scope. So all the hard work is done at 25KHz (phase measuring) - one of todays little mcpu's will do this easily (ATmega16 for example). You could just as easily use laser or maybe rf in place of the IR led's, though directing RF at such low freq's would be somewhat difficult. Obviously at 50MHz, the phase difference would cycle every 6 meters (total reflected path), but if your a bit cleverer (though not hard to do) you could get the freq to sweep from a low freq (say 5MHz) upto wot ever you like - using a pair of single xtal referenced PLL's to generate the two oscillator freq's (whilst maintaining the 25KHz difference) and then calculate an exact distance in the cpu. This method is simple and relatively cheap to judge distances very accurately with no need for very short pulses (high bandwidths) and very fast logic. Clive Forgot to say. A 90deg phase change in the reflected beam (at 50MHz) also results in a 90deg phase change in the rx'ed 25KHz IF) - this is why no fast logic is required. |
Reply |
|
Thread Tools | Search this Thread |
Display Modes | |
|
|