fdhwlib  2.0.25
/home/kopmann/git-mirror/fdhwlib/fdhwlib/akutil/analyseNoise.h
Go to the documentation of this file.
00001 /***************************************************************************
00002     analyseNoise.h  -  description
00003 
00004     begin                : Fri Aug 25 2000
00005     copyright            : (C) 2000 by Andreas Kopmann
00006     email                : kopmann@hpe.fzk.de
00007  ***************************************************************************/
00008 
00009 
00010 #ifndef ANALYSENOISE_H
00011 #define ANALYSENOISE_H
00012 
00013 #include <akutil/statistics.h>
00014 
00021 class analyseNoise : public statistics {
00022 public: 
00023         analyseNoise();
00024         ~analyseNoise();
00025 
00037   void of(unsigned short *data, int n, int seg, int skip);
00038 
00039 
00040 };
00041 
00042 #endif