[Discuss-gnuradio] Could not find recipe for gnuradio-default
Hello all, I'm trying to move from the bootable USB to an installed Debian, and I can't install gnuradio. This is what I run: pybombs prefix init -a default -R gnuradio-default /home/nb/prefix/gnuradio This is my python.lwr category: baseline inherit: autoconf satisfy: deb: python2.7 && python-dev rpm: python-devel >= 2.7 cmd: python --version >= 2.7 vars: config_opt: --enable-shared Any help would be greatly appreciated. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
[Discuss-gnuradio] Limesuite
Hello, We download gnuradio, soapySDR and osmosdr. We connected to an antenna and tried having waterfall plot. In other blogs, it says we need LimeSuite. Do we need this and why/what does it do? I am a novice with GNUradio and the LimeSDR, so any pointers would be helpful. Respectfully, Ricardo ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
Re: [Discuss-gnuradio] Could not find recipe for gnuradio-default
Hey Nick, though Pybombs is great for installing GNU Radio modules, you can actually pretty well work with Debian's native GNU Radio package: sudo apt-get install gnuradio With that, you can basically either skip Pybombs alltogether (though it definitely eases handling of installation prefixes), or use it without "-R gnuradio-default" and just install the GNU Radio out-of-tree modules that *you* want. Best regards, Marcus On 2017-10-20 19:06, NickB wrote: Hello all, I'm trying to move from the bootable USB to an installed Debian, and I can't install gnuradio. This is what I run: pybombs prefix init -a default -R gnuradio-default /home/nb/prefix/gnuradio This is my python.lwr category: baseline inherit: autoconf satisfy: deb: python2.7 && python-dev rpm: python-devel >= 2.7 cmd: python --version >= 2.7 vars: config_opt: --enable-shared Any help would be greatly appreciated. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio smime.p7s Description: S/MIME Cryptographic Signature ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
Re: [Discuss-gnuradio] Limesuite
Hi Ricardo, I think the problem here is clear: You say you've downloaded some software, but not on what system and how. You say "other blogs", which implies you also have "the first blog", but you mention neither. So, without you establishing a routine of writing emails that contain all crucial info, I don't think we'll be able to help you! Best regards, Marcus On 2017-10-20 19:16, Ricardo Nuszkowski wrote: Hello, We download gnuradio, soapySDR and osmosdr. We connected to an antenna and tried having waterfall plot. In other blogs, it says we need LimeSuite. Do we need this and why/what does it do? I am a novice with GNUradio and the LimeSDR, so any pointers would be helpful. Respectfully, Ricardo ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio smime.p7s Description: S/MIME Cryptographic Signature ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
Re: [Discuss-gnuradio] Could not find recipe for gnuradio-default
Thank you, Marcus, that worked. I used synaptic to see what else is availabe for gnuradio, and I set up my hackrf also. On 2017-10-20 15:00, Marcus Müller wrote: Hey Nick, though Pybombs is great for installing GNU Radio modules, you can actually pretty well work with Debian's native GNU Radio package: sudo apt-get install gnuradio With that, you can basically either skip Pybombs alltogether (though it definitely eases handling of installation prefixes), or use it without "-R gnuradio-default" and just install the GNU Radio out-of-tree modules that *you* want. Best regards, Marcus ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
[Discuss-gnuradio] GNU radio implementation for measuring frequency response
Hi ! I want to measure frequency response of of a material in the 2.4 GHz ISM band. I was wondering if there is any GNURadio based implementation anyone is aware of that I can use instantly. Any suggestion regarding the implementation is also welcome. I want to measure the frequency response from 2.4 GHz to 2.5 GHz. I want to use 2 USRP boards one as Tx and another as Rx. Alternatively, I can use the same board and use the two different ports if it makes more sense. Thanks for your help in advance. Suman ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
[Discuss-gnuradio] gr-foo
I'm installing gnuradio and number of oot modules on a new i7 laptop. I have the latest git pulls for gnuradio and gr-foo. Gnuradio builds without any issues. For gr-foo, cmake finds everything and generates the make files. But when I run make in the gr-foo build directory, it craps out - indicating it can't find #include I did a find on the gnuradio tree it case per chance it was moved but no cigar. I was able to build it a while back - maybe 3.7.10? Maybe I could just check out an older version of gnuradio and copy the file into gr-foo - but that has the potential of blowing up in my face. I can build gr-ieee802-11 and gr-ieee802-15-4 without gr-foo so it's not a show stopper. Or am I just missing something? -- Cinaed root@alfven:/opt/gnuradio/src/gr-oot/gr-foo/build# make Scanning dependencies of target gnuradio-foo [ 5%] Building CXX object lib/CMakeFiles/gnuradio-foo.dir/burst_tagger_impl.cc.o [ 10%] Building CXX object lib/CMakeFiles/gnuradio-foo.dir/channel_model_impl.cc.o In file included from /opt/gnuradio/src/gr-oot/gr-foo/lib/channel_model_impl.cc:18:0: /opt/gnuradio/src/gr-oot/gr-foo/lib/channel_model_impl.h:27:47: fatal error: gnuradio/filter/mmse_resampler_cc.h: No such file or directory #include ^ compilation terminated. lib/CMakeFiles/gnuradio-foo.dir/build.make:77: recipe for target 'lib/CMakeFiles/gnuradio-foo.dir/channel_model_impl.cc.o' failed make[2]: *** [lib/CMakeFiles/gnuradio-foo.dir/channel_model_impl.cc.o] Error 1 CMakeFiles/Makefile2:121: recipe for target 'lib/CMakeFiles/gnuradio-foo.dir/all' failed make[1]: *** [lib/CMakeFiles/gnuradio-foo.dir/all] Error 2 Makefile:127: recipe for target 'all' failed make: *** [all] Error 2 ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
Re: [Discuss-gnuradio] gr-foo
It's an issue with gr-foo. For some reason, Bastian jumped the gun and made a change to gr-foo to work with the yet to be released GNU Radio 3.8 where the fractional resampler had been renamed to the mmse resampler. If you go back one commit, it will compile git checkout 2ba97c8d6d1e6bb322446773e42cbdac347c0085 Ron On 10/20/2017 03:26 PM, Cinaed Simson wrote: I'm installing gnuradio and number of oot modules on a new i7 laptop. I have the latest git pulls for gnuradio and gr-foo. Gnuradio builds without any issues. For gr-foo, cmake finds everything and generates the make files. But when I run make in the gr-foo build directory, it craps out - indicating it can't find #include I did a find on the gnuradio tree it case per chance it was moved but no cigar. I was able to build it a while back - maybe 3.7.10? Maybe I could just check out an older version of gnuradio and copy the file into gr-foo - but that has the potential of blowing up in my face. I can build gr-ieee802-11 and gr-ieee802-15-4 without gr-foo so it's not a show stopper. Or am I just missing something? -- Cinaed root@alfven:/opt/gnuradio/src/gr-oot/gr-foo/build# make Scanning dependencies of target gnuradio-foo [ 5%] Building CXX object lib/CMakeFiles/gnuradio-foo.dir/burst_tagger_impl.cc.o [ 10%] Building CXX object lib/CMakeFiles/gnuradio-foo.dir/channel_model_impl.cc.o In file included from /opt/gnuradio/src/gr-oot/gr-foo/lib/channel_model_impl.cc:18:0: /opt/gnuradio/src/gr-oot/gr-foo/lib/channel_model_impl.h:27:47: fatal error: gnuradio/filter/mmse_resampler_cc.h: No such file or directory #include ^ compilation terminated. lib/CMakeFiles/gnuradio-foo.dir/build.make:77: recipe for target 'lib/CMakeFiles/gnuradio-foo.dir/channel_model_impl.cc.o' failed make[2]: *** [lib/CMakeFiles/gnuradio-foo.dir/channel_model_impl.cc.o] Error 1 CMakeFiles/Makefile2:121: recipe for target 'lib/CMakeFiles/gnuradio-foo.dir/all' failed make[1]: *** [lib/CMakeFiles/gnuradio-foo.dir/all] Error 2 Makefile:127: recipe for target 'all' failed make: *** [all] Error 2 ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
Re: [Discuss-gnuradio] gr-foo
On Fri, 20 Oct 2017 15:26:01 -0700 Cinaed Simson wrote: > in the gr-foo build directory, it craps out - indicating it can't find > > #include > > I did a find on the gnuradio tree it case per chance it was moved but > no cigar. It's in the next branch. > > Or am I just missing something? You're in a git maze of twisty little branches, all alike. -Maitland ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
Re: [Discuss-gnuradio] GNU radio implementation for measuring frequency response
If you just want to sweep a filter, that's pretty easy. Just TX into one port and RX from the other. Sweep a sine wave on the TX range and attach an FFT sink to the RX port and set max hold. On Fri, Oct 20, 2017 at 5:50 PM Suman Bhunia wrote: > Hi ! > > I want to measure frequency response of of a material in the 2.4 GHz ISM > band. I was wondering if there is any GNURadio based implementation anyone > is aware of that I can use instantly. Any suggestion regarding the > implementation is also welcome. > > > I want to measure the frequency response from 2.4 GHz to 2.5 GHz. I want > to use 2 USRP boards one as Tx and another as Rx. Alternatively, I can use > the same board and use the two different ports if it makes more sense. > > Thanks for your help in advance. > > Suman > > ___ > Discuss-gnuradio mailing list > Discuss-gnuradio@gnu.org > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio > -- Very Respectfully, Dan CaJacob ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio