Sonic Flow Blocks Reference Guide
The purpose of SF_Quantizer is to quantize the signal by using a uniform quantizer.
SF_Quantizer (const char* name = 0);
This is the constructor of a SF_Quantizer block. Following attributes of the class are specified in the constructor:
virtual ~SF_Quantizer ();
This is the destructor.
virtual void finish ();
virtual void initialize ();
virtual void execute ();
The initialize
- execute
- finish
chain of function calls is used to carry out the simulation of a block. See
SF_Block.
The initialize
The execute
The finish
enum Input_Indices {X, BITS};
enum Output_Indices {Y};
Last modified: Wed Dec 2 13:28:47 1998
jarno.seppanen@cs.tut.fi
Audio Research Group