rms_noise

Radio_Astronomy.rms_noise(Tsys, bandwidth, integration_time)

Receiver r.m.s. noise temperature.

Given the system temperature in K, the bandwidth in Hz, and the integration time in sec, returns the r.m.s. noise of the sample.

:param Tsys : system temperature in K :type Tsys : float

:param bandwidth : bandwidth in Hz :type bandwidth : float

:param integration_time : integration time in sec :type integration_time : float

Returns

float