TAttenuator:

Path: Link/RF

% Compute the temperature of an attenuator. 
   t is the ambient temperature of the attenuator and tE is the effective 
   input noise temperature. Has a demo.
--------------------------------------------------------------------------
   Form:
   tE = TAttenuator( t, loss )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   t             (1,:)  Ambient temperature of the attenuator
   loss          (1,:)  Loss (dB)
                        
   -------
   Outputs
   -------
   tE            (1,:)  Effective input noise temperature
                        
--------------------------------------------------------------------------
	 References: Maral, G. and M. Bousquet. (1998.) Satellite Communications
                Systems. Wiley. pp. 17-18.
--------------------------------------------------------------------------

Children:

Common: Graphics/Plot2D

Back to the Link Module page