radarx.fundamentals.principles.compute_snr#

radarx.fundamentals.principles.compute_snr(power_received, noise_bandwidth, system_temp)[source]#

Compute signal-to-noise ratio (SNR).

Parameters:
  • power_received (float) – Received signal power [W]

  • noise_bandwidth (float) – Noise bandwidth [Hz]

  • system_temp (float) – System temperature [K]

Returns:

float – Signal-to-noise ratio (linear)

References

  • Doviak and Zrnić (1993), Eq. 3.1.12