Learn R Programming

radar (version 1.0.0)

SystemThermalNoise: Thermal noise power

Description

SystemThermalNoise returns the thermal noise power From CSU Radar Meteorology notes, AT741

Usage

SystemThermalNoise(Bn, Units, Ts=290, k=kConstantBoltz)

Arguments

Bn
Receiver bandwidth [Hz]
Units
String of nits desired, can be 'W' or 'dBm'
Ts
Reciever noise temperature [K]
k
Boltzmann's constant

Value

nt
Thermal noise power [W or 'dBm']

Source

Nick Guy, 2014 PyRadarMet - Python Fundamental Calculations in Radar Meteorology https://github.com/nguy/PyRadarMet CSU Radar Meteorology notes, AT741

References

Nick Guy, 2014 PyRadarMet - Python Fundamental Calculations in Radar Meteorology https://github.com/nguy/PyRadarMet

CSU Radar Meteorology notes, AT741