#include <qnoise.h>
Public Member Functions | |
| qnoise (char h) | |
| T | quant (T x) |
| complex< T > | operator() (complex< T > x) |
Protected Attributes | |
| char | size |
| float_type | scale |
| Number of bits <= 255. | |
| float_type | iscale |
| SPUC::qnoise< complex< T > >::qnoise | ( | char | h | ) | [inline] |
Quantize and limit signal to size bits Constructor
| complex<T> SPUC::qnoise< complex< T > >::operator() | ( | complex< T > | x | ) | [inline] |
| T SPUC::qnoise< complex< T > >::quant | ( | T | x | ) | [inline] |
float_type SPUC::qnoise< complex< T > >::iscale [protected] |
float_type SPUC::qnoise< complex< T > >::scale [protected] |
Number of bits <= 255.
char SPUC::qnoise< complex< T > >::size [protected] |
1.4.7