SFF++ library: reading and writing SFF from C++

◆ Enormmode

Enumerator
NM_one 

do not scale

NM_maxdyn 

scale for maximum dynamic range

NM_ifneeded 

scale if largest amplitude larger than limit

Definition at line 114 of file sffxx.h.

114  {
115  NM_one,
116  NM_maxdyn,
117  NM_ifneeded
118  }; // enum Enormmode
do not scale
Definition: sffxx.h:115
scale if largest amplitude larger than limit
Definition: sffxx.h:117
scale for maximum dynamic range
Definition: sffxx.h:116