Re: [Discuss-gnuradio] Issue trying to run simple_ra

2016-10-20 Thread Marcus D. Leech
On 10/20/2016 08:11 PM, Jose Ruvalcaba wrote: Thanks for the help. I actually got /simple_ra_receive/r to work. All I did was remove the gr-osmosdr folder from where all the other gnuradio GR folders are and reinstall it. Also I noticed that to make it run I had to use the terminal and type

Re: [Discuss-gnuradio] Issue trying to run simple_ra

2016-10-20 Thread Jose Ruvalcaba
Thanks for the help. I actually got *simple_ra_receive*r to work. All I did was remove the gr-osmosdr folder from where all the other gnuradio GR folders are and reinstall it. Also I noticed that to make it run I had to use the terminal and type the command *'simple_ra'* and not use the grc

Re: [Discuss-gnuradio] unable to install gnu radio on kali linux

2016-10-20 Thread Chris Kuethe
Probably the easiest option is to use the GQRX PPA. See http://gqrx.dk/download/install-ubuntu for more details. On Thu, Oct 20, 2016 at 9:16 AM, amit naik wrote: > respected all, > i am trying to install gnuradio on kali linux . but getting command > root@kali:~# apt-get

[Discuss-gnuradio] Reminder: DevCall in 30 minutes!

2016-10-20 Thread Ben Hilburn
Hey all - Just a reminder that our monthly dev call is in 30 minutes! http://gnuradio.org/redmine/projects/gnuradio/wiki/DevelopersCalls http://gnuradio.org/events/

[Discuss-gnuradio] unable to install gnu radio on kali linux

2016-10-20 Thread amit naik
respected all, i am trying to install gnuradio on kali linux . but getting command root@kali:~# apt-get install gqrx Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package gqrx root@kali:~# please help me thank you in advance. regards

[Discuss-gnuradio] Fw: Building a new open-LTE ENodeB

2016-10-20 Thread SOMNATH RAY CHOWDHURY.
Hi Experts, I am struggling to make my ENodeB, Please help! Let me try to brief my requirement: I am trying to make one automation frame work to simulate test cases of LTE in my Ubuntu 14.04 machines. Please let me know if any one can give any light over it as well. Currently I have chosen

Re: [Discuss-gnuradio] Building a new open-LTE ENodeB

2016-10-20 Thread Ralph A. Schmid, dk5ras
Maybe you should use the openlte mailing list :) Gnuradio is installed? OpenLTE needs it. Ralph. From: Discuss-gnuradio [mailto:discuss-gnuradio-bounces+ralph=schmid@gnu.org] On Behalf Of SOMNATH RAY CHOWDHURY. Sent: Thursday, October 20, 2016 1:14 PM To: discuss-gnuradio@gnu.org

[Discuss-gnuradio] data files created by GRC are empty

2016-10-20 Thread Muhammad Aamir Malik
Hi, I am trying to record 100sec of data from two USRPS (USRP-N210), i am using mimo-cable with shared ethernet interface configuration. When i execute the flow graph the it ends with the following ERROR message at terminal "linux; GNU C++ version 4.8.4; Boost_105400;

[Discuss-gnuradio] Building a new open-LTE ENodeB

2016-10-20 Thread SOMNATH RAY CHOWDHURY.
https://sourceforge.net/p/openlte/wiki/Installing%20OpenLTE/ I am trying to run the open LTE ENodeb in Ubuntu 14.04 machine and getting the errorĀ  "Could not find gnuradio/gnuradio-{core,runtime} after GIT checkoutĀ GIT checkout of GNU Radio failed!" Please help me to get the solution of this

Re: [Discuss-gnuradio] CSI data in gr-ieee802-11

2016-10-20 Thread Bastian Bloessl
Hi, On 10/20/2016 08:01 AM, ABDELWAHED wrote: *Is there a way to log CSI values by adding a block within the .grc ? * Not out of the box, you will have to modify the code to output the data somehow. *(I updated the ls.cc code (attached) to log the "d_H" variable values to console, is this

[Discuss-gnuradio] CSI data in gr-ieee802-11

2016-10-20 Thread ABDELWAHED
Greetings all, I hope you can guide me to any resource that helps me resolving the issue below. I want to read WiFi CSI values (amplitude and phase for all subcarriers)in the gr-ieee802-11 (https://github.com/bastibl/gr-ieee802-11)implementation. I am running wifi_rx.grc (attached) and I am