Rob's web

Designing passive attenuator networks

Home - Techniek - Electronica - Radiotechniek - Radio amateur bladen - Practical Wireless - Designing passive attenuator networks


Passive attenuators have many uses in all aspects of rf technology, matching and padding levels and impedances over wide frequency ranges. The following article by S. Niewiadomski explains how to design these networks with a bias towards their use in receivers.

Switchable sets of attenuators are often found in the front ends of modem synthesised receivers. The use of broadband, rather than narrowband, front end filters in these receivers often results in considerable amount of unwanted r.f. energy reaching the first signal stage and mixer, giving rise to overload problems.

One method of reducing this type of problem is to provide the option of adding some attenuation in the signal path. This can be effective in improving reception both when the desired signal is strong and is causing overload effects, or when a strong undesired signal is masking a weaker signal.

When faced with the task of including a measure of variable attenuation in the front end of a receiver being designed, or devising a method of attenuation the input to an existing receiver, probably the simplest method is to place a potentiometer between the antenna and the front end filters. This control is then adjusted to "pot down" the input signal by a variable amount depending on the severity of overloading.

Disadvantages

The use of potentiometers as variable attenuators present two disadvantages. First, the results are unpredictable which makes calibration difficult and secondly, the front end filters are likely to see different drive impedances depending on the setting of the potentiometer. In effect, if the filters are presented with the wrong drive impedance they will not achieve their design performance.

These problems can be overcome by providing a range of constant impedance attenuate networks which are switch into circuit as required. This arrangement not only gives calibrated attention, but also the correct and constant matching impedance for the front end filters.

Designing Networks

Fig 1
Fig 1.

Fig 2
Fig 2.

Two simple configurations are available for unbalanced attenuators, that is, one side of the attenuator network is connected to ground. Both configuration, T and Pi-networks are shown in Fig. 1 and 2 respectively. These networks are symmetrical, in that they present the same impedance at their input and output terminals. For T-networks, the values of the resistors are given by the following equations;

Eq 1

Eq 2

Where:
Z is the input/output impedance of the network.
k is the desired attenuation, expressed as a ratio.

For the Pi-network, the values of the resistors elements are given by the following equations;

Eq 3

Eq 4

The attenuation required from a network is normally expressed in dB and the value of k for use in the above equation can be calculated by the following:

eq 5

Component values for several typical networks are shown in tables 1 and 2. Attenuation levels from 5dB to 40dB (in steps of 5dB) for impedances of 50, 75 and 450Ω are catered for. Other level of attenuation can be worked out from the formula already given. As well as the exact resistor values, rounded values are also given.

In practice, the rounding of these values takes very little difference to the performance of the attenuators.

Tabel 1 - T networks
Attenuation (dB)50Ω75Ω450Ω
R1, R3R2R1, R3R2R1, R3R2
exactroundedexactroundedexactroundedexactroundedexactroundedexactrounded
514.01582.28221.022123120126120740680
1026.02735.13339.03952.756234220316330
1534.93318.41852.45627.527314330165150
2040.93910.11061.45615.21536839090.982
2544.7475.645.667.0688.468.240239050.847
3046.9473.173.370.4684.744.742239028.527
3548.3471.781.872.4682.672.743447016.015
4049.0471.001.073.5681.501.54414709.08.2
Table 2 - Pi networks
Attenuation (dB)50Ω75Ω450Ω
R1, R3R2R1, R3R2R1, R3R2
exactroundedexactroundedexactroundedexactroundedexactroundedexactrounded
517818030.43326827045.64716061500274270
1096.210071.268144150107100866820640680
1571.66813615010710020422064568012251200
2061.15624827091.710037139055056022282200
25565644347083.98266568050347039883900
3053.35679082079.0821185120047947071086800
3551.8561405150077.782210822004664701264912000
4051.0472500270076.582375039004594702249822000

Incorporating the Networks

The choice of attenuator types is a matter of personal preference. A useful set of attenuation values to incorporate into a receiver front end would be 10, 20 and 30dB, with the option of switching the tenuators out of circuit altogether.

A typical configuration is shown in Fig. 3 for an amateur band receiver with a 50Ω input impedance. Here, three levels of attenuation (as well as 0dB) are selectable, and the narrowband filters are manually selectable. The r.f. amplifier can either be in or out of circuit, so that the front end gain configuration can be chosen to suit any set of listening conditions.

Fig 3
Fig 3.

Receiver Front-end

A general coverage receiver front end is shown in Fig. 4. The broadband filters are designed for a 450Ω impedance level, and therefore the attenuator networks have to be designed for this impedance. High impedance antennas are connected directly to the attenuator switch, whereas 50Ω antennas are matched to the 450Ω system via a broadband transformer giving a 9:1 impedance transformation.

Fig 4
Fig 4.

Construction

