#include <gr_sync_decimator.h>
Go to the source code of this file.
Classes | |
class | gr_stream_to_streams |
convert a stream of items into a N streams of items
Converts a stream of N items into N streams of 1 item. Repeat ad infinitum. More... | |
Typedefs | |
typedef boost::shared_ptr< gr_stream_to_streams > | gr_stream_to_streams_sptr |
Functions | |
gr_stream_to_streams_sptr | gr_make_stream_to_streams (size_t item_size, size_t nstreams) |
|
|
|
|