00001 #ifndef __CSCTFDTRECEIVERLUT_H 00002 #define __CSCTFDTRECEIVERLUT_H (1) 00003 00004 class CSCTFDTReceiverLUT{ 00005 00006 public: 00007 00008 static const unsigned short int lut[4096]; 00009 00010 }; 00011 00012 #endif