Re: Here's how to get the N321's LO sharing to work in GNURadio 3.9 with UHD4.1.0.5

2022-01-29 Thread Daniel Estévez
Hi, Thanks! That seems very nice. Could we try upstreaming this? I don't see any obvious drawbacks to having this in-tree, particularly since your approach doesn't require modifying UHD. Best, Daniel. El 28/1/22 a las 23:55, Paul Atreides escribió: Currently there's no way to use LO sharing

Release v3.10.1.0

2022-01-29 Thread Jeff Long
The rc1 was fairly small, and no problems reported in the last few days, so we'll call it final. https://github.com/gnuradio/gnuradio/releases/tag/v3.10.1.0 >From the CHANGELOG ... This is mostly a bug fix release. It is API compatible with 3.10.X.Y releases. Code built against GNU Radio librari

Problem migrating an OOT module that uses FFT from 3.8 to 3.9

2022-01-29 Thread Ralf Gorholt
Hello all, I am currently trying to migrate an OOT module that uses an FFT object internally from  GNU Radio version 3.8 to 3.9. In my .h file I have got this:     //old: gr::fft::fft_complex d_fft_calculator;     gr::fft::fft_complex_fwd d_fft_calculator; and in the constructor member initial

Re: Problem migrating an OOT module that uses FFT from 3.8 to 3.9

2022-01-29 Thread Ron Economos
Ralf, I'm not sure if you've done this already, but when you use d_fft_calculator, you need to change from -> to . to access it. Ron On 1/29/22 12:24, Ralf Gorholt wrote: Hello all, I am currently trying to migrate an OOT module that uses an FFT object internally from  GNU Radio version 3.8