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,
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,
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'
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
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
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
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
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
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
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
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
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
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
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
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
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
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
17 matches
Mail list logo