Re: [Discuss-gnuradio] NTSC Modulation?

2014-04-02 Thread Jordan Johnson
My question pertains to modulation (transmission), not reception. :) I have yet to find much of anything in the way of examples or a foundation of doing this. Kind of surprised this seems to be an uncommon thing. TL;DR: I would like to modulate an NTSC (analog) TV signal using GNURadio. On Wed,

Re: [Discuss-gnuradio] NTSC Modulation?

2014-04-02 Thread Jordan Johnson
My question pertains to modulation (transmission), not reception. :) I have yet to find much of anything in the way of examples or a foundation of doing this. Kind of surprised this seems to be an uncommon thing. TL;DR: I would like to modulate an NTSC (analog) TV signal using GNURadio. On Wed,

Re: [Discuss-gnuradio] FFT filter bug in GR3.7.4

2014-04-02 Thread Tom Rondeau
On Wed, Apr 2, 2014 at 6:08 PM, Marcus D. Leech wrote: > >> >> That's actually not surprising. The buffer is established when the >> top_block is started and will be based on the size of the FFT you need to >> run. Increasing the size of the filter will not increase the size of the >> buffer. We'

Re: [Discuss-gnuradio] FFT filter bug in GR3.7.4

2014-04-02 Thread Marcus D. Leech
That's actually not surprising. The buffer is established when the top_block is started and will be based on the size of the FFT you need to run. Increasing the size of the filter will not increase the size of the buffer. We'll have to figure out how we want the solution to this to look. Mig

Re: [Discuss-gnuradio] FFT filter bug in GR3.7.4

2014-04-02 Thread Tom Rondeau
On Tue, Apr 1, 2014 at 2:21 PM, Marcus D. Leech wrote: > Tag: v3.7.4git-50-ga8f73d85 > > This demonstrates a horrible bug I found in FFT filters--change the size > from "little" to "quite large", and the scheduler goes running home to > momma: > > > thread[thread-per-block[1]: ]: Buffer too small

Re: [Discuss-gnuradio] GR Meetup in Tysons Corner / McLean VA Wednesday night!

2014-04-02 Thread Tom Rondeau
Quick note. If you're at DySPAN and are planning on coming, I'm going to try and get us the hotel shuttle over to Clyde's. Meet me in the lobby around 6:30. Tom On Tue, Apr 1, 2014 at 8:31 PM, Tom Rondeau wrote: > Meetup tomorrow: > > Wednesday, April 2, 7pm > Cylde's of Tysons Corner (8332 L

Re: [Discuss-gnuradio] porting BBN 80211b Receiver to gnuradio 3.7.1

2014-04-02 Thread Tom Rondeau
On Wed, Apr 2, 2014 at 9:49 AM, Borbély Tamás wrote: > Hello, > > Recently I had to use the Wifi implementation of the BBN 80211b. > The project is based on Gnuradio-3.1.1, and does not compile with 3.7.1. > > I made some changes to compile with the new version, and now the > bn_80211b_test.py pr

Re: [Discuss-gnuradio] GR 3.7.2.1 on OSX 10.8 (Mountain Lion)

2014-04-02 Thread Michael Dickens
Hi Ed - I'm glad to hear that GNU Radio 3.7.2.1 installed without issues using MacPorts for you. 3.7.3 was released not long ago, and contains some nice fixes -- especially for audio on OSX. You can {{{ sudo port selfupdate sudo port upgrade outdated }}} to get it (and, everything else that's be

[Discuss-gnuradio] GR 3.7.2.1 on OSX 10.8 (Mountain Lion)

2014-04-02 Thread Ed Criscuolo
Hi Michael, A short while ago, I installed 3.7.2.1 from your macports implementation. The install went without trouble, and I've been composing and running flowgraphs from GRC with no issues. I recently tried to port one of my custom blocks up to the 3.7 api, and I encountered problems. In o

[Discuss-gnuradio] porting BBN 80211b Receiver to gnuradio 3.7.1

2014-04-02 Thread Borbély Tamás
Hello, Recently I had to use the Wifi implementation of the BBN 80211b. The project is based on Gnuradio-3.1.1, and does not compile with 3.7.1. I made some changes to compile with the new version, and now the bn_80211b_test.py program works at least. I did not tested the other modules which requ

Re: [Discuss-gnuradio] TDMA on Gnu Radio

2014-04-02 Thread John Malsbury
Jawad, I though I'd add a few more comments: *gr-mac* Much of the functionality of pre-cog has been ported to gr-mac, which works with "core" features of gnuradio like the new message passing API. *We've also added a burst_tagger block that converts length tags to tx_sob/tx_eob tags as Martin

Re: [Discuss-gnuradio] running multiple flow graphs simultaneously

2014-04-02 Thread Martin Braun
On 04/01/2014 11:29 PM, Rob Miller wrote: > Is it possible to run more than one top_block at a time in gnuradio > 3.7.x? I have an application where I wish to run an additional flow > graph periodically. I have set up a thread that grabs samples via a > probe from my main flow graph that is runni

Re: [Discuss-gnuradio] TDMA on Gnu Radio

2014-04-02 Thread Jawad Seddar
Ok, thanks for the quick reply, this clarifies things for me. 2014-04-02 13:49 GMT+02:00 Martin Braun : > On 04/02/2014 01:45 PM, Jawad Seddar wrote: > > Yes I am using only stock GNU Radio blocks. > > > > I don't mind creating my own block for this, I just want to be sure that > > there is no e

Re: [Discuss-gnuradio] TDMA on Gnu Radio

2014-04-02 Thread Martin Braun
On 04/02/2014 01:45 PM, Jawad Seddar wrote: > Yes I am using only stock GNU Radio blocks. > > I don't mind creating my own block for this, I just want to be sure that > there is no easier way that already exists say in GRC or through a > python wrapper (maybe using pmt). We are currently working

Re: [Discuss-gnuradio] TDMA on Gnu Radio

2014-04-02 Thread Jawad Seddar
Yes I am using only stock GNU Radio blocks. I don't mind creating my own block for this, I just want to be sure that there is no easier way that already exists say in GRC or through a python wrapper (maybe using pmt). 2014-04-02 13:40 GMT+02:00 Martin Braun : > On 04/02/2014 11:46 AM, Jawad Sed

Re: [Discuss-gnuradio] TDMA on Gnu Radio

2014-04-02 Thread Martin Braun
On 04/02/2014 11:46 AM, Jawad Seddar wrote: > Hi everyone, > > I have several USRP N210 and I want all of them to transmit using the > same frequency. Since I cannot use FDMA (this is one of my requirements, > not a GNU Radio/USRP limitation) then I thought I would give TDMA a try. > > I want to

[Discuss-gnuradio] TDMA on Gnu Radio

2014-04-02 Thread Jawad Seddar
Hi everyone, I have several USRP N210 and I want all of them to transmit using the same frequency. Since I cannot use FDMA (this is one of my requirements, not a GNU Radio/USRP limitation) then I thought I would give TDMA a try. I want to be able to tell a node not to transmit when it is not its