#include <scic.h>
Public Member Functions | |
| scic (char n=2, long r=4) | |
| void | num_stages (char n, long r) |
| Numeric | decimate (Numeric in, long rate, signed char dump) |
Protected Attributes | |
| long | max_rate |
| char | stages |
| cic< Numeric > | main |
| cic< Numeric > | sub |
| delay< Numeric > | dly |
Registers are signed long and default number of stages is 2.
| SPUC::scic< Numeric >::scic | ( | char | n = 2, |
|
| long | r = 4 | |||
| ) | [inline] |
| Numeric SPUC::scic< Numeric >::decimate | ( | Numeric | in, | |
| long | rate, | |||
| signed char | dump | |||
| ) | [inline] |
| void SPUC::scic< Numeric >::num_stages | ( | char | n, | |
| long | r | |||
| ) | [inline] |
delay<Numeric> SPUC::scic< Numeric >::dly [protected] |
cic<Numeric> SPUC::scic< Numeric >::main [protected] |
long SPUC::scic< Numeric >::max_rate [protected] |
char SPUC::scic< Numeric >::stages [protected] |
cic<Numeric> SPUC::scic< Numeric >::sub [protected] |
1.4.7