Classes | |
class | gr::blocks::bin_statistics_f |
control scanning and record frequency domain statistics More... | |
class | gr::blocks::check_lfsr_32k_s |
sink that checks if its input stream consists of a lfsr_32k sequence. More... | |
class | gr::blocks::copy |
output[i] = input[i] More... | |
class | gr::blocks::delay |
delay the input by a certain number of samplesPositive delays insert zero items at the beginning of the stream. Negative delays discard items from the stream. More... | |
class | gr::blocks::head |
copies the first N items to the output then signals done More... | |
class | gr::blocks::lfsr_32k_source_s |
LFSR pseudo-random source with period of 2^15 bits (2^11 shorts) More... | |
class | gr::blocks::nop |
Does nothing. Used for testing only. More... | |
class | gr::blocks::null_sink |
Bit bucket. Use as a termination point when a sink is required and we don't want to do anything real. More... | |
class | gr::blocks::null_source |
A source of zeros used mainly for testing. More... | |
class | gr::blocks::selector |
output[output_index][i] = input[input_index][i] More... | |
class | gr::blocks::skiphead |
skips the first N items, from then on copies items to the output More... | |
class | gr::blocks::throttle |
throttle flow of samples such that the average rate does not exceed samples_per_sec. More... | |
class | gr::blocks::vector_source< T > |
Source that streams T items based on the input data vector. More... | |