Re: [Discuss-gnuradio] Error in installation of latest code

2008-08-15 Thread Eric Blossom
On Thu, Aug 14, 2008 at 01:49:27AM -0500, Murtuza wrote: > Hi > > I did a fresh installation of gnuradio on my Ubuntu Feisty 7.04. I earlier > had an old installation of gnuradio on the same computer. I did a fresh svn > installation from the utah.edu trunk instead of an update as the update gave

Re: [Discuss-gnuradio] Trial fix for F9 / OpenSuSE / gcc 4.3 make check failure (ticket:258)

2008-08-15 Thread Eric Blossom
On Thu, Aug 14, 2008 at 10:27:35PM -0400, Philip Balister wrote: > On Thu, Aug 14, 2008 at 9:20 PM, Eric Blossom <[EMAIL PROTECTED]> wrote: > > Revision 9296 contains a a trial fix for the make check > > problem we've been seeing with gcc 4.3 (F9 and OpenSuSE), ticket:258. > > > > > > Thanks to Ste

[Discuss-gnuradio] receive signal from 2 array antenna

2008-08-15 Thread Richard Jaeger
Halil, I have a basic phased array receiver working using the four adcs in the usrp. However, my particular application is low frequency (1.8MHz) ham radio reception. The code is still too crude at the moment to be of much use, but a good starting point is to look at the multi-fft.py exampl

Re: [Discuss-gnuradio] transmit samples from 2 array antennas

2008-08-15 Thread Firas Abbas
Hi > Halil wrote: > > I want to transmit signals from 2 transmit antennas. What is the starting point? > is there sample program? see : gnuradio-examples/python/usrp/fm_tx_2_daughterboards.py Firas ___ Discuss-gnuradio mailing list Discuss-gnuradio@gn

[Discuss-gnuradio] transmit samples from 2 array antennas

2008-08-15 Thread Halil Yigit
hi I want to transmit signals from 2 transmit antennas. I have array antenna which has two antenna elemets. How can i do it. What is the starting point? is there sample program? Halil ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http:/

Re: [Discuss-gnuradio] New OpenGL-based FFT, Waterfall, and Scope displays in trunk

2008-08-15 Thread Christian Kendi
Awesome. 1000% Performance improvement under OSX. Waterfall was completely unusable for me before. Thanks ksh. On Aug 14, 2008, at 9:21 PM, Johnathan Corgan wrote: Josh Blum has implemented OpenGL-based versions of the FFT, waterfall, and scope sinks in gr-wxgui. These have been merged into th