Re: [Discuss-gnuradio] gnu radio gsm implimentation

2014-04-03 Thread kaushik
> I'm working on gsm transmitter and receiver any modules or any blocks > available for it, For bust formation and frame formation. > Any releases has been for gsm. > > > Regards > Ank As per my information, on the receiver side, you will find blocks under the airprobe project, however the proj

[Discuss-gnuradio] gnu radio gsm implimentation

2014-04-03 Thread Ank
Hi all, I'm working on gsm transmitter and receiver any modules or any blocks available for it, For bust formation and frame formation. Any releases has been for gsm. Regards Ank -- View this message in context: http://gnuradio.4.n7.nabble.com/gnu-radio-gsm-implimentation-tp47393.html Sent

Re: [Discuss-gnuradio] Sheduler: do not consume all "input items" and return 0 "output items"

2014-04-03 Thread Alex Weihkopf
Thanks. So I guess I have to invest more time.   Regarding the second question:   I constantly consume ALL input items that stream into my block, but I do not let them pass (or very rarely). In my understanding, all blocks behind this "valve" lie idle since they don't have any input items. So

Re: [Discuss-gnuradio] Latest Hackfest

2014-04-03 Thread Tom Rondeau
On Thu, Apr 3, 2014 at 3:05 PM, Miklos Maroti wrote: > Dear Tom, > > I have read about the FEC work done during the Hackfest, so this would > be an appropriate time to bring this up. We have participated in the > Darpa Spectrum Challenge, and developed some good and fast codes. > Specifically, we

Re: [Discuss-gnuradio] Sheduler: do not consume all "input items" and return 0 "output items"

2014-04-03 Thread Tom Rondeau
On Thu, Apr 3, 2014 at 12:10 PM, Alex W. wrote: > Hello everyone, > > when writing blocks for my projects I find it to be convenient to design > them as FSMs: > > A switch-instruction with states A, B und C. In all states fixed numbers > of input_items are processed, then I call "consume(i, fixed

[Discuss-gnuradio] Latest Hackfest

2014-04-03 Thread Tom Rondeau
We had our latest GNU Radio Hackfest last week at Ettus Research. It was a fantastic week with a lot of good work getting done. If you're interested in what we are working on and to get a glimpse of some of the new things we'll be rolling out in the next few GNU Radio versions, find our working not

[Discuss-gnuradio] Sheduler: do not consume all "input items" and return 0 "output items"

2014-04-03 Thread Alex W.
Hello everyone,   when writing blocks for my projects I find it to be convenient to design them as FSMs:   A switch-instruction with states A, B und C. In all states fixed numbers of input_items are processed, then I call "consume(i, fixed_number_X)" and "return fixed_number_X". I do not proce

[Discuss-gnuradio] Channel Coding Toolbox

2014-04-03 Thread sd fds
Hello,   I'm using the latest Gnuradio Version (3.7.3) for an OFDM-Transmitter. For channel coding I wanted to use the toolboc from https://www.cgran.org/wiki/chancoding, but the installation fails when I follow the "how to install"- instructions.   When I run "make" this error occurs:    Mak