How do I select between a fixed gain amplifier and a variable gain amplifier for my receiver?
Fixed vs. Variable Gain Amplifier Selection
The choice between fixed and variable gain is one of the most important receiver architecture decisions because it determines how the receiver handles the full range of expected input signal levels.
| Parameter | LNA | Driver | Power Amplifier |
|---|---|---|---|
| Noise Figure | 0.3-2.0 dB | 3-8 dB | 5-15 dB (not specified) |
| Gain | 10-25 dB | 10-20 dB | 8-15 dB |
| P1dB | -10 to +10 dBm | +15 to +25 dBm | +30 to +50 dBm |
| OIP3 | +5 to +25 dBm | +25 to +40 dBm | +40 to +55 dBm |
| DC Power | 10-100 mW | 0.5-5 W | 5-500 W |
- Performance verification: confirm specifications against the application requirements before finalizing the design
- Environmental factors: temperature range, humidity, and vibration affect long-term reliability and parameter drift
- Cost vs. performance: evaluate whether the application demands premium components or standard commercial grades
Frequently Asked Questions
Can I use a DSA instead of a VGA?
Yes, and DSAs are increasingly preferred. A digital step attenuator provides: precise, repeatable gain steps (0.25 dB to 1 dB resolution), no intermodulation distortion from the attenuator itself (passive resistive network), fast switching (< 500 ns for GaAs MMIC DSAs), and digital control (SPI or parallel interface, easy to integrate with the system controller). The main disadvantage: DSAs provide discrete gain steps (not continuous). For AGC applications: the step size must be small enough that the output level variation between steps does not degrade the ADC performance. A 0.5 dB step size is adequate for most applications.
What about digital gain control?
In modern SDR (software-defined radio) receivers: the gain control is performed digitally after the ADC. The ADC captures the signal with fixed analog gain, and the digital processing adjusts the signal level. This requires the ADC to have sufficient dynamic range to digitize the full signal range without clipping (at the strong end) or losing signals in the quantization noise (at the weak end). For a 60 dB input range: a 14-bit ADC (86 dB DR) is needed. Digital gain control is simpler (no analog AGC loop) but demands more from the ADC.
How does the gain control affect system latency?
Analog AGC loops have a response time of 1-100 us (limited by the loop filter bandwidth). This latency means the AGC cannot respond to signals that change faster than the loop bandwidth. For TDMA systems (where the signal power changes abruptly between time slots): the AGC may need a fast-attack/slow-decay designed loop. DSAs switch in < 500 ns (essentially instantaneous for most applications). Digital gain control has a latency equal to the processing pipeline delay (typically 1-10 us in an FPGA-based receiver).