gr-baz Package
|
#include <gnuradio/sync_block.h>
#include <vector>
#include <armadillo>
#include <gnuradio/thread/thread.h>
Go to the source code of this file.
Classes | |
class | baz_music_doa |
Typedefs | |
typedef std::vector< gr_complex > | antenna_response_t |
typedef std::vector< antenna_response_t > | array_response_t |
typedef std::pair< double, double > | doa_t |
Functions | |
baz_music_doa_sptr | baz_make_music_doa (unsigned int m, unsigned int n, unsigned int nsamples, const array_response_t &array_response, unsigned int resolution) |
typedef std::vector<gr_complex> antenna_response_t |
typedef std::vector<antenna_response_t> array_response_t |
typedef std::pair<double,double> doa_t |
baz_music_doa_sptr baz_make_music_doa | ( | unsigned int | m, |
unsigned int | n, | ||
unsigned int | nsamples, | ||
const array_response_t & | array_response, | ||
unsigned int | resolution | ||
) |