SNR:

Path: Link/Optical

% Compute the signal to noise ratio.
   Type SNR for a demo. Will create a plot for no outputs.
--------------------------------------------------------------------------
   Form:
   sNR = SNR( d )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   d			  (:)     Input data structure
                         d.pS       (1,:) Required signal       (W)
                         d.rD       (1,:) Detector responsivity (A/W)
                         d.nO       (1,:) Noise density         (A^2/Hz)
                         d.B        (1,:) Receiver bandwidth    (Hz)
                        
   -------
   Outputs
   -------
   sNR           (:)     Signal to noise ratio
                         
--------------------------------------------------------------------------
	References:	Lambert, S. G. and W. L. Casey (1995.) Laser Communications in
               Space. Artech, Boston, pp. 145-146.
--------------------------------------------------------------------------

Children:

Common: Graphics/Plot2D

Back to the Link Module page