Path: Link/RF
% Compute the temperature of an antenna on the ground. Rain acts as an attenuator for the sky. Type TAntennaGround for a demo. See also TSky and LossPrecipitation. -------------------------------------------------------------------------- Form: tA = TAntennaGround( tSky, aRain, tGround ) -------------------------------------------------------------------------- ------ Inputs ------ tSky (1,1) Ambient temperature of the sky aRain (1,1) Rain Loss (dB) tGround (1,1) Ambient temperature of the ground (deg-C) ------- Outputs ------- tA (1,1) Antenna noise temperature -------------------------------------------------------------------------- References: Maral, G. and M. Bousquet. (1998.) Satellite Communications Systems. Wiley. p. 37. --------------------------------------------------------------------------
AC: ACData/ACTConstants AerospaceUtils: Coord/HorizonAngle AerospaceUtils: Coord/LatLonAltToEF Link: RF/LossPrecipitation Link: RF/TSky SC: SCData/sCTConstants Common: CommonData/Constants Common: CommonData/SwooshWatermark Common: CommonData/xSplashSmall Common: Database/Constant Common: General/CellToMat Common: General/DeleteCell Common: General/MatToCell Common: General/Watermark Common: Graphics/NewFig Common: Graphics/Plot2D Common: Graphics/PltStyle Math: Linear/DupVect Math: Linear/Unit
Back to the Link Module page