Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

hurst_spectrum.h

Go to the documentation of this file.
00001 
00002 #ifndef HURST_SPECTRUM_H
00003 #define HURST_SPECTRUM_H
00004 
00005 #include "hurst_base.h"
00006 
00011 class hurst_spectrum : public hurst_base
00012 {
00013 private:
00014   void spectrum_calc_( const double *v, 
00015                        const size_t N,
00016                        std::vector<double> &powerSpectrum );
00017 public:
00018   void calc_hurst_est( const double *v, const size_t N, hurstInfo &info );
00019 }; 
00020 
00021 #endif

Generated at Thu May 22 21:12:35 2003 for Hurst Exponent Calculation and Supporting Statistics by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001