[Discuss-gnuradio] FW: Error when executing gr-Inspector block

2018-04-16 Thread ravi ranjan gautam
Im trying to follow this-> https://github.com/gnuradio/gr-inspector/tree/master so as to work with gr-inspector blocks. I have cross checked every dependency mentioned in the project.Installation is successful without any error. But executing any flowgraph including signal_detector block gives

[Discuss-gnuradio] boost 1.67.0 compatibility issues with GR and UHD

2018-04-16 Thread Michael Dickens
Boost 1.67.0 was released over the weekend, and there are incompatibilities introduced by it for both GNU Radio and UHD -- both release and current GIT master of each. Volk latest release as well as current GIT master both seem to build and test cleanly using this new Boost version. The

Re: [Discuss-gnuradio] FW: Error when executing gr-Inspector block

2018-04-16 Thread Sebastian Müller
Ravi, this is an already reported issue [1]. Please be patient while I investigate what’s happening and how to resolve it. Alternatively, you can a) downgrade GNU Radio to < 3.7.12 or b) use karel-‚s hotfix for now [2] [1] https://github.com/gnuradio/gr-inspector/issues/20 [2]

[Discuss-gnuradio] Windows binaries for GR 3.7.12 released

2018-04-16 Thread Geof Nieboer
Good afternoon all, The windows installers have been updated for GnuRadio 3.7.12 and are posted here: http://www.gcndevelopment.com/gnuradio/downloads.htm The following versions were updated: - GNURadio -> 3.7.12 - UHD -> 3.11.0 - gqrx -> 2.11.3 The following OOT packages have been

Re: [Discuss-gnuradio] [USRP-users] boost 1.67.0 compatibility issues with GR and UHD

2018-04-16 Thread Martin Braun
On 04/16/2018 10:09 AM, Michael Dickens via USRP-users wrote: > Boost 1.67.0 was released over the weekend, and there are > incompatibilities introduced by it for both GNU Radio and UHD -- both > release and current GIT master of each. Volk latest release as well > as current GIT master both seem

[Discuss-gnuradio] Unused Message port in 'Chunks to Symbols' block?

2018-04-16 Thread Anshul Thakur
Hi all, I am trying to implement an adaptive modulation scheme for OFDM using the example ofdm_tx as initial source. To change the modulation scheme dynamically, I am thinking of changing the Symbol Table in the block 'Chunks to Symbols' for the Payload. a. Does this approach sound correct?