Hi Gilad, I have been using a python block to do automatic gain control to
the USRP (x310 in my case).
Please take a look at
https://gist.github.com/wheberth/a358dac24fecbb9dcfb7035e66d2ca85 and see
if it is useful to you.
Best Regards
Em ter., 17 de out. de 2017 às 21:39, Julian Arnold
escreveu
On Thu, Nov 28, 2019 at 12:35 PM Lukas Haase wrote:
> Is there a way to deal with the editing/overwriting in this approach?
> Once I edit the file (as in the tutorial) I cannot use GRC anymore because
> my changes will be overwritten.
> Since I have complex flow diagrams I would prefer still bein
Dear Grant,
On 2019-11-27 23:32, Grant Cox wrote:
> This guide on GRC block implementation and flowgraph modification in
> python may be of interest to you if you have not seen it. Your
> description of the logic, calibration, etc. will likely require you to
> dive into the Python/C++ below the su