Public Member Functions | |
def | __init__ |
! Create the block chain. | |
def | set_sample_rate |
! Set the new sampling rate and update the decimator. | |
def | set_vec_rate |
! Set the new vector rate and update the decimator. | |
def | sample_rate |
! Returns configured sample rate. | |
def | frame_rate |
! Returns actual frame rate | |
Public Attributes | |
one_in_n |
def gnuradio::blks2impl::stream_to_vector_decimator::stream_to_vector_decimator::__init__ | ( | self, | ||
item_size, | ||||
sample_rate, | ||||
vec_rate, | ||||
vec_len | ||||
) |
! Create the block chain.
item_size | the number of bytes per sample | |
sample_rate | the rate of incoming samples | |
vec_rate | the rate of outgoing vectors (same units as sample_rate) | |
vec_len | the length of the outgoing vectors in items |
def gnuradio::blks2impl::stream_to_vector_decimator::stream_to_vector_decimator::frame_rate | ( | self | ) |
! Returns actual frame rate
def gnuradio::blks2impl::stream_to_vector_decimator::stream_to_vector_decimator::sample_rate | ( | self | ) |
! Returns configured sample rate.
def gnuradio::blks2impl::stream_to_vector_decimator::stream_to_vector_decimator::set_sample_rate | ( | self, | ||
sample_rate | ||||
) |
! Set the new sampling rate and update the decimator.
sample_rate | the new rate |
def gnuradio::blks2impl::stream_to_vector_decimator::stream_to_vector_decimator::set_vec_rate | ( | self, | ||
vec_rate | ||||
) |
! Set the new vector rate and update the decimator.
vec_rate | the new rate |