13dka wrote: ↑Tue Jun 14, 2022 9:28 pm
Edit: OMG, there is so much to learn from this!

IIRC some post(s) in some discussion somewhere suggested that minimally elevating the wire would be advantageous. According to the simulation, only a few centimeters dramatically decrease the influence of the ground and turn the LoG into a "cloud warmer". It also decreases the losses so I think I get how this could be perceived as beneficial, stations coming in from high angles are a little louder.
Just a note, the LoG with a perimeter of (about) 18m will mantain its pattern up to about 10MHz, willing to go further up in frequency you'll need to reduce the loop size, the image below shows the patterns at 18MHz for two LoG antennas

- log18.png (102.93 KiB) Viewed 954 times
to the left you can see the pattern of the 18m LoG, to the right the one of a 3m one, as you see, by reducing the loop size the pattern is restored, the price to pay is the gain which, by the way, gets lower and that's also why Matt (KK5JY) recommends the use of the LoG for frequencies below the 30 meters band, since, while it's possible to reduce the size of the LoG to go up in frequency, the resulting antenna won't offer the same performance as the larger one at lower frequencies
If you want a low angle antenna for 18MHz, here's one which may fit and which will work really well near salt water, the model is set for aluminium pipes, but it can be easily modified to copper wires (in such a case you'll need some non conductive support structure)
Code: Select all
CM --------------------------------------------
CM Double T-Bar antenna (impedance abt 100 Ohm)
CM --------------------------------------------
CE
SY freq=18.000 ' calc frequency
SY test=18.000 ' test frequency
SY vrad=0.015 ' vert section radius
SY hrad=0.010 ' horz section radius
SY cfac=0.965 ' length correction factor
SY wlen=(300/freq) ' lambda
SY wave=(wlen*cfac) ' correction factor
SY hght=2 ' height from ground
SY hats=(wave*0.085) ' capacitive hats arms length
SY vert=(wave*0.272) ' vertical section length
SY toph=(hght+vert) ' height of antenna top hat
SY segl=51 ' segments for long sections
SY segs=11 ' segments for short sections
SY fseg=1 ' feeding segment
' vertical section
GW 1 segl 0 0 hght 0 0 toph vrad
' top hat
GW 2 segs 0 -hats toph 0 0 toph hrad
GW 3 segs 0 hats toph 0 0 toph hrad
' bottom hat
GW 4 segs 0 -hats hght 0 0 hght hrad
GW 5 segs 0 hats hght 0 0 hght hrad
' ground
GE -1
GN 2 0 0 0 13 0.005
' loading (58000000=copper, 37700000=aluminium)
LD 5 0 0 0 37700000
' feeding
EK
EX 0 1 fseg 0 1. 0 0
' frequency
FR 0 0 0 0 test 0
' end
EN
the resulting antenna will show the following characteristics

- dtbar18.jpg (207.09 KiB) Viewed 954 times
as you see it offers omnidirectional pattern and very low launch angle w/o the need to be placed high (the antenna in the model is installed with the bottom at 2m from ground)
[edit]
Forgot; if you didn't already see it, Martin (G8JNJ) experimented a bit with the LoG and wrote about it
https://www.g8jnj.net/loop-on-the-ground
now, while I don't agree with the idea of raising the loop, I believe that the above may be worth reading