gr-dpd
gr-dpd copied to clipboard
Digital Pre-Distortion implementation in GNU Radio
While installing the OOT block in GNURadio I am getting the following issue ``` $PATH/gr-dpd/lib/MP_model_PA_impl.cc: In static member function ‘static gr::dpd::MP_model_PA::sptr gr::dpd::MP_model_PA::make(int, int, std::string, const std::vector&)’: $PATH/gr-dpd/lib/MP_model_PA_impl.cc:57:38: error: could not...
Hi, I am trying to add the gr-dpd block in GNU Radio version 3.8.4.0-rc1 but when I ran example grc's after installation I am getting following errors such as: elf.dpd_gain_phase_calibrate_0...
Make current gr-dpd 'master' branch compatible with the latest GNU Radio version 3.9 from current compatible 3.8.
Currently, **gr-dpd** uses message parsing for passsing the trained '*taps*' from postdistorter to predistorter after each iteration but as **message parsing** is highly asynchronous and has no alignment with stream...
At present, **gr-dpd** *postdistorter* produces an estimation for every corresponding value of *PA_input* and *PA_output* which it recieves but this can lead to over-fit or under-fit of the coefficients. For...
For some reason, swig is incorrectly wrapping the make functions of several blocks when I use Ninja as the build system rather than make. ``` swig/CMakeFiles/dpd_swig.dir/dpd_swigPYTHON_wrap.cxx:5220:57: error: too few arguments...