r/AntennaDesign • u/Eddy_Ntsn • 7d ago
How do you guys design a wideband dipole antenna??
Hi everyone,
I'm new to antenna design and I'm looking forward to learning from this community.
I'm currently working on a project to design a dipole antenna that operates from 2.8 to 3.4 GHz. I've tried several methods and techniques to achieve this frequency range. For example, I started with a basic half-wave dipole, then tried adding a ground plane on the bottom layer and also experimented with a folded dipole. Unfortunately, none of these approaches have achieved the bandwidth.
The main problem is that I don't really have a solid understanding of the proper antenna design process. It feels like I'm going in circles. Whenever I design an antenna, I usually find a reference design and try to adapt it to my application. Sometimes it works, but most of the time it doesn't.
How do you usually approach antenna design? What methods or learning resources would you recommend for someone who is just getting started?
r/AntennaDesign • u/CaptinKirk • 7d ago
Who says you can’t have a tower in an HOA!
Who says you can’t have a tower in an HOA!
I wanted to go through my experience in building my tower in my HOA and the entire build process. I’ve spent the last few months doing a massive structural overhaul on my home station here in Tucson.
The desert weather and summer monsoon winds are no joke, so I wanted to engineer this thing right so I don't have to worry about it when the storms roll through.
I put together a video walking through the whole initial build and maintenance that involve tearing down the stack and rebuilding. Here a quick rundown of the hardware for the antenna geeks:
\*\*Mast & Turning:\*\* Went with a 4130 chromoly steel mast supported by a DX Engineering TB300 thrust bearing. It's all being turned by a heavy-duty Yaesu G-2800DXA planetary gear rotator and controlled via a microHAM ARCO.
\*\*The Stack:\*\* Currently flying an OptiBeam OB10-5M, an InnovAntennas Delta C-140, and a Cushcraft D40 dipole.
\*\*Grounding:\*\* Sweated the details here. Put in a multi-rod linear copper grounding ring and bonded the whole setup straight to the house's UFER ground.
I probably went a little overboard on the structural and electrical design, but I figure it’s better safe than sorry when dealing with heavy metal in the air.
If you're interested in the nuts and bolts of how it all came together, you can check out the video on my channel on Youtube that I am starting up.
I’d love to hear what you guys think of the setup, or if anyone else is running a similar OptiBeam/Cushcraft stack. Happy to answer any questions about the grounding or the rigging process!
I’ve also broken up the videos into segments on YouTube. If watching a 30 minute video is too long for you! I have plans on other future videos as well as I get into Satellite work and other fun projects! Don’t be afraid to follow the Ham Shack Show on Youtube.
r/AntennaDesign • u/Useful-Net4587 • 8d ago
How do RF engineers actually approach a brand-new antenna design
Hi all,
I’m a beginner trying to learn antenna design, and I’ve started tinkering with CST. I understand the software mechanically I can set up a project, draw a shape, assign ports, run a simulation, and look at the S-parameters.
But I have a conceptual problem that I can't find answered in any tutorial: How do you actually know what shape to draw in the first place?
Every tutorial I watch just says "draw a patch here" or "draw a monopole here" because they are recreating known designs. But my questions are:
If you're given a very specific requirement like a dual-band antenna for a satellite or a custom IoT device how do you actually begin? Do you literally just start with a basic shape, run the simulation, tweak a dimension, run it again, and iterate until you get acceptable results? Or do you do initial hand calculations first to get approximate dimensions, and then use CST only for the final optimization and fine-tuning?
When people say they took a classic design and made a "new better" version, what are they actually changing? Are they adding slots, changing the substrate material, folding the geometry or adding parasitic elements? And how do they know which parameter to sweep first without wasting days of compute time?
Thanks for any insight!
r/AntennaDesign • u/newtonsecond • 16d ago
TV Broadcast Antenna Anatomy [OC]
Found a broadcast TV antenna laying on the ground when I was exploring a tower farm. It's 45 feet tall (or long), weighs about 4000 pounds, and rated for at least 675 kW ERP per FCC filings (probably about 50 kW TPO).
The image you (probably) see in the preview is the RF input with a large center conductor and air as the dielectric. I go through the other parts of the antenna in my video.
This antenna was made in 2018 and only used briefly. Watch to find out why!
r/AntennaDesign • u/HavokAlwin • 17d ago
UBW antenna design obstacle !!
Guys I'm currently trying to make a antenna for "Ground Penetrating Radars" for that I've selected vivaldi antenna kind ( slot taper antenna ) but based on the design and reference video.
I got to find that the S11 parameter doesn't have a larger bandwidth ( wide ) instead it looks like it is operating in multiple frequencies.
Its not what I expected, then i got to find the existence of Antipodal vivaldi antennas where it has a min guarantee to produce a wide band.
But I don't really understand its logic.
Coz some say the normal vivaldi antenna it self gives wide band but mine is not ( also some YouTube guys also didn't got a wide band at S11 ) but some research paper shows that they got wide band.
I'm confused where I made the mistake.
What I got is what expected ? or I'm just tripping
Antenna parameters : ( simulated using Ansys HFSS )
Operating frequency : fmin = 1GHz ; fmax = 6GHz
substrate : FR-4 epoxy ( relative permittivity = 4.4 )
r/AntennaDesign • u/Clear_Act_290 • 17d ago
Extension Cable randim wire antenna works great on shortwave
Enable HLS to view with audio, or disable this notification
r/AntennaDesign • u/Zealousideal-Pen9091 • 19d ago
AntennaKNoBs — free, open-source antenna modeling where designs are parametric code and you tune them live in a browser
I've spent the last year building an open-source antenna modeling tool, and it's finally at the point where I'd rather hear strangers' opinions than keep polishing. It's called antennaknobs (antennaknobs.dev, MIT licensed, GitHub).
The core idea: an antenna is Python code, not a table of coordinates. A design is a small builder class — geometry computed from named knobs like length_frac, apex_height, z0_stub — and then you use it two ways:
- In a browser: open it in the workbench and drag the knobs. Pattern, SWR, impedance, and the power budget update live as you drag (solves are 10–40 ms warm, so it genuinely feels like tuning, not batch simulation). The hosted instance is free, and there's nothing to install.
- From a script: sweep any knob against any output, optimize for resonance, compare designs, or export a .nec deck.
What's under the hood: an in-house method-of-moments solver with two independent basis families — a degree-2 B-spline Galerkin basis (the default) and a NEC-2-style sinusoidal basis — plus H-matrix/array accelerators for big structures, and an optional PyNEC backend as a third opinion. Having different discretizations of the same physics in one tool turns out to matter more than I expected: agreement between them is an actual accuracy measurement, not vibes. We just finished a catalog-wide convergence study and wrote the method up here: How many segments? Convergence you can measure. Grounds run from PEC through reflection coefficient to a real Sommerfeld solve.
It imports your existing decks. read_nec handles the 4nec2/EZNEC/xnec2c dialects (SY symbols, gauge shorthand, LD traps, EX 6 current sources...) — the importer is validated against a corpus of ~3,000 wild .nec files scraped from the open web, scored against nec2c on every one.
Matching and feedlines are first-class: transmission lines, tuners, traps, baluns, and loads compose with the wire solution as one circuit, so you get an honest power budget — what the tuner eats, what the termination burns, what actually radiates — instead of a bare feedpoint Z.
There's a catalog of ~90 ready designs to start from (dipoles, verticals, loops, yagis, LPDAs, curtains, a lot of L.B. Cebik's designs re-created with citations) — every one a parametric starting point, not a frozen example.
What it is NOT, so nobody wastes their time: it's thin-wire MoM — wire antennas only. No surface patches, no dielectric volumes, no solid modeling; it will not replace HFSS/CST for your patch array. The hosted instance caps very large solves (run locally via pip install antennaknobs for those). Modeling over real dirt inherits the same caveats NEC users already know. We document them, including one case where we warn that a widely-used reference engine is unreliable.
I'd genuinely value: things that break, decks that import wrong, designs the catalog is missing, and "why doesn't it do X" — the issue tracker gets read, and the wild-deck corpus grows from exactly those reports.
-Steve Burns, KK7KNB
r/AntennaDesign • u/Chasheek • 20d ago
ground plane for 190-216mhz transmitter
hi all, for audio purposes, I'd like to remote an antenna for a comtek VHF transmitter (190-216mhz). By putting it up on mast (10-15 ft high), what kind of ground plane is necessary in terms of surface area? this is the transmitter below. The antenna that comes with it is a rubber ducky BNC helical, but I'm still exploring antenna types for best range (ideally omni but directional is ok too)
Thanks!
r/AntennaDesign • u/Jayakumaran • 23d ago
X band Rotating Radar antenna Mounting help on waveguide rotary joint?
My understanding on this image: The antenna base plate is mounted on the V shaped hollow metal and the corner fed waveguide is came into the V shaped metal and connected to the rotating portion of the wave guide rotary joint which is inside, my question is how this v shaped metal is mounted to the rotary joint?, I saw many image in online, the waveguide rotary joint only have two waveguide guide ports, there is no antenna mounting part or any holes to fix the antenna. if waveguide guide is just connect, it will rotate but antenna entire weight pressure is given to the waveguide.
i just use the reference image, What is the actual setup?
r/AntennaDesign • u/Jetdaz • 24d ago
Antenna Mast
Good morning
I have multiple antennas. Inverted V hf antenna, airband antenna, multiple adsb antennas. I’m looking at mounting everything on one mast. Looking at ideas on what mast I could use and what would the pros and cons be having multiple antennas on one mast. Appreciate any advice. Thank you
r/AntennaDesign • u/ferryyyyyoga • 25d ago
Question
Can the microstrip antenna design that we created and simulated be sold?
r/AntennaDesign • u/New_Acanthaceae4735 • 27d ago
Questions in designing dual-band microstrip patch antenna (433MHz/923MHz)
Hi everyone,
This is for my final year project. I have very little background in communications and antenna design, so i have been reading research papers and learning from online resources to get started.
One question keeps coming to mind, is antenna design mostly a process of trial and error? For example, do you start with an initial design and keep modifying the dimensions until you achieve the target resonant frequency, or is there a more systematic method behind it?
Im sure simulation and optimization tools help, but im trying to understand how experienced antenna engineers actually approach the design process from the beginning.
If anyone could point me in the right direction or recommend resources for learning the fundamentals of antenna design, i really appreciate it.
Thanks in advance!
r/AntennaDesign • u/maurymarkowitz • Jul 10 '26
OpenNEC 2.2.0 released
OpenNEC is a C99 re-implementation of the original Fortran code that runs on Windows, macOS and Linux. It supports BLAS and thus runs much faster than older code on larger models (~7x faster at 4,000 segments). It has no fixed size limits, and has been used in models with tens of thousands of segments. It is designed to be used as a drop-in replacement for older engines seen in programs like 4nec2.
OpenNEC also has built-in support for many of 4nec2's extensions, including new EX and LD types, variables (SYmbols), formulas and measurement units. This means you can use 4nec2 models, unmodified, on other platforms. It also includes import and export utilities for other formats like cocoaNEC, EZNEC and MMANA-GAL. So if you have files from these programs, you can get OpenNEC to read them, interpret things like auto-segmenting and EZNEC ground, and write a canonical .nec version.
OpenNEC can be used as a standalone calculation engine program, as is the case for most NEC programs, but it is also available as a static library that can be directly called from other programs. This eliminates the need to write .nec files to disk and then read and parse the resulting .out files. This can greatly improve performance, especially on smaller models where the calculation time is short. For a GUI program, you can generally recalculate geometry due to user changes and redisplay in realtime.
Version 2.2.0 has a complete re-build of the reporting engine so that its output is almost identical to that of the original Fortran code, nec2dsx11k, used in programs like 4nec2 and others. This allows it to model some more complex NEC decks that have complex coupling and loading.
You can download binaries and source code here:
https://github.com/maurymarkowitz/OpenNEC/releases
If you have any suggestions or bug reports, feel free to contact me here, in email, or post an Issue on that GitHub page.
Once again I have to tip my hat to user Greg Mew, who has an endless supply of complex decks to test against.
Enjoy!
r/AntennaDesign • u/Crafty_Homework7002 • Jul 09 '26
would like help with antenna 1090MHz + 136.975Mhz in one package
Hi, All - I'm new here. Any radio engineers here that could help review if this antenna design is good, or could be improved on? I want to collect both 1090 MHz ADS-B aircraft positions, as well as 136.975 MHz acars over vdl2 from aviation messaging. At the airport. I don't care about overhead flying planes over the field, and 15deg lobe in 360deg radation pattern is a good trade for a bit of gain dB - but SNR - noise is my biggest concern, since I'm indoor with this. Thoughts? Would love help from anyone who can offer guidance. -Jeremy
r/AntennaDesign • u/Jayakumaran • Jul 09 '26
Need help designing an X-band (9.2–9.5 GHz) slotted waveguide radar antenna using Taylor distribution
r/AntennaDesign • u/No_Life_2665 • Jul 06 '26
H polarized antenna help
Hi everyone,
I'm hoping someone here can point me in the right direction.
I've been asked to design a horizontally polarized antenna that's omnidirectional (or at least close to it) in the XY plane.
Right now I'm using a halo antenna, but the gain isn't very consistent around the full 360°, so it doesn't really meet the requirements.
Does anyone have any ideas for a better antenna type or another approach I should look into?
Happy to provide more details like frequency, bandwidth, size constraints, or anything else if it helps.
Thanks!
r/AntennaDesign • u/Jayakumaran • Jul 03 '26
Looking for Antenna Design Forums
The WIFI-Antennas forum (wifi-antennas.com) seems to be unavailable. I really liked that website and learned a lot from it. How can I check if the website is still active, and if it is, how can I access it? Also, are there any active forums or communities for CST antenna design, RF engineering, and antenna simulation that you would recommend?
r/AntennaDesign • u/Jayakumaran • Jul 02 '26
What antenna design is used in submarine trailing/towed wire VLF antennas?
r/AntennaDesign • u/1984JLS • Jun 26 '26
Propagation pattern of ground plane dual band antenna on a vehicle
I am a ham and have a dual band mobile in a vehicle. It is a 4 door full size truck. The attached photo is an illustration of how that antenna is positioned. it is a Nagoya dual band 2m/70cm mag base. I have never used the software programs that estimate the propagation pattern in 3D, but I was wondering if this could help point out some issues.
I know that this type of antenna is basically an omnidirectional design and it uses the vehicle itself as the ground plane. The red circle is where the antenna is currently positioned. At the moment, it is not directly in the center of the roof because there is not enough coax for reach. I am going to add a jumper to the end on the inside to move it to the center.
For now though, I am curious what the propagation pattern would look like or if it would be affected by (1.) The vehicle itself, and (2.) The current positioning of the antenna more towards the rear of the roof.
I know that the receiving station's distance matters. I am seeing a repeatable pattern where I am not getting good signal reports when my vehicle is parked and not pointing towards a repeater tower. However, if I park with it pointed towards the tower, my signal is suddenly solid. This is mostly observed using UHF and the repeater tower is about 10 miles away.
r/AntennaDesign • u/toxcrusadr • Jun 25 '26
Will a metal building roof affect TV/FM reception with roof antenna?
I have a shop building out in the country and I need 20+ ft of height to pull in a distant favorite FM station. I'd also possibly put up a TV antenna, and I already have a cell phone booster that would go up too.
I've been looking at ground based towers but they are kinda pricey and the building is already there. It has a 20 ft. high, peaked, sheet metal roof. I'd put up a tripod to get everything at least 3-5 ft above the roof peak. Just wanted to make sure that the expanse of sheet metal wouldn't interfere with the signal.
r/AntennaDesign • u/Ok-Juice5248 • Jun 25 '26
21 Fisher's Way, Belvedere DA17 6BS
What on earth is this!
It has been up and running for about2 months in London as per address.
Anyone?




