#include <a_d.h>
Public Member Functions | |
| a_d (char h=8) | |
| Constructor. | |
| long | clock (float_type x) |
| Quantize and limit signal to size bits. | |
| complex< long > | clock (complex< float_type > x) |
Protected Attributes | |
| char | size |
| long | max |
| Number of bits <= 8. | |
| long | min |
Bit width is specified in constructor. Default is 8 bits. Handles real and complex samples
| SPUC::a_d::a_d | ( | char | h = 8 |
) |
Constructor.
| complex< long > SPUC::a_d::clock | ( | complex< float_type > | x | ) |
| long SPUC::a_d::clock | ( | float_type | x | ) |
Quantize and limit signal to size bits.
long SPUC::a_d::max [protected] |
Number of bits <= 8.
long SPUC::a_d::min [protected] |
char SPUC::a_d::size [protected] |
1.4.7