[Discuss-gnuradio] And again - installation problems

2010-11-23 Thread Thunder87
Installed from git: ./bootstrap ./configure --disable-gr-audio-oss --disable-gr-audio-osx --disable-gr-audio-portaudio --disable-gr-audio-windows --disable-gr-audio-alsa --disable-gr-audio-jack --disable-gr-comedi --disable-gr-cvsd-vocoder --disable-gr-gsm-fr-vocoder --disable-gr-msdd6000 --disa

Re: [Discuss-gnuradio] possible error in "gr_single_pole_iir.h"

2010-11-23 Thread Tom Rondeau
On Fri, Oct 29, 2010 at 6:53 PM, Achilleas Anastasopoulos wrote: > I think there is an error in this file: > some o_types are declared erroneously as tap_types > > here is the output of the diff between new and old: > > Achilleas > -- > > diff gr_single_pole_iir.h g

Re: [Discuss-gnuradio] UHD Announcement - November 23rd 2010

2010-11-23 Thread Tom Rondeau
On Tue, Nov 23, 2010 at 10:24 PM, Josh Blum wrote: > Hello list, > > Much code has been pushed and new images uploaded. > http://code.ettus.com/redmine/ettus/projects/uhd/wiki > > --- > -- Support for new devices > ---

Re: [Discuss-gnuradio] Re: gr_pfb_clock_sync_ccf.cc question related to work function

2010-11-23 Thread Tom Rondeau
On Mon, Nov 22, 2010 at 6:01 AM, John Andrews wrote: > I got it. The polyphase filter is implemented by having a single stage > filter and choosing the right taps from the set of 'nfilts' taps rather than > having nfilts filter stages. This of course is computationally more > efficient. Hi John,

[Discuss-gnuradio] UHD Announcement - November 23rd 2010

2010-11-23 Thread Josh Blum
Hello list, Much code has been pushed and new images uploaded. http://code.ettus.com/redmine/ettus/projects/uhd/wiki --- -- Support for new devices --- Host cod

Re: [Discuss-gnuradio] uhd_find_devices error

2010-11-23 Thread Josh Blum
When you specify the address it works, the other methods do not. This is likely due to a firewall blocking broadcast packet: http://www.ettus.com/uhd_docs/manual/html/usrp_nxxx.html#debugging-networking-problems -Josh On 11/23/2010 03:00 PM, devin kelly wrote: Hello, I have a strange problem

[Discuss-gnuradio] Windows libusb patch

2010-11-23 Thread Tom Rondeau
Hey gang, I just updated our git master branch with a patch for handling libusb issues in Windows. Thanks to Michael Dickens for making the patch and Don Ward for testing it for us. Hopefully, this helps with the Windows build issues. Tom ___ Discuss-gn

[Discuss-gnuradio] Equal USRPs working differently running the same code

2010-11-23 Thread Steve Mcmahon
I had this same problem with my four USRP2 boards, each with a WBX daughterboard. The solution was to use the 10 MHz external clock reference input. I have an HP signal generator which has a precise 10 MHz sine wave output on the back. I split this signal four ways and input it into each USRP2.

Re: [Discuss-gnuradio] Locking USRP2 to external 10MHz reference in the UHD/GRC universe

2010-11-23 Thread Thomas Hobiger
Hi Josh, Thanks for your hints. It turned out that I had two libuhd.so. One (new one) in /usr/local/lib and one old one in /usr/local/lib64. GRC always loaded the old one which caused the crash. After deleting both and doing a fresh install the problem seems to be solved. Thanks. Thomas O

[Discuss-gnuradio] uhd_find_devices error

2010-11-23 Thread devin kelly
Hello, I have a strange problem with uhd_find_devices. I can do [dkelly uhd]+master$ uhd_find_devices --args="addr=192.168.10.2" linux; GNU C++ version 4.4.5; Boost_104000; UHD_20101122.202304.0c147c9 -- -- UHD Device 0 ---

Re: [Discuss-gnuradio] USRP E100 Product Announcement

2010-11-23 Thread Elvis Dowson
On Nov 23, 2010, at 10:04 PM, Matt Ettus wrote: >> Can you tell me which pins are used from the above connector list? > > Everything that starts with "EM_" Now I remember, when using the Overo with the Gumstix expansion boards (e.g. Palo43 or Chestnut43), not all the GPMC pins were available o

Re: [Discuss-gnuradio] USRP E100 Product Announcement

2010-11-23 Thread Matt Ettus
On 11/23/2010 09:42 AM, Elvis Dowson wrote: Hi Matt, On Nov 23, 2010, at 9:08 PM, Matt Ettus wrote: GPMC is used for all the high-speed interfacing, and all the pins we need are exposed on the Overo connectors. http://www.gumstix.net/Hardware/view/I/O-connectors-cabling/Gumstix-Overo-70-pin-

