Main Page | Class Hierarchy | Alphabetical List | Data Structures | File List | Data Fields | Globals

TDSPPsk.h

Go to the documentation of this file.
00001 
00009 /***************************************************************************
00010  *                                                                         *
00011  *   This program is free software; you can redistribute it and/or modify  *
00012  *   it under the terms of the GNU General Public License as published by  *
00013  *   the Free Software Foundation; either version 2 of the License, or     *
00014  *   (at your option) any later version.                                   *
00015  *                                                                         *
00016  ***************************************************************************/
00017 
00018 #ifndef TDSPPSK_H
00019 #define TDSPPSK_H
00020 
00021 #include <TRandom.h>
00022 #include <TDSPSymbolGenerator.h>
00023 
00029 class TDSPPsk : public TDSPSymbolGenerator {
00030 
00031  protected:
00032   
00033   virtual void     InitSymbols();
00034   
00035  public: 
00036   
00037   TDSPPsk(char *name, 
00038       Int_t = 4,
00039       UInt_t = kDEFAULT_OPTIONS); // default is Qpsk
00040 
00041   ~TDSPPsk();
00042 
00043 
00044   
00045   // Theoretics
00046   
00047   virtual Double_t SER(Double_t SNR); 
00048 
00049   ClassDef(TDSPPsk,1)
00050 
00051 };
00052 
00053 
00054 #endif

Generated on Fri Apr 23 16:23:43 2004 by doxygen 1.3.2