|
SFF++ library: reading and writing SFF from C++
|
class to normalize waveforms More...
#include <sffxx.h>
Public Member Functions | |
| WaveformNormalizer (const Enormmode &nm, const double &maxval) | |
| const double & | maxval () const |
| const double & | ampfac () const |
| const bool & | scale () const |
Static Public Attributes | |
| static const int | limit =0x1ffffff |
| the absolute maximum amplitude (one-sided) to which the time series will be normalized. More... | |
Private Attributes | |
| double | Mampfac |
| double | Mmaxval |
| bool | Mscale |
| Enormmode | Mnorm |