[Discuss-gnuradio] Re: question about RFX2400

2011-01-04 Thread Nick Foster
On Tue, 2011-01-04 at 19:25 -0700, Malihe Ahmadi wrote: > Hi, > > I am testing a transceiver link in ISM band using two USRP2+RFX2400, one > configured as TX and the other one as RX. I would like to test my own > FPGA program, so for now I have your FPGA codes in which I only changed > the sign

[Discuss-gnuradio] question about RFX2400

2011-01-04 Thread Malihe Ahmadi
Hi, I am testing a transceiver link in ISM band using two USRP2+RFX2400, one configured as TX and the other one as RX. I would like to test my own FPGA program, so for now I have your FPGA codes in which I only changed the signal driving the DAC in TX to be an square wave (+8191 or -8192) wit

[Discuss-gnuradio] can inband_2rxhb_2tx.rbf use 8 bits sample?

2011-01-04 Thread James Jordan
Hi all, I want to use 8 bits sample. I use inband_2rxhb_2tx.rbf firmware. I use set_format( ) set data format as width 8 bits and shift 8 bits and the return true. But when I read data the data still 16 bits format. I do not use gr stuff to read data, however I directly read data. If I use 16 bits

Re: [Discuss-gnuradio] Question about the HBF in the DDC

2011-01-04 Thread Tom Rondeau
On Tue, Jan 4, 2011 at 1:13 PM, peng senl wrote: > Hello, > > I get a question about the half band filter in the DDC. I found that the LO > (local oscillator) in my daughter board is set at 0.2MHz less than the > carrier center frequency, which means that the IF of the output signal is > center

Re: [Discuss-gnuradio] Synchronized packet transmission

2011-01-04 Thread Josh Blum
On 01/03/2011 12:15 PM, Sangho Oh wrote: > If I synchronize two USRPs using pps clock > > uhd::time_spec_t time_spec = uhd::time_spec_t(0.0); > sdev->set_time_next_pps(time_spec); > boost::this_thread::sleep(boost::posix_time::seconds(1)); > You may want to print out sdev->get_time_now

[Discuss-gnuradio] Highest Datarates with GNURadio

2011-01-04 Thread mrahaim
Hi All, I started working with GNURadio a few months ago as a platform for use with a Visual Light Communication front end. I've had some good success with the basic benchmark testing and implementation of a few basic tests with GRC, but I'm curious as to what datarates have been achieved w

Re: [Discuss-gnuradio] how to perform spectrum sensing using energy detection method using gnu radio and usrp

2011-01-04 Thread Marcus D. Leech
On 01/04/2011 04:27 PM, abhijeet mate wrote: Hi, can anyone help me with how to perform spectrum sensing using energy detection method using gnu radio and usrp. Thanks and Regards, Abhijeet. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org

RE: [Discuss-gnuradio] gr_qtgui, SWIG. QT Signals and such

2011-01-04 Thread Mike Cornelius
> -Original Message- > From: Alexandru Csete [mailto:oz9...@gmail.com] > Sent: Wednesday, 5 January 2011 12:47 AM > To: Mike Cornelius > Cc: Tom Rondeau; discuss-gnuradio@gnu.org > Subject: Re: [Discuss-gnuradio] gr_qtgui, SWIG. QT Signals and such > > Greetings, > > Few months ago I st

[Discuss-gnuradio] how to perform spectrum sensing using energy detection method using gnu radio and usrp

2011-01-04 Thread abhijeet mate
Hi, can anyone help me with how to perform spectrum sensing using energy detection method using gnu radio and usrp. Thanks and Regards, Abhijeet. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-g

[Discuss-gnuradio] how can I proceed if no message is received?

2011-01-04 Thread Jie Liu
In GRC, I defined a message queue like below: self.msg_q = gr.msg_queue() It waits for the USRP transmitter, and read the message received in the USRP receiver in the local machine, using the code like below: m = tb.msg_q.delete_head() But if there is no message sent. It seems t

[Discuss-gnuradio] Need help in emergency for the fpga image

2011-01-04 Thread Gabriel Morel
Hello everyone, I must find a way to compile the FPGA project for the USRP2 to continue my Masters. I use ISE 12.1 and the top project u2_rev3 in the repository git://ettus.sourcerepo.com/ettus/fpga.git using all the files in different makefile. The compilation works well and I get the bin file

[Discuss-gnuradio] Question about the HBF in the DDC

