Re: [Discuss-gnuradio] Regarding GSoC'17

2016-12-17 Thread Marcus Müller
Hi Kartik, exciting! So, packetized/bursty communication like bluetooth is really of high interest for GNU Radio currently. In fact, in the upcoming next release, there's been pretty much a complete overhaul of our packetized communication ways. So if we throw that at you, you'd have to learn two

[Discuss-gnuradio] DC Blocker GNU Radio

2016-12-17 Thread adrianapa
Hi all, I would like to know if the RF block removes the DC component (example: length 1024) every 1024 or takes into account past items? For example: first time 1-1024 second time 1025-2048 or 1-2048 I am using this block to remove de DC component of my BladeRF. I am new in GNU Radio any help

Re: [Discuss-gnuradio] DC Blocker GNU Radio

2016-12-17 Thread Marcus Müller
Hi Paplo, a recommendation first: Don't use Nabble to access the mailing list; instead, sign up directly to the list on https://lists.gnu.org/mailman/listinfo/discuss-gnuradio , because that makes it much easier for you to follow discussions here. Modern Mail clients (e.g. GMail's web interface) m

Re: [Discuss-gnuradio] Regarding GSoC'17

2016-12-17 Thread Kartik Patel
Hi Marcus, Thank you for your elaborate and enthusiastic email. I will do the tutorials that you gave and get back to you with likings. :) On 4:54PM, Sat, Dec 17, 2016 Marcus Müller wrote: > Hi Kartik, > > exciting! > > So, packetized/bursty communication like bluetooth is really of high > inte

Re: [Discuss-gnuradio] DC Blocker GNU Radio

2016-12-17 Thread adrianapa
Thank you very much for the information Marcus. Have a great day! Regards, Pablo -- View this message in context: http://gnuradio.4.n7.nabble.com/DC-Blocker-GNU-Radio-tp62320p62323.html Sent from the GnuRadio mailing list archive at Nabble.com. ___

Re: [Discuss-gnuradio] set_output_multiple() and forecast() when there are multiple sources in a general block

2016-12-17 Thread Tom Early
On 12/16/2016 11:52 PM, Andrej Rode wrote: Hey Tom, On 16/12/16 14:30, Tom Early wrote: I am designing a general block that will split it's input into two outputs. 96 input items will become 9 items on one source and 3 items on another source. I have some questions: Is it required to set both

Re: [Discuss-gnuradio] UHD 3.09 in Pybombs

2016-12-17 Thread Gregory Ratcliff
Confession time. Somebody put the source script in their shell startup and forgot that it was pointing to an earlier instance of gnuradio... Bad elf. Greg > On Dec 14, 2016, at 12:30 PM, Martin Braun wrote: > > Greg, > > glad to hear it's working overall! > > The PyBOMBS recipe in gr-rec

Re: [Discuss-gnuradio] gr-ieee802.11 Questions

2016-12-17 Thread Cinaed Simson
On 12/16/2016 01:19 AM, Bastian Bloessl wrote: > Hi, > > On 12/16/2016 05:04 AM, Cinaed Simson wrote: >> On 12/13/2016 01:45 AM, Manolis Surligas wrote: >>> Are you sure? Last time I checked, the RPi3 could not perform realtime >>> (quite simple) filtering at 10 MHz. I doubt it can handle the 20 M

Re: [Discuss-gnuradio] gr-ieee802.11 Questions

2016-12-17 Thread Bastian Bloessl
Hi, On 12/18/2016 03:49 AM, Cinaed Simson wrote: It only appears to be making one pass through the flowchart - the gui appears on the screen and then disappears exiting the flowchart with done. I turned on debugging and logging for all the blocks for both the wifi_loopback.grc and the wifi_rx.g