GSoC 2020: gr-dpd - New Blog Post for Week 3

2020-06-06 Thread Alekh
Hello Community!! I have updated the latest blog post for last week's updates. Here is the link: https://grdpd.wordpress.com/2020/06/06/week-3-addition-of-dpd-rls-algorithm-blocks/ Some of the highlights are: - Addition of blocks for implementing RLS DPD Algorithm in gr-dpd module, namely:

Re: GSoC 2020: gr-dpd - New Blog Post for Week 3

2020-07-08 Thread Cinaed Simson
Hi Alekh - I did a pull and I still can't compile gr-dpd using gnuradio-3.8.1.  I couldn't find anything cmake/Modules using grep for 3.7. But then I did a find and I found it in   ./CMakeLists.txt:find_package(Gnuradio "3.7.2" REQUIRED) So I chaged it to "3.8.1". But when I attempt to build

Re: GSoC 2020: gr-dpd - New Blog Post for Week 3

2020-07-08 Thread Ron Economos
It builds fine here on 3.8.1. Are you using the correct repository? https://github.com/gnuradio/gr-dpd Ron On 7/8/20 13:52, Cinaed Simson wrote: Hi Alekh - I did a pull and I still can't compile gr-dpd using gnuradio-3.8.1.  I couldn't find anything cmake/Modules using grep for 3.7. But then

Re: GSoC 2020: gr-dpd - New Blog Post for Week 3

2020-07-09 Thread Alekh Gupta
Hello Cinaed! Thanks for trying out the gr-dpd module. Make sure all dependencies are complete before install. Also install guide is clearly given in README. I think so you were trying some other gr-dpd module. Here is the link for gr-dpd. Do try it out. -- Alek