Ignore:
Timestamp:
Apr 30, 2001, 5:20:03 PM (24 years ago)
Author:
ansari
Message:

Ameliorations diverses - Reza 30/4/2001

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/ProcWSophya/simtoipr.h

    r1483 r1484  
    160160  inline  void  KeepSpectra(string outname, int nb)
    161161                { outppfname = outname; nb_keep = nb; }
     162  inline  void  ComputeMeanSpectra(bool fg)
     163                {  c_meanspectra = fg; }
    162164protected:
    163165  int_8 totnscount;   // Nombre total d'echantillon processe
     166  int_8 totnbblock;   // Nombre total de blocs pour FFT
    164167  int wsize;         // Taille de fenetre de travail
    165168  Vector ffcoef;     // Coefficients du filtre
     169  bool c_meanspectra;
    166170  int nb_keep;
    167171  string outppfname;
Note: See TracChangeset for help on using the changeset viewer.