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:

Common: Database/Constant
Common: Graphics/Plot2D

Back to the Link Module page