Noise Figure Calculator

Free Noise Figure Calculator — compute noise factor F and noise figure NF in dB from SNR values, or calculate total system noise figure for cascade amplifier chains using the Friis formula.

930.9K uses Updated · 2026-05-11 Runs locally · zero upload
AD

How to Use Noise Figure Calculator

The Noise Figure Calculator supports two modes: Basic (single-component analysis) and Cascade (multi-stage system using the Friis formula).

Basic Mode

  1. Select Basic mode using the mode toggle.
  2. Enter the Input SNR (SNR_in) — the signal-to-noise ratio at the input of the device. Choose dB or linear units from the dropdown.
  3. Enter the Output SNR (SNR_out) — the SNR at the output.
  4. The Noise Figure Calculator computes the Noise Factor F = SNR_in / SNR_out and the Noise Figure NF = 10 × log₁₀(F) in dB.

Cascade Mode (Friis Formula)

  1. Select Cascade mode.
  2. Enter the Noise Figure (NF in dB) and Gain (dB) for each stage.
  3. Add or remove stages using the ”+ Add Stage” button.
  4. The Noise Figure Calculator applies the Friis formula to compute the total system noise figure.
  5. The breakdown table shows the individual F contribution from each stage so you can identify the dominant noise source.

Formula & Theory — Noise Figure Calculator

The Noise Figure Calculator is built on the fundamental definitions from RF and communications system theory.

Noise Factor and Noise Figure

F  = SNR_in / SNR_out
NF = 10 × log₁₀(F)   [dB]
F (linear)NF (dB)
1.00 dB (ideal, noiseless)
1.261 dB
1.582 dB
2.03 dB
3.165 dB
1010 dB

A system with NF = 3 dB has an output SNR exactly 3 dB worse than the input SNR — the system has doubled the noise power.

dB to Linear Conversion

F_linear = 10^(NF_dB / 10)
NF_dB    = 10 × log₁₀(F_linear)

The Noise Figure Calculator automatically converts between dB and linear values so you can enter data in whichever form is more convenient.

Friis Cascade Formula

For a chain of amplifiers or other two-port networks in series:

F_total = F1 + (F2 − 1)/G1 + (F3 − 1)/(G1 × G2) + (F4 − 1)/(G1 × G2 × G3) + ...

where G_i is the linear power gain of stage i, and F_i is the linear noise factor of stage i.

Key insight: Each subsequent stage’s noise contribution is divided by the cumulative gain of all prior stages. This means:

  • A high first-stage gain G1 suppresses the noise from all later stages.
  • A high first-stage noise factor F1 directly adds to the total with no attenuation.
  • This is why Low Noise Amplifiers (LNAs) with low NF and reasonable gain are placed first in RF receive chains.

Noise Temperature (Reference)

An alternative representation is the noise temperature T_e:

T_e = (F − 1) × T0

where T_0 = 290 K (standard reference temperature). For example, NF = 1 dB (F ≈ 1.259) gives T_e ≈ 75 K.

Use Cases for Noise Figure Calculator

The Noise Figure Calculator is essential for RF, communications, and microwave engineering work:

  • RF Receiver Design: Calculate the overall system NF of a receive chain including the LNA, filter, mixer, and IF amplifier. Use the Friis calculator to optimize the order and gain distribution of stages.
  • LNA Evaluation: Enter the input and output SNR values measured from an LNA test bench to extract the device’s noise figure and compare against the datasheet specification.
  • Link Budget Analysis: Incorporate the system noise figure into a link budget to determine the minimum detectable signal level and achievable receiver sensitivity.
  • Cascaded Filter Loss: Passive components such as band-pass filters have a noise figure equal to their insertion loss in dB. Include filter stages in the Friis chain to see how loss degrades the total system NF.
  • Education and Teaching: The Noise Figure Calculator provides a transparent Friis formula breakdown, making it ideal for RF systems courses, textbook examples, and lab report analysis.
  • Satellite and Radar Systems: Evaluate the noise performance of low-temperature receivers and compare different system architectures to achieve the lowest possible noise floor.

Frequently asked questions about Noise Figure Calculator

What is Noise Figure?

Noise Figure (NF) is a measure in decibels (dB) of how much a component or system degrades the signal-to-noise ratio (SNR). An ideal noiseless component has NF = 0 dB. Higher NF means more noise is added by the system.

What is the difference between Noise Factor and Noise Figure?

Noise Factor (F) is the linear ratio of input SNR to output SNR: F = SNR_in / SNR_out. Noise Figure (NF) is the same quantity expressed in decibels: NF = 10 × log₁₀(F). An F of 2 corresponds to NF = 3 dB.

What is the Friis formula for cascade noise figure?

The Friis formula calculates the total noise factor of a cascade of stages: F_total = F1 + (F2 - 1)/G1 + (F3 - 1)/(G1 × G2) + ... where F_i and G_i are the noise factor and linear gain of each stage.

Why does the first amplifier stage matter so much?

Because contributions of subsequent stages are divided by the cumulative gain of all preceding stages. A high-gain, low-noise first stage (such as an LNA) dramatically reduces the noise contribution of later stages.

Can I enter SNR in linear values instead of dB?

Yes. The Noise Figure Calculator accepts both dB and linear ratio inputs for SNR. Select the unit for each input field using the dropdown.

Is my data stored?

No. All calculations happen in your browser; nothing is sent to a server.