Re: [Discuss-gnuradio] gnuradio on E100

2012-02-07 Thread Ahmed Alsawi
hi,about booting problem on E100 I got a brand new card and tries the script but same partitions table is shown . and used the script to make the official image ,,,but still no boot. What could be the problem ? thanks On Tue, Feb 7, 2012 at 12:34 AM, Philip Balister wrote: > On 02/06/2012 03:25

[Discuss-gnuradio] Google Summer of Code '12 is On

2012-02-07 Thread Michael Dickens
Given the discussion at the GNU Radio Conference about GSoC, what do our fearless leaders say about giving it a try this year? Josh, with all his amazing programming capabilities, can only do so much ;) - MLD < http://google-opensource.blogspot.com/2012/02/google-summer-of-code-2012-is-on.html

Re: [Discuss-gnuradio] Google Summer of Code '12 is On

2012-02-07 Thread Tom Rondeau
On Tue, Feb 7, 2012 at 9:06 AM, Michael Dickens wrote: > Given the discussion at the GNU Radio Conference about GSoC, what do our > fearless leaders say about giving it a try this year? Josh, with all his > amazing programming capabilities, can only do so much ;) - MLD > > < > http://google-open

Re: [Discuss-gnuradio] Google Summer of Code '12 is On

2012-02-07 Thread Philip Balister
On 02/07/2012 09:06 AM, Michael Dickens wrote: > Given the discussion at the GNU Radio Conference about GSoC, what do our > fearless leaders say about giving it a try this year? Josh, with all his > amazing programming capabilities, can only do so much ;) - MLD > > < > http://google-opensource

[Discuss-gnuradio] How to control the open and close state of a flow graph

2012-02-07 Thread Zhonghua
Hi every one, I am trying to control the open and close state of the flow graph which implements transmission and receiving tasks. I would not like to use start() and stop() pair to do that because the construction time is too long. What I expect is sending a signal from another process to con

[Discuss-gnuradio] Testing E100

2012-02-07 Thread Ahmed Alsawi
hi,all I have just installed the official image for the E100 and booted it.. How to test the FPGA is built and it is good to go? please any steps will be helpful ,thanks --- I tries uhd_usrp_probe - -- Opening device node /dev/usrp_e0.

[Discuss-gnuradio] trondeau branch mimo files

2012-02-07 Thread Jorge Hernandez
Hi all, I am starting to work in a mimo 2x1 configuration. As I've seen, the only implementation that already exists is in gnuradio sits in the trondeau branch. I've been trying to run the benchmark_ofdm_mimo for starters and I find several problems, because the compiler is looking for files from

Re: [Discuss-gnuradio] How to control the open and close state of a flow graph

2012-02-07 Thread Josh Blum
On 02/07/2012 06:51 AM, Zhonghua wrote: > Hi every one, > > I am trying to control the open and close state of the flow graph which > implements transmission and receiving tasks. I would not like to use > start() and stop() pair to do that because the construction time is too > long. What I expe

[Discuss-gnuradio] Packet sink query.

2012-02-07 Thread anay tuljapurkar
Hey, I am working on a MAC layer application and i had a general question about packet sinks as in a sink that could store and decode a PPDU. Is there an example code for such a sink since i did try to look for it but could not find any. Im going to create on either way but just looking at a

Re: [Discuss-gnuradio] [Patch-gnuradio] promote gr_plot_fft and gr_plot_psd to gnuradio modules

2012-02-07 Thread Johnathan Corgan
On Tue, Feb 7, 2012 at 11:45, Maitland Bottoms wrote: > "When scripts are installed into a directory in the system PATH, the >  script name should not include an extension such as .sh or .pl that >  denotes the scripting language currently used to implement it." >  -- http://www.debian.org/doc/de

Re: [Discuss-gnuradio] Packet sink query.

2012-02-07 Thread Tom Rondeau
On Tue, Feb 7, 2012 at 2:03 PM, anay tuljapurkar wrote: > Hey, >I am working on a MAC layer application and i had a general > question about packet sinks as in a sink that could store and decode a > PPDU. Is there an example code for such a sink since i did try to look for > it but could

Re: [Discuss-gnuradio] trondeau branch mimo files

2012-02-07 Thread Tom Rondeau
On Tue, Feb 7, 2012 at 12:00 PM, Jorge Hernandez < jorge.gnura...@googlemail.com> wrote: > Hi all, > > I am starting to work in a mimo 2x1 configuration. As I've seen, the only > implementation that already exists is in gnuradio sits in the trondeau > branch. I've been trying to run the benchmark_

Re: [Discuss-gnuradio] how to learn of decimation rate in general_work() ?

2012-02-07 Thread George Nychis
> > > Hey George, > > You can use the relative_rate data member of the blocks. Setting the > decimation actually sets the relative_rate to 1.0/decimation. You can get > this value with the accessor function "relative_rate()". > > Hey Tom, Using this I can get the decimation rate, but is there a wa

[Discuss-gnuradio] Feature #394

2012-02-07 Thread Andrew Davis
Hello all, I would like to help expand the C++ API, so I'm attempting to work on Feature #394 or "Re-implement hierarchical blocks currently living in blks2 in C++ and put into gnuradio-core/src/lib/hier." I've started on am_demod.py but this requires optfir, which is also in python, I think this