GNU Radio 3.6.5 C++ API

gr_keep_m_in_n.h File Reference

#include <gr_core_api.h>
#include <gr_block.h>

Go to the source code of this file.

Classes

class  gr_keep_m_in_n
 decimate a stream, keeping one item out of every n. More...

Functions

GR_CORE_API gr_keep_m_in_n_sptr gr_make_keep_m_in_n (size_t item_size, int m, int n, int offset)

Function Documentation

GR_CORE_API gr_keep_m_in_n_sptr gr_make_keep_m_in_n ( size_t  item_size,
int  m,
int  n,
int  offset 
)