Re: [Discuss-gnuradio] Bypass work function

2014-10-02 Thread Jeff Long
If you can tolerate the stream stopping, use Power Squelch. Otherwise, time to dive in and follow Tom's advice from May - disable the CMA taps update loop when there's no signal. This whole idea assumes you have a mostly quiet channel, stationary tx/rx, etc. Interested to hear what you come up

[Discuss-gnuradio] Using Microtelecom Perseus with GNU Radio

2014-10-02 Thread jsam45
Dear all, Is there a GNU Radio library that can be used for Microtelecom Perseus SDR? I could find only an old code at https://github.com/amontefusco/gnuradio-amontefusco. Thanks! Joseph -- View this message in context: http://gnuradio.4.n7.nabble.com/Using-Microtelecom-Perseus-with-GNU-Rad

Re: [Discuss-gnuradio] top block edge list

2014-10-02 Thread Ryan Marlow
Hey Jeff, I had previously found those two options but was unsure if I was missing anything else. dot_graph() seemed like a good option but it doesn't have the block port information, like the term "dot graph" implies. I suppose I'll just wait until after tb.start(). Thanks for your response, Ryan

Re: [Discuss-gnuradio] top block edge list

2014-10-02 Thread Tom Rondeau
On Thu, Oct 2, 2014 at 9:48 AM, Ryan Marlow wrote: > Hey Jeff, > I had previously found those two options but was unsure if I was missing > anything else. dot_graph() seemed like a good option but it doesn't have > the block port information, like the term "dot graph" implies. I suppose > I'll j

Re: [Discuss-gnuradio] CGRAN down indefinitely, but hopefully not for long (want feedback)

2014-10-02 Thread Marcus Müller
Hi everyone, that seems to be a nice solution you're proposing, George. What about having a uber-repo that uses external submodules? This way, you could have your single CGRAN repo, with all the packages as submodules, some documentation in a single wiki, all per gitlab, and just keep the projects

[Discuss-gnuradio] GRC 3.6 / 802.11 a/g test signal

2014-10-02 Thread Ernest Szczepaniak
Greetings engi's! I'm currently working on my masters (802.11 wlan receiver with MATLAB/USRPN210). After creating all the important stuff ie: -symbol finder -time synchronization -coarse and fine frequency compensation -symbol demodulator -deinterleaver -Viterbi decoder -descrambler etc. -MAC la

Re: [Discuss-gnuradio] possible bug in tag->srcid processing

2014-10-02 Thread Tom Rondeau
On Wed, Oct 1, 2014 at 7:55 PM, Jeff Long wrote: > On 10/01/2014 10:47 AM, Tom Rondeau wrote: > >> On Thu, Sep 25, 2014 at 11:17 PM, Jeff Long > > wrote: >> >> It looks like you're doing it right. The example >> gr-blocks/examples/vector___source_with_tags.grc

Re: [Discuss-gnuradio] Using Microtelecom Perseus with GNU Radio

2014-10-02 Thread Tom Rondeau
On Thu, Oct 2, 2014 at 7:37 AM, jsam45 wrote: > Dear all, > > Is there a GNU Radio library that can be used for Microtelecom Perseus SDR? > I could find only an old code at > https://github.com/amontefusco/gnuradio-amontefusco. > > Thanks! > > Joseph > I'm not aware of any current projects with

[Discuss-gnuradio] Building with MSVC v16

2014-10-02 Thread Gisle Vanem
Hi list. I've managed to build Gr using MingW. Now trying the same using Visual C Express 2010 (cl 16), gives me some troubles. I'm just adding all my points here instead of multiple emails. *) reed-solomon/*.[ch] needs 'FIXED' to be defined since my cl doesn't support variable arrays. What bad

Re: [Discuss-gnuradio] Fwd: QT sink in xmlrpc client

2014-10-02 Thread Tom Rondeau
On Sun, Sep 28, 2014 at 6:26 PM, Murray Thomson wrote: > Hi, > > I have gnuradio running in a device with no gui. I've added a > xmlrcp_server to that computer and a xmlrpc_client to my desktop to control > the variables. I would like to add a QT GUI Sink to visualize data in the > client. Could

Re: [Discuss-gnuradio] CGRAN down indefinitely, but hopefully not for long (want feedback)

2014-10-02 Thread George Nychis
Marcus, I like the idea of an uber-repo with external submodules. That would mean these submodules could link to a repo we could provide the user, a repo they already have on github, or a repo they have on some other external server. But in the end, our uber repo would point to all of them and t

Re: [Discuss-gnuradio] CGRAN down indefinitely, but hopefully not for long (want feedback)

2014-10-02 Thread Rick Farina
On 10/02/2014 06:44 PM, George Nychis wrote: > Marcus, I like the idea of an uber-repo with external submodules. That > would mean these submodules could link to a repo we could provide the user, > a repo they already have on github, or a repo they have on some other > external server. But in th