2011-01-04 Thread peng senl
p { margin-bottom: 0.08in; } Hello, I get a question about the half band filter in the DDC. I found that the LO (local oscillator) in my daughter board is set at 0.2MHz less than the carrier center frequency, which means that the IF of the output signal is

Re: [Discuss-gnuradio] gr_qtgui, SWIG. QT Signals and such

2011-01-04 Thread Tom Rondeau
On Tue, Jan 4, 2011 at 8:47 AM, Alexandru Csete wrote: > Greetings, > > Few months ago I started experimenting with using Qt and the gr-qtgui > component and I found it to be much easier to work with that wxPython. > > I found the additional controls to be useful when they are needed but > they ta

Re: [Discuss-gnuradio] MIMO-OFDM 2x1 Alamouti code.

2011-01-04 Thread Tom Rondeau
On Mon, Jan 3, 2011 at 11:50 PM, wrote: > Hi all, > > Maybe this question has already been done, but I didn't found any relevant > information about it. I want to implement a MIMO OFDM system (2X1) with > the Alamouti's code in the URSP one, but so far I've only been able to run > an OFDM system

Re: [Discuss-gnuradio] DDC and Polyphase Channelizer

2011-01-04 Thread Tom Rondeau
On Mon, Jan 3, 2011 at 11:25 PM, Jimmy Richardson wrote: >> >> Indeed. Very strange. My guess is that there is a misconception >> somewhere in the code about sample rate. I can't quite see it in my >> head, but I'm guessing that the channel spacing isn't exactly the >> channel spacing you think it

[Discuss-gnuradio] OFDM Benchmark Change Modulation

2011-01-04 Thread You Lizhao
Hi all, Recently I want to implement a OFDM based multi-rate system, and I am using benchmark_ofdm_tx/benchmark_ofdm_rx programs in ofdm directory. I know I can use unlock/lock mechnism to disconenct/connect the exising blocks to change modulation block, and it indeed works. However, I also notice

Re: [Discuss-gnuradio] gr_qtgui, SWIG. QT Signals and such

2011-01-04 Thread Alexandru Csete
Greetings, Few months ago I started experimenting with using Qt and the gr-qtgui component and I found it to be much easier to work with that wxPython. I found the additional controls to be useful when they are needed but they take up quite a lot pf vertical space. In the present configuration th

[Discuss-gnuradio] USB controller. How to solve ehci problem?

2011-01-04 Thread Fran_
Hi, this is my first message so hi everyone. Well, at last i have my USRP (i got it yesterday), it works (a Flashing green led is working, ok). But, looks like i can't "open" the usrp. Ok, after search by internet it seems like it is an USB controller error (by the way, seems to be the TYPICAL

Re: [Discuss-gnuradio] cannot detect USRP2 on ubuntu 9.10 whatsoever...various solutions adopted...

2011-01-04 Thread yyl
Thanks for reply. It seems to be the problem of the promiscuous mode(broadcast&multicast) of the ethernet card...I use wireshark to detect the packet transmission between pc and usrp2 when it plugs in. Surprisingly find_usrps works and both sent and received packets are detected. It looks that

Re: [Discuss-gnuradio] cannot detect USRP2 on ubuntu 9.10 whatsoever...various solutions adopted...

2011-01-04 Thread Andrew Rich
Arp ? This should return the Mac address and any ip address heard Does a usrp. Ping ? Sent from my iPhone Andrew Rich On 04/01/2011, at 18:53, yyl wrote: > Happy new year! > Just to notify, my ethernet works fine -- I could use wired internet to > connect to the Internet. > > > On 12/

RE: [Discuss-gnuradio] gr_qtgui, SWIG. QT Signals and such

2011-01-04 Thread Mike Cornelius
On Tue, Jan 4, 2011 at 2:42 AM, Tom Rondeau wrote: > > On Mon, Jan 3, 2011 at 2:53 AM, Mike Cornelius wrote: > > Hi All, > > > > I've been playing around with gr_qtgui and adding a few 'enhancements' to > > suit my application, in doing so I've come to a bit of sticking point and > > I'm lookin

Re: [Discuss-gnuradio] cannot detect USRP2 on ubuntu 9.10 whatsoever...various solutions adopted...

2011-01-04 Thread yyl
Happy new year! Just to notify, my ethernet works fine -- I could use wired internet to connect to the Internet. On 12/31/2010 01:34 AM, Nick Foster wrote: Verify that the ethernet card (and cable) work with another device such as a network switch. The USRP2 should work with any gigabit Ether