#include <waterfall_sink_impl.h>
|
| waterfall_sink_impl (float samp_rate, float center_freq, float rps, size_t fft_size, const std::string &filename, int mode) |
|
| ~waterfall_sink_impl () |
|
bool | start () |
|
int | work (int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
|
void | compute_decimation (const gr_complex *in, size_t n_fft) |
|
void | compute_max_hold (const gr_complex *in, size_t n_fft) |
|
void | compute_mean (const gr_complex *in, size_t n_fft) |
|
|
typedef boost::shared_ptr< waterfall_sink > | sptr |
|
static sptr | make (float samp_rate, float center_freq, float rps, size_t fft_size, const std::string &filename, int mode=0) |
|
◆ waterfall_sink_impl()
gr::satnogs::waterfall_sink_impl::waterfall_sink_impl |
( |
float |
samp_rate, |
|
|
float |
center_freq, |
|
|
float |
rps, |
|
|
size_t |
fft_size, |
|
|
const std::string & |
filename, |
|
|
int |
mode |
|
) |
| |
◆ ~waterfall_sink_impl()
gr::satnogs::waterfall_sink_impl::~waterfall_sink_impl |
( |
| ) |
|
◆ compute_decimation()
void gr::satnogs::waterfall_sink_impl::compute_decimation |
( |
const gr_complex * |
in, |
|
|
size_t |
n_fft |
|
) |
| |
◆ compute_max_hold()
void gr::satnogs::waterfall_sink_impl::compute_max_hold |
( |
const gr_complex * |
in, |
|
|
size_t |
n_fft |
|
) |
| |
◆ compute_mean()
void gr::satnogs::waterfall_sink_impl::compute_mean |
( |
const gr_complex * |
in, |
|
|
size_t |
n_fft |
|
) |
| |
◆ start()
bool gr::satnogs::waterfall_sink_impl::start |
( |
| ) |
|
◆ work()
int gr::satnogs::waterfall_sink_impl::work |
( |
int |
noutput_items, |
|
|
gr_vector_const_void_star & |
input_items, |
|
|
gr_vector_void_star & |
output_items |
|
) |
| |
The documentation for this class was generated from the following file: