Re: [Discuss-gnuradio] lowest power of the signal that LFRX can capture

2011-02-15 Thread Przemyslaw Dmochowski
Hi, Look at the schematic of LFRX and change the resistors in the feedback to get 20dB of gain more. Your bandwidth will be limited to about 15MHz but LFRX will be still usable in the full bandwidth, or you can set lower gain to get more bandwidth if needed. With my LFRX set to 20dB of gain I c

Re: [Discuss-gnuradio] Question UHD, WINDOWS

2011-02-15 Thread Josh Blum
>As I mentioned a few times here, I really can't install that GNU Radio in > Windows environment (I followed all steps found in those descriptions > regarding, > how to install it with MinGW or CygWin). So I have to give it up and try to I'm posting a uhd, gnuradio, and misc dependencies

Re: [Discuss-gnuradio] Question UHD, WINDOWS

2011-02-15 Thread Nick Foster
On Tue, 2011-02-15 at 17:41 -0800, Florian Eugen wrote: > Hi, > >As I mentioned a few times here, I really can't install that GNU > Radio in Windows environment (I followed all steps found in those > descriptions regarding, how to install it with MinGW or CygWin). So I > have to give it up an

Re: [Discuss-gnuradio] GNU Radio on /. "Keys Leaking Through the Air At RSA"

2011-02-15 Thread Michael Dickens
No primary article ... g ... but an interesting comment: < http://it.slashdot.org/comments.pl?sid=1997316&cid=35215688 > Some background (Score:5, Informative) by Dr. JJJ (325391) on Tuesday February 15, @05:43PM (#35215688) I'm sorry that there's no direct article for this submission, and

[Discuss-gnuradio] GNU Radio on /. "Keys Leaking Through the Air At RSA"

2011-02-15 Thread Michael Dickens
< http://it.slashdot.org/story/11/02/15/2052252/Keys-Leaking-Through-the-Air-At-RSA > The RSA Conference is underway in San Francisco. A theme among the opening speakers is that the attackers are winning, and even well-funded organizations like NASDAQ can't secure their networks reliably. The

[Discuss-gnuradio] Question UHD, WINDOWS

2011-02-15 Thread Florian Eugen
Hi,    As I mentioned a few times here, I really can't install that GNU Radio in Windows environment (I followed all steps found in those descriptions regarding, how to install it with MinGW or CygWin). So I have to give it up and try to focuse on other solutions like UHD or maybe others. What

Re: [Discuss-gnuradio] 3 New Products from Ettus Research

2011-02-15 Thread Josh Blum
On 02/15/2011 08:41 AM, Eric Cottrell wrote: > Hello, > > The TVRX2 sounds very interesting. How are the two receivers mapped to the > output? Does each receiver map to a different frequency range on the output? > We are adding a second DSP receive chain to the FPGA build. You will be able

Re: [Discuss-gnuradio] 3 New Products from Ettus Research

2011-02-15 Thread Matt Ettus
On 02/15/2011 09:32 AM, Juha Vierinen wrote: >> 2) TVRX2 Daughterboard >> >> The TVRX2 daughterboard replaces the original TVRX. It is a dual >> receiver covering 50 MHz to 860 MHz. There are 2 entirely separate >> receivers which can be used simultaneously, either on the same or >> different f

Re: [Discuss-gnuradio] 3 New Products from Ettus Research

2011-02-15 Thread Matt Ettus
On 02/15/2011 08:41 AM, Eric Cottrell wrote: > Hello, > > The TVRX2 sounds very interesting. How are the two receivers mapped > to the output? Does each receiver map to a different frequency range > on the output? No, there are 2 separate streams, both at complex baseband. > The two receivers

Re: [Discuss-gnuradio] USRP2 with 10MHz Function Generator

2011-02-15 Thread Per Zetterberg
On Tue, 2011-02-15 at 11:43 -0800, Matt Ettus wrote: > On 02/09/2011 05:15 PM, hafiz zimran wrote: > > Hi > > > > > > > > 1) I am interested to use Function Generator with Square Waveform > > out put as a Reference Clock input (10 MHZ)to USRP2. Is this a fine > > approach to do so…? > >

Re: [Discuss-gnuradio] details on changing singleusrp buffer allocations

2011-02-15 Thread Josh Blum
Pass them in with the device arguments, just like addr, serial and the rest. Its just more optional key/value string pairs device_address["recv_frame_size"] = "1024" -josh On 02/15/2011 10:57 AM, Feng Andrew Ge wrote: > Could anybody please tell me how to set the following parameters? I am > wo

Re: [Discuss-gnuradio] USRP2 with 10MHz Function Generator

2011-02-15 Thread Matt Ettus
On 02/09/2011 05:15 PM, hafiz zimran wrote: > Hi > > > > 1) I am interested to use Function Generator with Square Waveform > out put as a Reference Clock input (10 MHZ)to USRP2. Is this a fine > approach to do so…? Yes > > 2) What is the relation ship between PPS IN and REF Clock

Re: [Discuss-gnuradio] USRP1 waveform

