9

There is a folk wisdom, among amateur radio operators, that if you have a lot of noise on HF, such as in an urban location, then using a shielded magnetic loop antenna for receiving is really great for rejecting that noise. Here's an example of such an antenna:

enter image description here

(full description)

There are many variations on this theme, but the common points seem to be:

  1. A small loop
  2. Some sort of shielding around that loop (often constructed from coax)
  3. (usually) a break in the shielding opposite the feedpoint

Is the idea here to make an antenna that picks up the B-field, but not the E-field, on the theory that the antenna is in the near-field of predominately electrostatic noise sources, like arcing motor brushes? Is this antenna any different than a B-field probe? Are there other B-field probe designs that would be more effective as a receiving antenna designed to reject local noise?

Further, what makes the shielded loop antenna more special? I can't find much information on it that isn't anecdotal. Is there some mechanism that justifies this extra complexity, or is it just folklore?

Phil Frost
  • 56,804
  • 17
  • 141
  • 262
  • 1
    A unshielded loop antenna *will* be somewhat sensitive to electrostatic fields. The shield will attenuate the E-field, but the gap will prevent it from acting as a shorted-turn and attenuating the magnetic field. I have made a small version made from semi-rigid coax to act as a near-field EMI probe for 'sniffing' magnetic fields. – MikeJ-UK May 23 '13 at 12:34
  • @MikeJ-UK why then, the gap opposite the feed point? Why not at the feed point? If the point is to just make a gap somewhere, wouldn't it be more convenient for it to be at the feed point, so we can physically access the center conductor? – Phil Frost May 23 '13 at 12:37
  • 1
    Mainly because you want to ground the shield, and this is most effectively done at its center, opposite the gap. If you put the gap at the feed/grounding point, then the other side of the gap is electrically farther from ground. – Dave Tweed May 23 '13 at 12:42
  • Good question. In the case of the B field probe it is mechanically more rigid (you just bend the end of a piece of SR coax into a circle and solder the core and screen together - making a weak point). As for the antenna, I don't know (I've just seen Dave's comment which seems to answer this). – MikeJ-UK May 23 '13 at 12:45
  • You want the grounding to be symettrical to both halves (left and right in picture above) of the loop and adjacent to the cable feed-point. On this basis alone I don't see any other way of doing it. – Andy aka May 23 '13 at 16:50
  • If that receiver has some poor grounding topology, then you're only routing noise into the device. – Kaz May 24 '13 at 02:17

1 Answers1

4

Firstly, what doesn't make this antenna better than others?

The shield does not block electric fields while passing magnetic fields. For AC magnetic fields, this is impossible.

This antenna, or any electrically small loop, does have a low field impedance in the very near field, meaning the ratio of magnetic field to electric field will be high. This is in contrast to a short dipole, which is the opposite. But farther away, but still in the near field, the field impedance of a loop antenna is actually higher than that of a short dipole. In the far field, they are identical. So, it could be that some near-field noise sources are picked up less by a loop than some other dipole, but it's hard to predict. Changes are most likely due to luck than anything else.

What makes small loop antennas in general useful in noisy environments is that there are two very deep nulls in the radiation pattern, each perpendicular to the plane of the loop. Noise sources can then be nulled very effectively.

The shield does not change the pattern of the small loop antenna directly. If one takes a conductor, bends it in a hoop with a small gap, and measures the signal across the gap, this ideal pattern with deep nulls is the result. The problem is this is really hard to do in practice. The feedline, unless exactly symmetrical, will unbalance the antenna. The feedline then acts like a vertical antenna, and the radiation pattern is a combination of the ideal small loop and a vertical. You don't get the deep nulls.

It's really hard in practice to assure symmetry. Coax is not an option, as it's not symmetrical. The ground and nearby objects can disturb the balance.

Wrapping the antenna in a "shield" is a clever trick to make it more practical to construct a balanced antenna. The shield isn't actually a shield -- it is the antenna. The gap in the shield is the feedpoint. Currents circulating in the loop are our signal of interest, and those currents create a voltage difference at the gap. At this point, we have our ideal small loop antenna, but we don't have anything connected to the feedpoint, so it's not useful.

By running a conductor in a loop inside this shield, the voltage difference at the gap can induce a current in that conductor. But we need the wires to exit, somehow. And we probably want them to exit inside a shield (ie, coax), otherwise we haven't solved anything because anything near the feedline will further unbalance it. The only place a shield can exit is opposite the gap, because any other point would be unbalanced. Here's the result:

shielded loop antenna

This is from Transmission Lines, Antennas, and Waveguides, which is no longer protected by copyright.

Now the gap is the feedpoint, the shield is the antenna, and the antenna (the shield) is symmetrical with respect to ground. Our feedline is also shielded, and we have a robust, balanced antenna which can deliver close to the ideal small loop pattern in practical environments.

Phil Frost
  • 56,804
  • 17
  • 141
  • 262