It is hardly worthwhile building a p.c.b. containing the attenuator resistors and making connections to a front panel switch. It is much easier to mount the resistors directly on to the terminals of the attenuator switch itself.

The earthy ends of the attenuator network are best connected to the braid of the coaxial cable carrying the signal to and from the switch.

Balanced Networks

There is a family of attenuators where neither side of the network is connected to ground, and these are referred to as balanced networks. Balanced T and Pi-networks are shown in Figs. 5 and 6 respectively. Component values for these balanced networks can easily be derived from their unbalanced counterparts. The values of the resistors in the upper and lower branches are simply half the value of their equivalents in the unbalanced networks. The shunt resistors have the same value as before.

Fig 5
Fig 5.

Fig 6
Fig 6.

Computer Generated Resistor Values

Resistor values for any impedance level and attenuation can be derived on a calculator using Equations 1-4, but if many networks are to be designed the process can be time-consuming and tedious.

However, the equations are ideally suited for programming into a home computer. The program contained in this article is written in ZX BASIC and carries out the calculations already discussed. Only simple statements have been used and the program can easily be converted to other versions of BASIC or even other languages.

The program starts by prompting the user for the impedance (in ohms) and the required attenuation (in dB). It then computes and outputs the T and Pi-network resistor values as both their exact and nearest E12 series rounded values.

Simplifying the Program

If some of these facilities are not required, blocks of the program may be omitted. For example, if the rounded resistor values and the exact attenuation they produce are not required, then lines 3(X)-400, 600-700 and 2000-4070 can he omitted, considerably simplifying the program.

Source code

PROGRAM 1. T and pi network attenuator design program.

100	PAPER 7: BORDER 6: INK 0: CLS
110	PRINT: PRINT "Attenuator network calculation"
120	INK 2: INPUT "impedance level (ohms):";imped
130	INPUT "attenuation (dB):";atten
140	LET k = 10^(-atten/20)
200	REM T network calculation
210	LET ri = imped*(1-k)/(l+k): LET r3 = rl
220	LET r2 = imped*2*k/(1-k^2)
240	PRINT: PRINT " T network exact values:"
260	PRINT "	R1,R3 = ";r1;" ohm"
270	PRINT "	R2 = ";r2;" ohm"
300	PRINT: PRINT " T network rounded values:"
320	LET res = rl: GOSUB 2000
340	LET rl = res: PRINT "	R1,R3	";res;" ohm"
360	LET res = r2: GOSUB 2000
380	LET r2 = res: PRINT "	R2	";res;" ohm"
400	LET r3 = rl: GOSUB 3000
500	REM pi network calculation
510	LET rl = 1mped*(1+k)/(1-k): LET r3 n rl
520	LET r2 = imped*(1-k^2)/(2*k)
540	PRINT: PRINT " pi network exact values:"
560	PRINT "	R1,R3 = ";r1;" ohm"
570	PRINT "	R2 = ";r2;" ohm"
600	PRINT: PRINT " pi network rounded values:"
620	LET res = rl: GOSUB 2000
640	LET rl = res: PRINT "	R1,R3 = ";res;" ohm"
660	LET res = r2: GOSUB 2000
680	LET r2 = res: PRINT "	R2 = ";res;" ohm"
700	LET r3 = rl: GOSUB 4000
1000	REM pause subroutine
1010	INK 0: PRINT: PRINT " Press any key to continue"
1030	PAUSE 0
1040	GO TO 100
2000	REM resistor rounding routine
2010	FOR n = 1 TO 8
2020	LET dec = 10^(n-2)
2030	FOR v = 1 TO 12
2040	READ a,b,c
2050	IF res < a*dec AND res >= b*dec THEN GO TO 2100
2060	DATA 1.1,0.91,1.0,1.35,1.141.2,1.65,1.35,1.5,2.0,1.65,
1.8,2.45,2.0,2.2,3.0,2.45,2.7,3.6,3.0,3.3,4.3,3.6,3.9,
5.15,4.3,4.7,6.2,5.15,5.6,7.5,6.2,6.8,9.1,7.5,8.2
2070	NEXT v
2080	RESTORE
2090	NEXT n
2100	LET res = c*dec
2110	RESTORE
2120	RETURN
3000	REM T network attenuation calculation subroutine
3010	LET rsum = r2+r3+imped: LET rx = r2*(r3+imped)/rsum
3030	LET vx = rx/(imped+rl+rx)
3040	LET vout = vx*imped/(r3+imped): GO TO 4050
4000	REM pi network attenuation calculation subroutine
4010	LET ra = imped*r3/(imped+r3): LET rx = rl*(r2+ra)/(rl+r2+ra)
4030	LET vx = rx/(imped+rx)
4040	LET vout = vx*ra/(r2+ra)
4050  LET attenuation = -(20*LOG(vout)/LOG(10)+6.02)
4060	PRINT " attenuation = ";attenuation;" dB"
4070  RETURN