Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

equalizer.h

Go to the documentation of this file.
00001 #ifndef EQUALIZER_H
00002 #define EQUALIZER_H
00003 namespace SPUC {
00004 class equalizer
00005 {
00006 public:
00007         equalizer(void) {
00008                 ;
00009         }
00010   bool symclk() { return(1); };
00011   bool data() { return(1); };
00012   void clock(cmplx<double> in) {
00013           ;
00014   }
00015 };
00016 }
00017 #endif

Generated on Fri Sep 16 11:02:22 2005 for spuc by  doxygen 1.4.4