00001 #ifndef GaussNoiseProducerFP420_h 00002 #define GaussNoiseProducerFP420_h _ 1 00003 00004 #include <map> 00005 00006 class GaussNoiseProducerFP420 { 00007 00008 public: 00009 00010 GaussNoiseProducerFP420(){} 00011 ~GaussNoiseProducerFP420(){} 00012 00013 void generate(int NumberOfchannels, 00014 float threshold, 00015 float noiseRMS, 00016 std::map<int,float, std::less<int> >& theMap ); 00017 }; 00018 00019 #endif