MultiBEPPlot:

Path: Link/LinkUtilities

% Computes and plots multiple bit error rates on the same plot.
  n < m
--------------------------------------------------------------------------
   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) (dB) 
   threshold      (1,1)     Bit error rate threshold for plot

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

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

Children:

Link: LinkUtilities/BEP
Common: CommonData/SwooshWatermark
Common: General/CellToMat
Common: General/DeBlankLT
Common: General/MatToCell
Common: General/Watermark
Common: Graphics/NewFig
Common: Graphics/Plot2D
Common: Graphics/PltStyle
Common: Graphics/TitleS
Common: Graphics/XLabelS
Common: Graphics/YLabelS

Back to the Link Module page