Print
Hits: 9605

 

 

SWR Analyzer project’s notes

by i2tzk

 

 

 

 

This is a project by FoxDelta Project Team

 

 

The "SWR Analyzer" is a smart, cheap and easy to assemble "Antenna Analyzer".

The project is focused to measure the antenna performances across the HF Ham radio bands without any need to connect the transmitter to the antenna.

The following picture is an example of the Mosley Pro67 antenna analysis:

 

 

Fig. 1

 

 

The “SWR Analyzer” is a Scalar (or single port) Network Analyzer, the following figure shows the hardware architecture.

 

 

Fig. 2

 

 

Main elements of the diagram are :

- Microchip PIC18F2553

- DDS generator AD9851

- Return Loss Bridge

- Detector AD8307

 

 

 

The microcontroller PIC18F2553 interfaces the PC receiving commands to drive a RF generator (DDS) and sending back the voltage values read from the Return Loss Bridge.

 

The Analog Devices AD9851 is a Direct Digital Synthesizer (DDS) device which can generates a sinusoidal wave output up to 180MHz. The microcontroller drives the DDS to generate the RF signal sweepped in the HF frequency range from 1MHz to 35MHz, that feeds one end of the Return Loss Bridge.

 

The return loss bridge is the wideband resistive bridge network used to verify the impedance at the antenna connector. It works by comparing the "unknown" antenna impedance to a purely resistive 50 ohms, the output DC voltage corresponds to the level of impedance mismatch between the 50 ohms and the antenna impedance.

 

 

Generally, the higher the DC voltage output, the worst the impedance mismatch is.

 

 

The following stage (AD8307 configured as detector/differential comparator) amplifies the RLB output converting the signal level to a decibel form and delivering it to the microcontroller.

 

 

The Analog to Digital Converter (ADC) embedded into the microcontroller provides to generates the digital measure of the impedance, the measure is sent back to the PC.

 

 

 

Finally the PC program calculates the dBm values, translates the measure in a SWR figure and plots the mismatch diagram of the antenna.

 

 

The PC program, Windows based, allows to explore a single HF Band or the full range from 1 to 30MHz and plot the resonance figure.

 

 


Fig.3

 

 

This is a project by FoxDelta Project Team