[Discuss-gnuradio] tests for openbts

2009-04-09 Thread Hassan Moradi
Hi, There is a folder in openbts package called "tests". It includes some cpp files along with a README file which describes how to run the test examples. But the files are not compiled by "make" command! I don't know how they can be compiled. Has anybody tried to make, compile or run the tes

[Discuss-gnuradio] Re: CGRAN down, working on it!

2009-04-09 Thread George Nychis
We're back! Let me know if anyone runs in to issues. - George On Thu, Apr 9, 2009 at 2:52 PM, George Nychis wrote: > Hi all, > > The machine we serve CGRAN from is down right now. We had a disk error > that we are working on fixing up right now. No data will be lost, but it > might take us

[Discuss-gnuradio] CGRAN down, working on it!

2009-04-09 Thread George Nychis
Hi all, The machine we serve CGRAN from is down right now. We had a disk error that we are working on fixing up right now. No data will be lost, but it might take us a couple more hours to get it up. Sorry for the inconvenience! - George ___ Discuss-

Re: [Discuss-gnuradio] Using the dqpsk modulator

2009-04-09 Thread Eric Blossom
On Thu, Apr 09, 2009 at 09:46:43AM -0700, karim wrote: > Hi, > I am trying to use the dqpsk modulator block to modulate some data and > then take the output and separate it to real and imag. This is the code, > it runs but the sinks are empty and have no data. What am I doing wrong? You're pr

Re: [Discuss-gnuradio] Receiving and then sending using USRP2

2009-04-09 Thread Eric Blossom
On Thu, Apr 09, 2009 at 04:47:07PM +0200, Per Zetterberg wrote: > Dear All, > > I have copied rx_streaming_samples.cc from "usrp2/host/apps" to a local > directory, compiled and linked with libusrp2 etc. It works. However, in > a first small step towards transmitting with the usrp2 I added > "u2->

[Discuss-gnuradio] Using the dqpsk modulator

2009-04-09 Thread karim
Hi, I am trying to use the dqpsk modulator block to modulate some data and then take the output and separate it to real and imag. This is the code, it runs but the sinks are empty and have no data. What am I doing wrong? I also get this when I run it: >>> gr_fir_ccf: using SSE What does it me

Re: [Discuss-gnuradio] Receiving and then sending using USRP2

2009-04-09 Thread Johnathan Corgan
On Thu, 2009-04-09 at 16:47 +0200, Per Zetterberg wrote: > I have copied rx_streaming_samples.cc from "usrp2/host/apps" to a local > directory, compiled and linked with libusrp2 etc. It works. However, in > a first small step towards transmitting with the usrp2 I added > "u2->set_tx_center_freq(19

[Discuss-gnuradio] Receiving and then sending using USRP2

2009-04-09 Thread Per Zetterberg
Dear All, I have copied rx_streaming_samples.cc from "usrp2/host/apps" to a local directory, compiled and linked with libusrp2 etc. It works. However, in a first small step towards transmitting with the usrp2 I added "u2->set_tx_center_freq(1902.5e6, &tr)" just before the end of main (and nothing