[Discuss-gnuradio] how to install gnuradio with pybombs

2014-09-04 Thread sammy zada
Hi everyone, I'm very new to gnuradio, & i'm trying to follow instructions from http://gnuradio.org/redmine/projects/pybombs/wiki/QuickStart. On the page it is stated that, Upon running the first install command you will be prompted for a few simple preferences such as - which install prefix to u

Re: [Discuss-gnuradio] how to install gnuradio with pybombs

2014-09-04 Thread Martin Braun
Sammy, don't hesitate asking basic questions (as long as they're not answered directly on the web site :D ). See comments inline: On 09/04/2014 09:42 AM, sammy zada wrote: > Hi everyone, > > I'm very new to gnuradio, & i'm trying to follow instructions from > http://gnuradio.org/redmine/project

Re: [Discuss-gnuradio] how to install gnuradio with pybombs

2014-09-04 Thread sammy zada
Hi Martin, Thanks for your explanation. I've try to run the instructions on the website, i build the new directory ~/gnuradio, and run the following commands under the ~/gnuradio directory: openbts@openbts:~/gnuradio$ git clone git://github.com/pybombs/pybombs Cloning into 'pybombs'... remote: Co

Re: [Discuss-gnuradio] how to install gnuradio with pybombs

2014-09-04 Thread Marcus Müller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Sammy! Just use the default , which is the value in the brackets [], by hitting enter. Greetings, Marcus On 04.09.2014 11:59, sammy zada wrote: > Hi Martin, > > Thanks for your explanation. I've try to run the instructions on > the website, i bu

Re: [Discuss-gnuradio] how to install gnuradio with pybombs

2014-09-04 Thread Mike Jameson
You do not need to put sudo before './pybombs install gnuradio' as it can install everything as the local user. Mike -- Mike Jameson M0MIK BSc MIET Ettus Research Technical Support Email: supp...@ettus.com Web: http://ettus.com On Thu, Sep 4, 2014 at 11:05 AM, Marcus Müller wrote: > -BEGI

[Discuss-gnuradio] references using in ofdm_equalizer_simpledfe

2014-09-04 Thread Tiankun Hu
Hi Martin, Could you tell me the reference paper that you used in ofdm_equalizer_simpledfe? -- Thanks Tiankun ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] references using in ofdm_equalizer_simpledfe

2014-09-04 Thread Aditya Dhananjay
On Thu, Sep 4, 2014 at 9:04 AM, Tiankun Hu wrote: > Hi Martin, > Could you tell me the reference paper that you used in > ofdm_equalizer_simpledfe? ​Hello Tiankun, A decision feedback equalizer (DFE) works like this: The equalizer keeps track of the channel estimate on every subcarrier​ i. Ca

Re: [Discuss-gnuradio] how to install gnuradio with pybombs

2014-09-04 Thread Tom Rondeau
Taking Martin and Marcus' responses here, I've added a bit to the QuickStart guide to briefly explain the options a bit more. See the bottom of the page: http://gnuradio.org/redmine/projects/pybombs/wiki/QuickStart Tom On Thu, Sep 4, 2014 at 6:05 AM, Marcus Müller wrote: > -BEGIN PGP SIG

[Discuss-gnuradio] How to swtich tx/rx of XCVR2450 when using gnuradio OFDM_benchmark example?

2014-09-04 Thread Yingjie Chen
HI guys, Thanks in advance. Currently I have been engaged in a project which is based on the OFDM_benchmark example. I plan to realize a round trip communication between two USRP2 node. Concretely, I want to control the node A switch to RX mode after it finishes transmitting a packet. In such way

Re: [Discuss-gnuradio] ZedBoard GNU Radio image boot problems

2014-09-04 Thread Tom Rondeau
On Wed, Sep 3, 2014 at 5:53 PM, Philip Balister wrote: > > > On 09/03/2014 04:30 PM, Nowlan, Sean wrote: > > I'm trying to boot a ZedBoard with the GNU Radio image here: > http://gnuradio.org/data/sdk/zedboard_armv7a-hf-vfp-neon/. I picked the > hard float image even though the tutorial points to

Re: [Discuss-gnuradio] references using in ofdm_equalizer_simpledfe

2014-09-04 Thread Tiankun Hu
Aditya, thanks your clarify ! 在 2014年09月04日 21:31, Aditya Dhananjay 写道: On Thu, Sep 4, 2014 at 9:04 AM, Tiankun Hu mailto:tiankun...@foxmail.com>> wrote: Hi Martin, Could you tell me the reference paper that you used in ofdm_equalizer_simpledfe? ​Hello Tiankun, A decision feed

