Re: [Discuss-gnuradio] uhd_fft and rx_ascii_art_dft die after 30 seconds

2011-11-01 Thread Clark Pope
> Date: Sun, 30 Oct 2011 23:36:25 -0400 > From: mle...@ripnet.com > To: discuss-gnuradio@gnu.org > Subject: Re: [Discuss-gnuradio] uhd_fft and rx_ascii_art_dft die after 30 > seconds > > On 30/10/11 11:27 PM, Clark Pope wrote: > > > > I am running ubuntu

Re: [Discuss-gnuradio] USRP2 / Tunnel.py packet reflection issue

2011-11-01 Thread Marcus D. Leech
On 01/11/11 08:02 PM, Tuan (Johnny) Ta wrote: > Thanks for the explanation. I managed to get the system working by > introducing a delay before every packet transmission. I know it's a > hack but that's the quickest method I can think of. The minimum delay > that I can get it to work is 11ms. It se

Re: [Discuss-gnuradio] USRP2 / Tunnel.py packet reflection issue

2011-11-01 Thread Tuan (Johnny) Ta
Thanks for the explanation. I managed to get the system working by introducing a delay before every packet transmission. I know it's a hack but that's the quickest method I can think of. The minimum delay that I can get it to work is 11ms. It seems quite large. Is this reasonable for the turn-aroun

Re: [Discuss-gnuradio] Two fixes for qtgui

2011-11-01 Thread Johnathan Corgan
On Tue, Nov 1, 2011 at 16:26, Philip Balister wrote: > Johnathon, can you pull these two fixes for qtgui? This solves a problem > we are having on the e100. > This is done. Johnathan ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://

[Discuss-gnuradio] Two fixes for qtgui

2011-11-01 Thread Philip Balister
Johnathon, can you pull these two fixes for qtgui? This solves a problem we are having on the e100. https://github.com/balister/GNU-Radio/commits/qtgui_update_rate_fix Philip ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.

Re: [Discuss-gnuradio] GNU Radio release candidate 3.5.0rc0 available for download

2011-11-01 Thread Arturo Rinaldi
Nella citazione in data mar 01 nov 2011 22:22:06 CET, Ben Hilburn ha scritto: Svante - You say "see below", but I'm not seeing any error messages or attached files in your e-mail. Tell me if they are there and I'm just not seeing them, as it might be my mail client. Regardless, yes, please

Re: [Discuss-gnuradio] How can Receiver separate between two different frequency's input

2011-11-01 Thread Marcus D. Leech
I am working on an application where i receive input at audio_sink and check for tone or data. Data is FSK modulated at 1k and 3k whereas Tone is of 2k (i.e Tone lies in the middle). I have written a flow graph which consists of two heirarichal flow graphs (tone_rx and data_rx). Input is re

Re: [Discuss-gnuradio] GNU Radio release candidate 3.5.0rc0 available for download

2011-11-01 Thread Ben Hilburn
Svante - You say "see below", but I'm not seeing any error messages or attached files in your e-mail. Tell me if they are there and I'm just not seeing them, as it might be my mail client. Regardless, yes, please join the USRP-Users list, and post your questions there. We will be happy to field

Re: [Discuss-gnuradio] GNU Radio release candidate 3.5.0rc0 available for download

2011-11-01 Thread Svante Signell
On Tue, 2011-11-01 at 12:00 -0700, Ben Hilburn wrote: > Svante - > > > UHD is an entirely different project from GNURadio. UHD provides the > firmware & API for Ettus Research SDRs. GNURadio has support for > UHD-compatible devices, through gr-uhd, but they are different > projects. You can, i

Re: [Discuss-gnuradio] GNU Radio release candidate 3.5.0rc0 available for download

2011-11-01 Thread Ben Hilburn
Johnathan - Awesome! I'm building the git tag now. I'll let you know if I encounter anything =) Cheers, Ben On Sat, Oct 29, 2011 at 1:03 PM, Johnathan Corgan < jcor...@corganenterprises.com> wrote: > GNU Radio release candidate 3.5.0rc0 has been tagged on the master branch > and made availab

Re: [Discuss-gnuradio] GNU Radio release candidate 3.5.0rc0 available for download

2011-11-01 Thread Ben Hilburn
Svante - UHD is an entirely different project from GNURadio. UHD provides the firmware & API for Ettus Research SDRs. GNURadio has support for UHD-compatible devices, through gr-uhd, but they are different projects. You can, in fact, install GNURadio without UHD, and use GNURadio with SDRs that

[Discuss-gnuradio] Making my own blocks

2011-11-01 Thread Chris Lirakis
Thanks to everyone who responded to my post yesterday. I've been slowly slogging my way through the code. Yes, it is a lot less connected than I originally thought. I needed to extract some helper functions from gnuradio/gr So now I am making some custom blocks. How can I get the block ID to show

Re: [Discuss-gnuradio] GNU Radio release candidate 3.5.0rc0 available for download

2011-11-01 Thread Svante Signell
On Sat, 2011-10-29 at 13:03 -0700, Johnathan Corgan wrote: > GNU Radio release candidate 3.5.0rc0 has been tagged on the master > branch and made available as a tarball: > > http://gnuradio.org/redmine/attachments/download/281/gnuradio-3.5.0rc0.tar.gz > > As a release candidate, this tarball repr

[Discuss-gnuradio] GNU Radio support for Epiq Solutions' Matchstiq SDR

2011-11-01 Thread John Orlando
Epiq Solutions is pleased to announce our most recent software defined radio platform called Matchstiq, a complete SDR system consisting of a broadband RF transceiver + FPGA + 1 GHz ARM processor that supports GNU Radio. Matchstiq fits in the palm of your hand, and fills a void in the current SDR

[Discuss-gnuradio] How can Receiver separate between two different frequency's input

2011-11-01 Thread Niaz Ahmed
I am working on an application where i receive input at audio_sink and check for tone or data. Data is FSK modulated at 1k and 3k whereas Tone is of 2k (i.e Tone lies in the middle). I have written a flow graph which consists of two heirarichal flow graphs (tone_rx and data_rx). Input is received