LossDepointing:

Path: Link/RF

% Computes the depointing loss
--------------------------------------------------------------------------
   Form:
   l = LossDepointing( theta, theta3DB )
   or
   l = LossDepointing( theta, fHz, d )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   theta          (:)  Depointing (deg)
   theta3DB       (:)  3DB Angle  (deg)

   or

   theta          (:)  Depointing (deg)
   fHz            (:)  Frequency (Hz)
   d              (:)  Antenna diameter (m)
   
   -------
   Outputs
   -------
   l              (n,m)  Loss (dB)

--------------------------------------------------------------------------
   Reference:  Maral, G. and M. Bousquet. (1998.) Satellite Communications
               Systems, Third Edition. John Wiley. p. 27.
--------------------------------------------------------------------------

Children:

Common: General/DeBlankLT
Common: Graphics/Mesh2
Common: Graphics/NewFig
Common: Graphics/PltStyle
Common: Graphics/XLabelS
Common: Graphics/YLabelS
Common: Graphics/ZLabelS

Back to the Link Module page