Re: [Discuss-gnuradio] question about BasicTX

2010-03-23 Thread Tommi Rouvali
The output power of Basic TX is about 0.5 mW, and it is too low for air transmit. Your gain booster sounds just fine, and it should do the trick. But can you tell what frequency you are trying to transmit and does your booster operate on that frequency? Also, it would be good idea to use /usrp_sig

[Discuss-gnuradio] question about BasicTX

2010-03-23 Thread Li Mei-Wen
Dear All: I want to use Basic TX to transmission signal by 100m distance. But I can't reach the distance. Have any way to help it? In hardware I added the gain booster (30dBm) But I only got 5 m. They be caused by hardware? or the software can help? Thanks in advance. Mei-Wen Li (Emily)

[Discuss-gnuradio] 192KHz sound cards/USB-2.0

2010-03-23 Thread Marcus D. Leech
Anyone have any positive experience with 192KHz sound cards/USB-2.0 external that work with Linux, and that support the full 192KHz rate on input? -- Principal Investigator Shirleys Bay Radio Astronomy Consortium http://www.sbrac.org ___ Discuss-

Re: [Discuss-gnuradio] building gnuradio's gr-qtgui with qt 4.6

2010-03-23 Thread Tom Rondeau
On Tue, Mar 23, 2010 at 6:44 PM, Gregor Dschung wrote: >> >>  make clean >>  ./bootstrap >>  ./configure >>  make && make check >>  sudo make install >> >> Eric >> > > At first that wasn't successful. Then I've taken a deeper look into > the make process: > gr-qtgui/src/lib/Makefile.am > [...] >

[Discuss-gnuradio] DDC in gr-sounder FPGA configuration

2010-03-23 Thread Yan Nie
Dear all, I'm reading the receiver part of gr-sounder project. As my undering, in the FPGA configuration of this project, the received signal directly goes to the sounder module, after being demuxed into I and Q signals by adc_interface module. I didn't see any module of the FPGA configuration

[Discuss-gnuradio] Receiving and displaying video

2010-03-23 Thread Demijan Klinc
Hi everyone: I am trying to implement a USRP testbed, where a transmitter sends video and the receiver displays it in real-time. I've been playing around with benchmark tx/rx and am now able to transmit files between the USRPs (I use USRP2s and XCVR2450s). The question is what would be the bes

[Discuss-gnuradio] gmsk_demod block

2010-03-23 Thread Marcus D. Leech
Can I use this block on the output of a bandpass filter that doesn't downconvert to baseband, or must the data always be basebanded? I have an application (a VLF receiver application) it uses the audio subsystem to sample from around DC to around 40KHz or so, and carves off up to 4 narrowband

Re: [Discuss-gnuradio] building gnuradio's gr-qtgui with qt 4.6

2010-03-23 Thread Gregor Dschung
> >  make clean >  ./bootstrap >  ./configure >  make && make check >  sudo make install > > Eric > At first that wasn't successful. Then I've taken a deeper look into the make process: gr-qtgui/src/lib/Makefile.am [...] if BUILD_QT %_moc.cc : %.h $(QT_MOC_EXEC) -DQT_SHARED -DQT_NO_DEBUG

Re: [Discuss-gnuradio] USRP2 with a Switch

2010-03-23 Thread Juha Vierinen
I don't know that much about this, but I am also interested in getting a lot of USRP2s working coherently. I currently have approximately the same setup as you do, but I am also curious about how to expand it. Please let us know how you advance on this front. The solution that I am playing with ri

Re: [Discuss-gnuradio] USRP2 with a Switch

2010-03-23 Thread Eric Blossom
On Tue, Mar 23, 2010 at 09:54:37AM -0700, ValentinG wrote: > > Dear all, > We have 12 USRP2 boards which we would like to synchronise and run in a > phase array system as an expansion of the 4 element system we currently have > running using the VRT branch of GNURadio. > > Currently we use a 4 po

Re: [Discuss-gnuradio] Help please - install

2010-03-23 Thread Eric Blossom
On Fri, Mar 19, 2010 at 07:28:19PM +1000, Andrew Rich wrote: > Hello > > I am installing gnuradio on openSUSE. > > I got this far and then got stuck:- > > 1) gcc - YAST > 2) python and python devel - YAST > 3) SWIG - YAST > 4) FFTW3F -devel YAST > 5) ccpunit - YAST > 6) I am now stuck on "boost

Re: [Discuss-gnuradio] Question about 16 bit signed integer samples

2010-03-23 Thread Eric Blossom
On Fri, Mar 12, 2010 at 11:17:13AM +0100, Sergio Benco wrote: > > I'm interested in extracting samples from USRP to perform some spectrum > analysis on them. I use an USRP and a XCVR2450 to receive signals in the > ISM 2.4GHz band. My setup in GRC is a USRP (decim 64, gain 0dB, baseband > 2.405GHz

[Discuss-gnuradio] interworking USRP

2010-03-23 Thread Andrew Rich
Hello I am trying to wrap my head around the interprocess workings of USRP and gnuradio The FPGA contains a program that accepts commands from a C++ module ? What is the logical presence of the hardware on LINUX ? is it at the /dev/USB device ? Are any other USRP's on ethernet ? I am gatheri

[Discuss-gnuradio] anyone interested in building a TDMA protocol on USRP1? base code...

2010-03-23 Thread George Nychis
Hi all, I have posted some of the implementation of the MAC protocols used in "Enabling MAC Protocol Implementations on Software-defined Radios": http://www.andrew.cmu.edu/user/gnychis/nychis_nsdi09.pdf I have not yet posted the host implementations, but I am getting around to posting the high pe

