Re: [Discuss-gnuradio] Problem with USRP PSK modulation

2012-04-18 Thread Edmar Candeia Gurjao
Hi Vivian, give us details about your set up, like what USRP you are using, daughterboads and frequency of transmission, Edmar 2012/4/18 Vivian Paola Triana Galeano : > > I think my problem has something to do with the parameters of the USRP. > > I try to send a file modulated with BPSK. So I b

Re: [Discuss-gnuradio] switching between two flow-graphs / controlling two flow-graphs

2011-08-02 Thread Edmar Candeia Gurjao
niaz ahmed > > > On Mon, Aug 1, 2011 at 12:04 AM, Edmar Candeia Gurjao < > ecand...@dee.ufcg.edu.br> wrote: > >> Tom, >> >> last time I got gnuradio using git the path I had to apply the patch, >> >> Edmar >> >> >> 2011/7/31 Tom

Re: [Discuss-gnuradio] switching between two flow-graphs / controlling two flow-graphs

2011-07-31 Thread Edmar Candeia Gurjao
Tom, last time I got gnuradio using git the path I had to apply the patch, Edmar 2011/7/31 Tom Rondeau > On Fri, Jul 29, 2011 at 9:33 AM, Edmar Candeia Gurjao > wrote: > > Hi, > > > > there is a patch in the mailing list to this problem in the patch mailing > &g

Re: [Discuss-gnuradio] switching between two flow-graphs / controlling two flow-graphs

2011-07-29 Thread Edmar Candeia Gurjao
Hi, there is a patch in the mailing list to this problem in the patch mailing list http://lists.gnu.org/archive/html/patch-gnuradio/2011-07/msg1.html I have aplied and it works, Edmar 2011/7/29 niaz ahmed > Hi, > > I am working on an application ( half duplex communication ) where i have

Re: [Discuss-gnuradio] listen to radio station fm or am

2011-07-25 Thread Edmar Candeia Gurjao
Hi Walter, you can use usrp_wfm.py, it is on the gnuradio examples. However you must worry about frequencies if you inted to listen comercial AM or FM stations, Edmar 2011/7/25 Walter Barmak > Hi, > > I wanted to try connecting to a radio station and listening to it. Is > there a command for t

Re: [Discuss-gnuradio] Installng GNURadio from git repository

2011-06-22 Thread Edmar Candeia Gurjao
Hi Tom, the right link is git clone git://gnuradio.org/gnuradio Edmar 2011/6/22 Tom Rondeau > On Wed, Jun 22, 2011 at 9:14 PM, Edmar Candeia Gurjao < > ecand...@dee.ufcg.edu.br> wrote: > >> Hi Sumit, >> >> I had the same error and I solved it typing git

Re: [Discuss-gnuradio] Installng GNURadio from git repository

2011-06-22 Thread Edmar Candeia Gurjao
Hi Sumit, I had the same error and I solved it typing git clone http://gnuradio.org/git/gnuradio (without .git). Beyond this, after make install I tried to test with typing from gnuradio import gr in Python console and an error appears, I tried to use grc and I receive a message asking if PYTHONP