
the diamond shaped loop has a side of 76 cm (2.5ft), the 530 Ohm resistor placed at one of the corners has a dual duty, that is forming the directional lobe and offering a good match, placing a 9:1 BalUn at the bottom corner (feedpoint) the SWR up to 30 MHz will be under 2:1, the antenna gain isn't an issue, since we're seeking for S/N not for gain, but willing some boost, one may add a small preamp, the antenna will work even if placed very low on ground, although simulations show that the optimal height is between 2 meters and 5 meters (6 to 16 ft, 3 meters - about 10ft - in the pic above), at such height the antenna offers a lobe which allows good reception of both NVIS and DX (low angle) signals coming from the main lobe direction (that is the direction opposite from the resistor one), further raising the antenna will lower the lobe and the antenna wil become a DX only one, loosing sensitivity to NVIS signals
To build the antenna it will suffice to form a cross shaped structure using whatever non conductive material (wood, PVC pipes or whatever you have at hand, as long as it isn't conductive) and then use some insulated wire to form the diamond loop, add the resistor at a corner, a 9:1 BalUn at the bottom and the "SWL beam" will be ready for use
For the ones interested in running some simulation, the NEC model file is below
Code: Select all
CM File: DirLoop.nec
CM Small Receiving Loop antenna
CM with unidirectional pattern
CE
' symbols definition
SY freq=7.100 ' test frequenct
SY hght=3 ' height of base corner from ground
SY side=0.762 ' length of one side
SY diag=(sqr(2)*(side/2)) ' half diagonal
SY wire=0.00250 ' wire radius
SY vres=530 ' loading resistor value
SY segs=13 ' number of segment in wires
SY wres=4 ' wire hosting the resistor
SY sres=1 ' segment hosting the resistor
' wires geometry
' ID seg x0 y0 z0 x1 y1 z1 wire rad
GW 1 segs 0 0 hght -diag 0 hght+diag wire
GW 2 segs 0 0 hght diag 0 hght+diag wire
GW 3 segs -diag 0 hght+diag 0 0 hght+(diag*2) wire
GW 4 segs diag 0 hght+diag 0 0 hght+(diag*2) wire
' ground parameters
GE 1
GN 2 0 0 0 13 0.005
' wires loading
LD 5 0 0 0 58000000
LD 1 wres sres sres vres 0
' enable extended kernel for calc
EK
' feedpoint
EX 0 1 1 0 1 0 0
' initial test frequency
FR 0 1 0 0 freq 0
' end
EN
