12 namespace uhd {
namespace rfnoc {
19 static const std::string PROP_KEY_MAGNITUDE =
"magnitude";
20 static const std::string PROP_KEY_DIRECTION =
"direction";
21 static const std::string PROP_KEY_LENGTH =
"length";
22 static const std::string PROP_KEY_FFT_SCALING =
"fft_scaling";
23 static const std::string PROP_KEY_SHIFT_CONFIG =
"shift_config";
44 static const uint32_t REG_RESET_ADDR;
45 static const uint32_t REG_LENGTH_LOG2_ADDR;
46 static const uint32_t REG_MAGNITUDE_OUT_ADDR;
47 static const uint32_t REG_DIRECTION_ADDR;
48 static const uint32_t REG_SCALING_ADDR;
49 static const uint32_t REG_SHIFT_CONFIG_ADDR;
122 virtual
void set_scaling(const uint16_t scaling) = 0;
130 virtual uint16_t get_scaling() const = 0;
140 virtual
void set_length(const
size_t length) = 0;
148 virtual
size_t get_length() const = 0;