|
Classes | |
| class | gr_block |
| The abstract base class for all 'terminal' processing blocks.
A signal processing flow is constructed by creating a tree of hierarchical blocks, which at any level may also contain terminal nodes that actually implement signal processing functions. This is the base class for all such leaf nodes. More... | |
| class | gr_hier_block2 |
| Hierarchical container class for gr_block's and gr_hier_block2's. More... | |
| class | gr_sync_block |
| synchronous 1:1 input to output with history
Override work to provide the signal processing implementation. More... | |
| class | gr_sync_decimator |
| synchronous N:1 input to output with history
Override work to provide the signal processing implementation. More... | |
| class | gr_sync_interpolator |
| synchronous 1:N input to output with history
Override work to provide the signal processing implementation. More... | |
1.5.9