SPUC  3.0
Public Member Functions | Protected Attributes | List of all members
SPUC::qnoise< complex< T > > Class Template Reference

#include <qnoise.h>

Public Member Functions

 qnoise (char h)
 
quant (T x)
 
complex< T > operator() (complex< T > x)
 

Protected Attributes

char size
 
float_type scale
 Number of bits <= 255. More...
 
float_type iscale
 

Constructor & Destructor Documentation

template<class T >
SPUC::qnoise< complex< T > >::qnoise ( char  h)
inline

Quantize and limit signal to size bits Constructor

References SPUC::qnoise< Numeric >::scale.

Member Function Documentation

template<class T >
complex<T> SPUC::qnoise< complex< T > >::operator() ( complex< T >  x)
inline

References SPUC::qnoise< Numeric >::quant().

Here is the call graph for this function:

template<class T >
T SPUC::qnoise< complex< T > >::quant ( x)
inline

Member Data Documentation

template<class T >
float_type SPUC::qnoise< complex< T > >::iscale
protected
template<class T >
float_type SPUC::qnoise< complex< T > >::scale
protected

Number of bits <= 255.

template<class T >
char SPUC::qnoise< complex< T > >::size
protected

The documentation for this class was generated from the following file: