Re: [Discuss-gnuradio] Question on FDD/full duplex and TDMA operation with USRP1

2010-04-05 Thread Tom Rondeau
On Mon, Apr 5, 2010 at 5:17 PM, wrote: > Hello > > We are at Aalborg University currently working on building a USRP1 based > testbed for OFDMA requiring FDD/full duplex as well as TDMA (using timestamp > functionality). > In an earlier post, dated 02 Mar 2009, it was mentioned that for USRP2 som

Re: [Discuss-gnuradio] USRP2 firmware build error

2010-04-05 Thread Tom Rondeau
On Mon, Apr 5, 2010 at 4:40 PM, Stefan Fehrle wrote: > > Tom Rondeau schrieb: >>> Now I can build the firmware. >>> >>> When I copy "txrx.bin" from the subfolder apps to the sd-card. I can't >>> connect to the USRP2. The led e and f burns. The GNU Radio Companion >>> (GRC) >>> stops the program wi

Re: [Discuss-gnuradio] USRP2 Diagnostics in GRC

2010-04-05 Thread Johnathan Corgan
On Mon, Apr 5, 2010 at 11:27, Umair Naeem wrote: > I tried installing from the tarball that i downloaded from the link given > below by you but when run ./configure , it says > > Checking for ... > ... ... ... > Checking for Cppunit - version >= 1.9.14... configure: error: GNU Radio > requires

[Discuss-gnuradio] Question on FDD/full duplex and TDMA operation with USRP1

2010-04-05 Thread jmk
Hello We are at Aalborg University currently working on building a USRP1 based testbed for OFDMA requiring FDD/full duplex as well as TDMA (using timestamp functionality). In an earlier post, dated 02 Mar 2009, it was mentioned that for USRP2 some modifications had to be made for the firmwa

Re: [Discuss-gnuradio] USRP2 firmware build error

2010-04-05 Thread Stefan Fehrle
Tom Rondeau schrieb: >> Now I can build the firmware. >> >> When I copy "txrx.bin" from the subfolder apps to the sd-card. I can't >> connect to the USRP2. The led e and f burns. The GNU Radio Companion >> (GRC) >> stops the program with the error message "RuntimeError: No USRPs found >> on >> int

Re: [Discuss-gnuradio] USRP2 Diagnostics in GRC

2010-04-05 Thread Josh Blum
aha, you have fedora... 1) build guide: http://gnuradio.org/redmine/wiki/gnuradio/BuildGuide 2) fedora specific: http://gnuradio.org/redmine/wiki/gnuradio/FedoraInstall 3) yum install: http://gnuradio.org/redmine/wiki/gnuradio/FedoraInstall#Gnuradio-from-tarball bah bum! -Josh On 04/05/201

Re: [Discuss-gnuradio] USRP2 Diagnostics in GRC

2010-04-05 Thread Umair Naeem
I tried installing from the tarball that i downloaded from the link given below by you but when run ./configure , it says Checking for ... ... ... ... Checking for Cppunit - version >= 1.9.14... configure: error: GNU Radio requires cppunit. Stop and when i run 'yum install cppunit', it says,

[Discuss-gnuradio] Exact calculations in gr.interp_fir_filter_ccc

2010-04-05 Thread Achilleas Anastasopoulos
I made the following simple example using the fir interpolation filter: input sequence x=[1,2,3,4,5] interpolation = 1 channel h=[1] output sequence y=[1,2,3,4,5] channel h=[1,0] output sequence y=[1,2,3,4,5] so far so good. Now I changed to interpolation = 2 channel h=[1] output sequence y=[

Re: [Discuss-gnuradio] USRP2 source and receiving samples question

2010-04-05 Thread Charles Irick
Hi, I made a lower level c++ implementation using the code from rx_streaming_samples.cc in /usrp2/host/apps and manually put in a tx before the receive portion and it works fine. It seems the issue is related to noutput_items in my gr- module. As I stated above it uses 8162 for noutput_items for wh

[Discuss-gnuradio] benchmark_rx/tx.py

2010-04-05 Thread Jason Uher
On Sun, Apr 4, 2010 at 7:40 AM, Merve Deniz wrote: >   Hi, > >   I am trying to do DBPSK modulation/demodulation using USRP1 and RFX1800. I > run benchmark_tx at the transmitter side and rx at the receiver side. It > worked great but I could not understand what packages I sent. So I am not > sure

[Discuss-gnuradio] swig use in gnuradio

2010-04-05 Thread 陈小惠
Hi, everyone I want use the hydra architecture for our MAC protocol design. When I browse hydra code, I see some code like: inline gr_msg_queue_sptr inputQ() const { return d_tx.inputQ(); } inline gr_msg_queue_sptr ctrlQ() const { return d_rx.ctrlQ(); } inline gr_msg_queue_sptr outputQ() const {