#include <gnuradio/block.h>
#include <boost/thread.hpp>
#include <vector>
#include <uhd/usrp/multi_usrp.hpp>
#include <uhd/types/time_spec.hpp>
#include <gnuradio/uhd/usrp_source.h>
Go to the source code of this file.
|
BAZ_API baz_hopper_sptr | baz_make_hopper (size_t item_size, int sample_rate, int chunk_length, int drop_length, std::vector< std::vector< double > > freqs, ::gr::basic_block_sptr source, bool verbose=false) |
|
◆ baz_make_hopper()
BAZ_API baz_hopper_sptr baz_make_hopper |
( |
size_t |
item_size, |
|
|
int |
sample_rate, |
|
|
int |
chunk_length, |
|
|
int |
drop_length, |
|
|
std::vector< std::vector< double > > |
freqs, |
|
|
::gr::basic_block_sptr |
source, |
|
|
bool |
verbose = false |
|
) |
| |
◆ baz_hopper