gnuradio::blks2impl::stream_to_vector_decimator::stream_to_vector_decimator Class Reference

! Convert the stream to a vector, decimate the vector stream to achieve the vector rate. More...

List of all members.

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


Detailed Description

! Convert the stream to a vector, decimate the vector stream to achieve the vector rate.

Member Function Documentation

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.

Parameters:
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.

Parameters:
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.

Parameters:
vec_rate the new rate


Member Data Documentation


The documentation for this class was generated from the following file:

Generated on Thu Mar 5 09:03:56 2009 for GNU Radio 3.1.3 by  doxygen 1.5.8