Hacker News new | ask | show | jobs
by pps43 2099 days ago
Only if it's poorly designed (leaks local oscillator frequency back into antenna) and not shielded.

Modern receivers use quadrature sampling detectors rather than traditional superheterodyne. In that setup any leakage would be on the same frequency and harder to detect.

1 comments

It is as good as impossible to run an oscillator based receiver that is also connected to an antenna that does not radiate. That's nothing to do with poor design, it's just physics. Zero coupling does not exist in practice. By design the mixer stage sits pretty close to the initial amplifier and it will result in some of the oscillator energy making it back to the antenna circuitry. FWIW I built a ton of transmitters and radio gear in my teens, it is pretty easy to take a theoretical stance here and declare that anything that leaks is not designed properly but that's about as 'true Scotsman' as you could get.
Note also with a highly directional high gain receiver that tiny bit of radiating energy is very detectable. It's just going to feed into background noise for most receivers so no one cares. But it will be detectable by a motivated hunter with the right equipment.
A directional antenna has to be much larger than wavelength. Won't fit in a van if we're talking about HF (with wavelengths measured in tens of meters).
Not[0] really[1]. Loop antennas (active or passive) have good gain perpendicular to the loop. It would be easy to mount on the inside of a wood paneled moving van with some nice receiving equipment. You park the van so the side faces the target's apartment and voilĂ  you can listen to the mixer of their superhet radio. If your searching for receivers a couple vans driving around could triangulate and detected signals. Just getting the right apartment building would be enough for the KGB to turn the place over.

[0] http://www.kr1st.com/swlloop.htm

[1] https://www.fmuser.org/fm-receiver/receiver-antenna/DE31MS-l...

You can make a small (relative to wavelength) loop antenna that has a sharp minimum, but it will be very inefficient. You want your directional antenna to have a sharp maximum (high gain) so that it can increase signal to noise ratio.
Initial amplifier does not let much energy flow backwards.

More importantly, there's a lot of background noise on HF bands that will mask that weak signal.

'not much' == 'some'.

If you've never built a radio and tried to shield this unintended export than I can totally see how you might think this is just a matter of careful design and more shielding but it really is a lot harder than that and you will simply never reach zero to the point where even an ordinary spectrum analyzer hooked up to the input of your radio will not show the oscillator frequency as a nice fat peak.

There is a big difference between spectrum analyzer hooked up directly to the input of the radio and an antenna in a van several blocks away, with reflections and noise thrown in.
Have you actually done any of this? If so, great. If not, I have and it would appear to me that your experiments at shielding have been more successful than mine. And there was a good premium on being able to create a mixer based receiver that did not leak at all because discovery could have led to fairly large financial impact for the owner of the device (not quite at the we'll ship you to Siberia or shoot you level, but impressive enough to make sure we weren't leaking if we could help it).

I learned a lot during that project, especially how hard it is to make an oscillator that does not radiate. So, it got to the point where I could reliably detect the receiver from about 100 meters away, fortunately the counterparty never started out from the assumption that it would be in that particular location to begin with. Trawling for a signal is a lot harder than verifying that is is there. But if you know the modulation and the frequency the receiver uses for its mixing stage this is a very hard problem to solve in such a way that there is absolutely no power radiated out of the reception antenna. Any kind of magnetic or capacitive coupler is bi-directional. Maybe with today's hardware capabilities it would be possible to pull the whole thing into the digital domain at a very early stage and that way I can see a few options to make it 100% clean but in the analog domain I do not see a bullet proof way of achieving this.

> if you know the modulation and the frequency the receiver uses

Number stations on short waves all use AM, so you know the modulation. But you don't need to know it, superhet works the same way with any modulation. You need to know the number station frequency, receiver's intermediate frequency, and guess whether its above or below.

> in such a way that there is absolutely no power radiated out of the reception antenna.

I'm not saying there is absolutely no power radiated out of the reception antenna, only that there is not enough power to reliably detect and localize, given the noise and interference from other sources.

If you want absolutely no power radiated out of the reception antenna, you can still do it. Feed some local oscillator frequency, inverted, into the antenna to cancel the remaining leak. But as far as I know, nobody bothers since some leakage is not a problem.

> Any kind of magnetic or capacitive coupler is bi-directional.

True, but in many designs there's also at least one transistor stage in the preamp, and that is not bi-di. There is some stray capacitance between collector and base, but not much.

> Maybe with today's hardware capabilities it would be possible to pull the whole thing into the digital domain at a very early stage

It is possible, but unnecessary. The last radio I built has quadrature sampling detector with FST3253 and handful of op-amps. Most SDRs also do I/Q sampling with two slow ADCs, much simpler than a single high-speed ADC.