Re: [Discuss-gnuradio] Minor patch to config file placement

2014-09-04 Thread Tom Rondeau
Thanks! I've created a ticket for this. With the conference coming up, we're all crazy busy. Hopefully Johnathan and I will find a few minutes to go through and close out some of these before then. Tom On Wed, Sep 3, 2014 at 5:05 PM, Nick B wrote: > Subject: [PATCH] gnuradio-runtime: config f

Re: [Discuss-gnuradio] references using in ofdm_equalizer_simpledfe

2014-09-04 Thread Tiankun Hu
Hi Aditya, What's use of pilot symbols in "ofdm_equalizer_simpledfe" ? I just found pilot symbols update their carrier's channel state, but didn't find what's the use of these pilot channel state, seems them has no relate with data symbol, data symbol also only use themselves to update channel

Re: [Discuss-gnuradio] references using in ofdm_equalizer_simpledfe

2014-09-04 Thread Aditya Dhananjay
On Thu, Sep 4, 2014 at 11:29 AM, Tiankun Hu wrote: > Hi Aditya, > What's use of pilot symbols in "ofdm_equalizer_simpledfe" ? > I just found pilot symbols update their carrier's channel state, but > didn't find what's the use of these pilot channel state, seems them has no > relate with data symb

[Discuss-gnuradio] gr-uhd multi_usrp bug in 3.7.4+

2014-09-04 Thread Nick Foster
Hi, Looks like either the syntax for instantiating multi_usrp has changed (seems unlikely), or a bug was introduced, likely in 7/2-7/4's recent gr-uhd refactoring (1eaa96b, 350d285, fe58537, 3c42e79, 691bdaa). Sorry I haven't gotten more specific than that. The attached flowgraph, when used with a

Re: [Discuss-gnuradio] ZedBoard GNU Radio image boot problems

2014-09-04 Thread West, Nathan
On Thu, Sep 4, 2014 at 9:49 AM, Tom Rondeau wrote: > > On Wed, Sep 3, 2014 at 5:53 PM, Philip Balister wrote: >> >> >> >> On 09/03/2014 04:30 PM, Nowlan, Sean wrote: >> > I'm trying to boot a ZedBoard with the GNU Radio image here: >> > http://gnuradio.org/data/sdk/zedboard_armv7a-hf-vfp-neon/. I

[Discuss-gnuradio] gnuradio companion bug

2014-09-04 Thread TSAREGORODTSEV, Yury
Hi guys, everyone has same issue: Created default thread pool with 8 threads. >>> gr_fir_fff: using SSE swig/python detected a memory leak of type 'gr::basic_block_sptr *', no destructor found. Traceback (most recent call last): File "/home/aero/top_block.py", line 77, in tb = top_block(

Re: [Discuss-gnuradio] ZedBoard GNU Radio image boot problems

2014-09-04 Thread Nowlan, Sean
On Wed, Sep 3, 2014 at 4:30 PM, Nowlan, Sean mailto:sean.now...@gtri.gatech.edu>> wrote: I’m trying to boot a ZedBoard with the GNU Radio image here: http://gnuradio.org/data/sdk/zedboard_armv7a-hf-vfp-neon/. I picked the hard float image even though the tutorial points to the soft float image

[Discuss-gnuradio] Flow Graph Reconfiguration

2014-09-04 Thread Gould, Daniel N.
I am trying to setup a flow graph that has 2 states, in which upon a state change the flow graph is reconfigured. FlowGraph 1: [src] -> [filt] -> [modem-1] FlowGraph 2: [src] -> [filt] -> [modem-2] FG-1 runs to completion, is then disconnected. Then FG-2 is connected and executed. For both flo

Re: [Discuss-gnuradio] Flow Graph Reconfiguration

2014-09-04 Thread Kevin Reid
On Sep 4, 2014, at 13:27, Gould, Daniel N. wrote: > FlowGraph 1: > [src] -> [filt] -> [modem-1] > > FlowGraph 2: > [src] -> [filt] -> [modem-2] > > FG-1 runs to completion, is then disconnected. Then FG-2 is connected and > executed. For both flowgraphs the src and filt are the same. The mod

Re: [Discuss-gnuradio] how to install gnuradio with pybombs

2014-09-04 Thread sammy zada
Hi everyone, Thanx for the detail explanation, i have followed some of your advice on the email above. I use default for the option, these is the results: ... Run VOLK Profile to choose fastest kernels[Y]/N? Submit anonymous VOLK performance statistics to stats.gnuradio.org? Y/[N]? please wait ...