Classes | |
class | gr_head |
copies the first N items to the output then signals done
Useful for building test cases More... | |
class | gr_skiphead |
skips the first N items, from then on copies items to the output
Useful for building test cases and sources which have metadata or junk at the start More... | |
class | gr_throttle |
throttle flow of samples such that the average rate does not exceed samples_per_sec.
input: one stream of itemsize; output: one stream of itemsize More... |