Go to the documentation of this file.
23 #ifndef INCLUDED_CTRLPORT_PROBE_PSD_H
24 #define INCLUDED_CTRLPORT_PROBE_PSD_H
54 static sptr make(
const std::string &
id,
const std::string &desc,
int len);
56 virtual std::vector<gr_complex>
get() = 0;
58 virtual void set_length(
int len) = 0;
59 virtual int length()
const = 0;