Table of Contents
Noise figure is an important parameter in RF receiver design, measuring how much noise a receiver adds to the signal. Understanding real-world examples helps clarify how noise figure calculations are applied in practical scenarios.
Example 1: Calculating Total Noise Figure
Consider an RF receiver with three stages. The first stage has a gain of 20 dB and a noise figure of 2 dB. The second stage has a gain of 15 dB and a noise figure of 3 dB. The third stage has a gain of 10 dB and a noise figure of 4 dB. To find the overall noise figure, use Friis’ formula:
NF_total = NF1 + (NF2 – 1)/G1 + (NF3 – 1)/(G1 * G2)
Converting gains to linear scale:
G1 = 10^(20/10) = 100
G2 = 10^(15/10) = 31.62
NF1 = 10^(2/10) = 1.58
NF2 = 10^(3/10) = 2.00
NF3 = 10^(4/10) = 2.51
Calculating total noise figure:
NF_total = 1.58 + (2.00 – 1)/100 + (2.51 – 1)/(100 * 31.62) ≈ 1.58 + 0.01 + 0.0005 ≈ 1.5905
Converting back to dB:
NF_total_dB = 10 * log10(1.5905) ≈ 1.01 dB
Example 2: Noise Figure of a Single Amplifier
An RF amplifier has a gain of 30 dB and a noise figure of 1.5 dB. To determine its linear noise figure:
NF = 10^(1.5/10) ≈ 1.41
This indicates the amplifier adds approximately 0.5 dB of noise to the input signal.
Example 3: Impact of Low-Noise Amplifiers
In a receiver system, a low-noise amplifier (LNA) with a noise figure of 0.8 dB and gain of 40 dB is used at the front end. The subsequent stages have higher noise figures. The LNA significantly reduces the overall noise figure of the system.
Calculating the linear noise figure of the LNA:
NF_LNA = 10^(0.8/10) ≈ 1.20
Because of its high gain, the LNA suppresses the noise contributions of subsequent stages, improving overall system performance.