Changeset 1484 in Sophya for trunk/ArchTOIPipe/ProcWSophya/simtoipr.h
- Timestamp:
- Apr 30, 2001, 5:20:03 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/ProcWSophya/simtoipr.h
r1483 r1484 160 160 inline void KeepSpectra(string outname, int nb) 161 161 { outppfname = outname; nb_keep = nb; } 162 inline void ComputeMeanSpectra(bool fg) 163 { c_meanspectra = fg; } 162 164 protected: 163 165 int_8 totnscount; // Nombre total d'echantillon processe 166 int_8 totnbblock; // Nombre total de blocs pour FFT 164 167 int wsize; // Taille de fenetre de travail 165 168 Vector ffcoef; // Coefficients du filtre 169 bool c_meanspectra; 166 170 int nb_keep; 167 171 string outppfname;
Note:
See TracChangeset
for help on using the changeset viewer.