Re: [Discuss-gnuradio] Re: Help please - install openSUSE 11.1 gnuradio

2010-03-23 Thread Gregor Dschung
On a fresh openSUSE 11.2, if have installed gnuradio a few days ago. After the installation, rpm -qa --last gave me python-Cheetah-2.4.0-1.3 So 21 Mär 2010 23:41:46 CET python-lxml-2.2.2-2.1 So 21 Mär 2010 23:38:17 CET python-wxGTK-2.8.10.1-2.pm.3.1

Re: [Discuss-gnuradio] Error when trying to run two python programs simultaneously

2010-03-23 Thread drcabrejos
Thanks! I'll try to make a custom app and see if I can get this working. David Cabrejos Josh Blum-2 wrote: > > Ahh I see. The rule is, one process per usrp. Only one process can have > the usb handle, send/recv, and handle control per usrp device. > Therefore, you will have to make a custom

Re: [Discuss-gnuradio] Error when trying to run two python programs simultaneously

2010-03-23 Thread Josh Blum
Ahh I see. The rule is, one process per usrp. Only one process can have the usb handle, send/recv, and handle control per usrp device. Therefore, you will have to make a custom app that combines the utilities of tunnel.py and spectrum_sense.py -Josh On 03/23/2010 09:52 AM, drcabrejos wrote:

Re: [Discuss-gnuradio] USRP synchronization

2010-03-23 Thread Matt Ettus
On 03/15/2010 10:24 PM, Per Zetterberg wrote: 4.) Do the PLL's on the daugherboard tune every time a C++ or Python program is run or every time the board is powered on? i.e. for phased arrays will we just need to calibrate every time the board is powered on or every time we take a given stre

Re: [Discuss-gnuradio] ISM band removal in RFX2400

2010-03-23 Thread Matt Ettus
On 03/23/2010 01:26 AM, Krishna S wrote: Hi , i have ordered two RFX2400 daughterboards for my USRP2. While it is yet to arrive, i have few questions bothering me, To use 2.6GHz or 2.7GHz frequency, i have to remove the ISM band Filter in RFX2400 Daughter Board. I have learn t form internet th

[Discuss-gnuradio] USRP2 with a Switch

2010-03-23 Thread ValentinG
Dear all, We have 12 USRP2 boards which we would like to synchronise and run in a phase array system as an expansion of the 4 element system we currently have running using the VRT branch of GNURadio. Currently we use a 4 port PCIe Gb Ethernet Card to connect the USRP2 boards to the host computer

[Discuss-gnuradio] USRP2 with a Switch

2010-03-23 Thread ValentinG
Dear all, We have 12 USRP2 boards which we would like to synchronise and run in a phase array system as an expansion of the 4 element system we currently have running using the VRT branch of GNURadio. Currently we use a 4 port PCIe Gb Ethernet Card to connect the USRP2 boards to the host computer

Re: [Discuss-gnuradio] Error when trying to run two python programs simultaneously

2010-03-23 Thread drcabrejos
Josh, Thanks for the prompt reply. I tried using this command, but this command seems to be applied if I have 2 USRPs connected to a single computer. On my case, I have 2 computers and 1 USRP connected to each computer. Each USRP have 2 RFX2400 daughterboards. I'm trying to run both programs

Re: [Discuss-gnuradio] Error when trying to run two python programs simultaneously

2010-03-23 Thread Josh Blum
On 03/23/2010 07:46 AM, drcabrejos wrote: Hi All, I have 2 (two) USRP1 and 2 (two) RFX2400 connected to each USRP1. What I want to do is to have communication between the devices and scan for the spectrum simultaneously. If running programs one by one, all works great. Running both at the s

[Discuss-gnuradio] Error when trying to run two python programs simultaneously

2010-03-23 Thread drcabrejos
Hi All, I have 2 (two) USRP1 and 2 (two) RFX2400 connected to each USRP1. What I want to do is to have communication between the devices and scan for the spectrum simultaneously. If running programs one by one, all works great. Running both at the same time, gives me an error saying that the US

Re: [Discuss-gnuradio] USRP Under Flow

2010-03-23 Thread halidziya yerebakan
Hi every one ; I listen music in my beagle board now I use file sink self.gr_wavfile_sink_0 = gr.wavfile_sink("dosya.wav", 1,32000 , 8) than I play with alsa tools aplay -t wav -c 2 -r 32000 -f S16_LE -v dosya.wav On Thu, Mar 18, 2010 at 1:27 PM, Philip Balister wrote: > On 03/18/

[Discuss-gnuradio] 1 PPS for USRP2 ?

2010-03-23 Thread Krishna S
Hi,     I am trying to synchronize two USRP2's using GPS receiver of 10MHz and 1 PPS. recently ,i ran into some problem with 1 PPS output from GPS receiver, but output clock 10 MHz seems to be perfectly alright. 1) Do i really need 1 PPS input along with 10MHz Clock for USRP2?  2) Is it no

[Discuss-gnuradio] ISM band removal in RFX2400

2010-03-23 Thread Krishna S
Hi , i have ordered two RFX2400 daughterboards for my USRP2. While it is yet to arrive, i have few questions bothering me, To use 2.6GHz or 2.7GHz frequency, i have to remove the ISM band Filter in RFX2400 Daughter Board. I have learn t form internet that some minor hardware modificati