[Discuss-gnuradio] Re: [USRP-announce] USRP E100 Product Announcement

2010-11-23 Thread Matt Ettus
I would like to know a bit more detail regarding the product. 1. It seems like USRP E100 is coming with a TI OMAP board. What is the memory configuration? Yes, the Overo board is included in the price. It has 512 MB of RAM and a 4 GB microSD card. 2. Is everything on one PCB?

Re: [Discuss-gnuradio] USRP E100 Product Announcement

2010-11-23 Thread Elvis Dowson
Hi Matt, On Nov 23, 2010, at 9:08 PM, Matt Ettus wrote: > GPMC is used for all the high-speed interfacing, and all the pins we need are > exposed on the Overo connectors. http://www.gumstix.net/Hardware/view/I/O-connectors-cabling/Gumstix-Overo-70-pin-connector-J4-features-Extended-Memory-Bus-a

Re: [Discuss-gnuradio] USRP E100 Product Announcement

2010-11-23 Thread Matt Ettus
On 11/23/2010 08:00 AM, Elvis Dowson wrote: I too would like to know what type of connectivity is used to interface with the Overo. The fastest possible interface would probably be using its GPMC controller to interface with the FPGA, but on the Overo COMs not all the pins required are exposed,

Re: [Discuss-gnuradio] USRP E100 Product Announcement

2010-11-23 Thread Matt Ettus
On 11/23/2010 07:53 AM, Douglas Geiger wrote: What sort of connection exists between the Overo and the rest of the system (e.g. is this using USB, high speed serial, etc.?)? In particular what sort of bandwidth is possible from the ADC->FPGA->Gumstix. Obviously the larger FPGA allows for some ext

Re: [Discuss-gnuradio] USRP2 + WBX - Power measurement with different decimation rates

2010-11-23 Thread Marcus D. Leech
On 11/23/2010 07:17 AM, Vladutzzz wrote: > Dear all, > I am using an USRP2 module with a WBX daughterboard. > I am currently interested in power level measurements, and have tried > measuring band power with different decimations. > I've noticed, that if I try to measure the same exact band using d

Re: [Discuss-gnuradio] Equal USRPs working differently running the same code

2010-11-23 Thread Nick Foster
You're probably getting bit by the fact that the 3 USRPs have slightly varying clock offsets. Try a faster bitrate to widen the signal some. --n On Tue, 2010-11-23 at 07:03 -0800, Lebowski80 wrote: > Hello everyone, > > I have a problem with my USRPs that I cannot solve. I've got three USRPs and

Re: [Discuss-gnuradio] USRP E100 Product Announcement

2010-11-23 Thread Elvis Dowson
On Nov 23, 2010, at 7:53 PM, Douglas Geiger wrote: > On 11/22/2010 9:29 PM, Matt Ettus wrote: > >> === >> >> 1> USRP E100 Now on Sale >> >> We are pleased to introduce another new addition to the USRP family of >> products

Re: [Discuss-gnuradio] USRP E100 Product Announcement

2010-11-23 Thread Douglas Geiger
On 11/22/2010 9:29 PM, Matt Ettus wrote: > === > > 1> USRP E100 Now on Sale > > We are pleased to introduce another new addition to the USRP family of > products. The USRP E100 software radio is an embedded stand-alone system

[Discuss-gnuradio] Equal USRPs working differently running the same code

2010-11-23 Thread Lebowski80
Hello everyone, I have a problem with my USRPs that I cannot solve. I've got three USRPs and they are equal and the boards integrated are XCVR2450 Transceivers. I'll simply call them USRP1, USRP2 and USRP3 to be able to clearly explain my problem. I want to transmit data from one USRP to another

[Discuss-gnuradio] USRP2 + WBX - Power measurement with different decimation rates

2010-11-23 Thread Vladutzzz
Dear all, I am using an USRP2 module with a WBX daughterboard. I am currently interested in power level measurements, and have tried measuring band power with different decimations. I've noticed, that if I try to measure the same exact band using different decimation rates and their appropriate FI

Re: [Discuss-gnuradio] USRP1 question

2010-11-23 Thread Marten Christophe
Hi , If any one can tell me in USRP1 ver4.5, how many layer PCB used , i examined it and it looks like it is double sided PCB, or it has multiple layers,like 6 layers? Thanks in advance for confirmation. Kind Regards, On 11/20/10, Marten Christophe wrote: > Hi , > > If any one can tell me in

[Discuss-gnuradio] USRP1 quest ..adjustable clock oscillator?

2010-11-23 Thread Marten Christophe
On 11/19/10, Marten Christophe wrote: > Hello, > > I want to clarify one thing that is, if i replace the VCTCXO osc 64Mhz 3.3 > V > +/- 50ppm with > 64Mhz 3.3 V +/- 2ppm, in USRP1, will it affect basic operations of usrp1 , > or will improve on account of frequency stability, > ass 10Khz frequen