Show
Ignore:
Timestamp:
05/30/07 14:06:23 (6 years ago)
Author:
jgaeddert
Message:

moving from const short to #define constants; updating Doxyfile

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • SigProc/trunk/SigProc/SigProc.h

    r4015 r4019  
    713713 
    714714 
    715 const short BPSK_LEVEL(10000);      ///< BPSK amplitude (RMS=10000) 
    716  
    717 const short QPSK_LEVEL(7071);       ///< QPSK amplitude (RMS=10000) 
    718  
    719 const short PSK8_LEVEL_1(7071);     ///< Low 8-PSK amplitude (RMS=10000) 
    720 const short PSK8_LEVEL_2(10000);    ///< High 8-PSK amplitude (RMS=10000) 
    721  
    722 const short QAM16_LEVEL_1(3162);    ///< Low 16-QAM amplitude (RMS=10000) 
    723 const short QAM16_LEVEL_2(9487);    ///< High 16-QAM amplitude (RMS=10000) 
    724  
    725 const short PAM4_LEVEL_1(4472);     ///< Low 4-PAM amplitude (RMS=10000) 
    726 const short PAM4_LEVEL_2(13416);    ///< High 4-PAM amplitude (RMS=10000) 
     715#define BPSK_LEVEL 10000        ///< BPSK amplitude (RMS=10000) 
     716 
     717#define QPSK_LEVEL 7071         ///< QPSK amplitude (RMS=10000) 
     718 
     719#define PSK8_LEVEL_1 7071       ///< Low 8-PSK amplitude (RMS=10000) 
     720#define PSK8_LEVEL_2 10000      ///< High 8-PSK amplitude (RMS=10000) 
     721 
     722#define QAM16_LEVEL_1 3162      ///< Low 16-QAM amplitude (RMS=10000) 
     723#define QAM16_LEVEL_2 9487      ///< High 16-QAM amplitude (RMS=10000) 
     724 
     725#define PAM4_LEVEL_1 4472       ///< Low 4-PAM amplitude (RMS=10000) 
     726#define PAM4_LEVEL_2 13416      ///< High 4-PAM amplitude (RMS=10000) 
    727727 
    728728///