2011-02-15 Thread Tom Rondeau
On Tue, Feb 15, 2011 at 11:31 AM, Daniel Dekst wrote: > Hi, All, > > I'm using USRP1 with XCVR2450 daughterboard. > I transmit packets with OFDM modulation as in benchmark_ofdm_tx.py. > Using usrp_fft.py I detect the wave form as > http://www.cse.msu.edu/~huangpe3/music/usrp_fft.png > > The two e

[Discuss-gnuradio] details on changing singleusrp buffer allocations

2011-02-15 Thread Feng Andrew Ge
Could anybody please tell me how to set the following parameters? I am working on supporting UHD in the Python digital communication example and hopefully I can soon share my code with the list. * *recv_frame_size:* The size of a single receive buffer in bytes * *num_recv_frames:* The nu

Re: [Discuss-gnuradio] lowest power of the signal that LFRX can capture

2011-02-15 Thread Nick Foster
On Mon, 2011-02-14 at 23:01 -0500, Yan Nie wrote: > Dear all, > > What's the lowest power of the signal that LFRX can capture? How can I > receive a signal between -20dBm and -10dBm by LFRX? > I already set the USRP gain to the greatest, 20dB, but still cannot really > capture any signal. LFRX

[Discuss-gnuradio] timestamp recorded stream

2011-02-15 Thread Brett L. Trotter
I'd like to record raw broadcast (rx_cfile) with either a USRP1 or USRP2 (have both) but with all samples known to as accurate as the system clock, preferably millisecond to sub-millisecond accuracy. I considered writing a block that outputs the number of milliseconds since midnight as shorts that

Re: [Discuss-gnuradio] UHD won't work with GRC

2011-02-15 Thread Josh Blum
Cat your /usr/local/lib/pkgconfig/uhd.pc files and gnuradio/config/grc_gr_uhd.m4 and make sure the version reqs match up. Or the repo is out of date. -josh On 02/15/2011 07:56 AM, Scott Johnston wrote: > I am having the same problem. When the configure breaks on UHD it says I > need libuhd.1.x.x.

Re: [Discuss-gnuradio] 3 New Products from Ettus Research

2011-02-15 Thread Matt Ettus
On 02/15/2011 01:17 AM, Per Zetterberg wrote: >> GPSDO Kit > > Dear Matt, > > Can I connect multiple USRPs to one GPSDO kit ? > > BR/ > Per If you are using 2 USRPs then the simplest way to do this is to put the GPSDO in one unit and connect it to a second with a MIMO cable. If you need to

Re: [Discuss-gnuradio] Problems starting GRC ?

2011-02-15 Thread Josh Blum
On 02/15/2011 07:39 AM, John Rohde wrote: > I have downloaded (git clone http://gnuradio.org/git/gnuradio.git), built and > installed (according to wiki instructions) the latest version of GNU RADIO. > I am working on Ubuntu 10.10 platform. > > I have the following exports added to bash.bashrc:

Re: [Discuss-gnuradio] 3 New Products from Ettus Research

2011-02-15 Thread Juha Vierinen
> 2)   TVRX2 Daughterboard > > The TVRX2 daughterboard replaces the original TVRX.  It is a dual > receiver covering 50 MHz to 860 MHz.  There are 2 entirely separate > receivers which can be used simultaneously, either on the same or > different frequencies, each with a bandwidth  of up to 9 MHz (

Re: [Discuss-gnuradio] 3 New Products from Ettus Research

2011-02-15 Thread Eric Cottrell
Hello, The TVRX2 sounds very interesting. How are the two receivers mapped to the output? Does each receiver map to a different frequency range on the output? The two receivers would be great for decoding and following trunked radio systems with a dedicated control channel. 73 Eric - Sta

[Discuss-gnuradio] USRP1 waveform

2011-02-15 Thread Daniel Dekst
Hi, All, I'm using USRP1 with XCVR2450 daughterboard. I transmit packets with OFDM modulation as in benchmark_ofdm_tx.py. Using usrp_fft.py I detect the wave form as http://www.cse.msu.edu/~huangpe3/music/usrp_fft.png The two edges are attenuated a lot and there is a spike in the middle (DC offs

Re: [Discuss-gnuradio] UHD won't work with GRC

2011-02-15 Thread Scott Johnston
I am having the same problem. When the configure breaks on UHD it says I need libuhd.1.x.x. I have libuhd.0.0.2 in /usr/local/lib and uhd.pc is in pkgconfig directory. I have PKG_CONFIG_PATH=/usr/local/lib/pkgconfig. I have also done sudo ldconfig. I really dont want to wipe my whole system. Oh,

[Discuss-gnuradio] Problems starting GRC ?

2011-02-15 Thread John Rohde
I have downloaded (git clone http://gnuradio.org/git/gnuradio.git), built and installed (according to wiki instructions) the latest version of GNU RADIO. I am working on Ubuntu 10.10 platform. I have the following exports added to bash.bashrc: # GNU Radio installation export PATH=$PATH:/usr/loc

RE: [Discuss-gnuradio] 3 New Products from Ettus Research

2011-02-15 Thread Per Zetterberg
> GPSDO Kit Dear Matt, Can I connect multiple USRPs to one GPSDO kit ? BR/ Per ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio