PowerReceived:

Path: Link/RF

% Computes the power received by an antenna.

 This just computes the losses due to distance. Everything else is
 ideal. It is useful for rough sizing of antennas. The example in the
 demo is for space to earth power transmission at GHz.

 The default output is a 2D mesh plot.

 Type PowerReceived for a demo.
--------------------------------------------------------------------------
   Form:
   pR = PowerReceived( pT, aR, aT, r, fGHz )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   pT	(1,m)  Frequency (GHz)
   r   (1,n)  Distance (km)

   -------
   Outputs
   -------
   pR	(1,:)  Power received

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

Children:

AC: ACData/ACTConstants
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

Back to the Link Module page