42 const std::string& role,
unsigned int in_stream,
43 unsigned int out_stream);
45 ~DirectResamplerConditioner() =
default;
47 inline std::string role()
override
55 return "Direct_Resampler";
58 inline size_t item_size()
override
63 void connect(gr::top_block_sptr top_block)
override;
64 void disconnect(gr::top_block_sptr top_block)
override;
65 gr::basic_block_sptr get_left_block()
override;
66 gr::basic_block_sptr get_right_block()
override;
69 gr::block_sptr resampler_;
70 gr::block_sptr file_sink_;
72 std::string item_type_;
73 std::string dump_filename_;
74 double sample_freq_in_;
75 double sample_freq_out_;
77 unsigned int in_stream_;
78 unsigned int out_stream_;