GR 3.8 ported OOT module available in GRC, yet generated code throws exceptions

2020-06-09 Thread James Wills
Attempting to update a GRC app previously generated under GR 3.7.6. Updated the Epiq maveriq source block to 3.8 standards following the porting guide. The generated python code now throws exceptions on method calls to set public object attributes, e.g. sample_rate: [test@localhost default]$ ~/grc

Maximum Output Buffer Size

2020-06-09 Thread Bolte, Josh
core GRC Program Pic.png Histogram.grc

ERROR: cannot build gr-clenabled OOT module; fails during make process

2020-06-09 Thread Mohamed Yaaseen
Hello guys, I am trying to install, gr-clenabled. cmake works fine but I am getting error during make /usr/bin/ld: cannot find -lgnuradio-blocks > /usr/bin/ld: cannot find -lgnuradio-fft > /usr/bin/ld: cannot find -lgnuradio-filter > collect2: error: ld returned 1 exit status > make[2]: ***

Re: HELP: needed with RFNoC & gr-ettus & PFB

2020-06-09 Thread Mohamed Yaaseen
Hello EJ Kreinar, Thank you for your reply. I am planning to use theseus.On a side note I was seeing your talk on GRCon 18 when I was writing this email :) Great talk by the way !! As a first step I am trying to make a working POC, so if no. of channels are restricted to powers of 2, I w

How do I best benchmark GNU Radio blocks?

2020-06-09 Thread thomas
Is there a standard way to benchmark blocks? In https://github.com/gnuradio/gnuradio/pull/3552 [1] I threw together a small benchmark, but am wondering: 1) Are there best practices for writing benchmarks? 2) Benchmark code can be useful for the future, when someone wants to further optimize (or