MultiBEPPlot:

Path: Link/LinkUtilities

% Computes and plots multiple bit error rates on the same plot.
--------------------------------------------------------------------------
   Form:
   MultiBEPPlot( s, bitRate, cOverN )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   s              (1,:)     Type of modulation
   bitRate        (1,n)     Bit rate
   cOverN         (1,m)     C/N (carrier to noise ratio)
   threshold      (1,1)     Bit error rate threshold for plot

   -------
   Outputs
   -------
   None

--------------------------------------------------------------------------

Children:

Common: Graphics/NewFig
Common: Graphics/TitleS
Common: Graphics/XLabelS
Common: Graphics/YLabelS
Link: LinkUtilities/BEP

Back to the Link Module page