[Discuss-gnuradio] --disable-all-components --enable-gr-usrp doesn't built

2006-11-11 Thread Berndt Josef Wulf
G'day, ./configure --sysconfdir=/usr/pkg/share/examples --disable-all-components --without-libintl-prefix --prefix=/usr/pkg --host=i386--netbsdelf --mandi r=/usr/pkg/man doesn't build due to usrp not being build. To reproduce, on a system with the usrp-module already installed, install a fresh

[Discuss-gnuradio] Sampling rate mismatch in Fedora Core 5

2006-11-11 Thread Tarun Tiwari
Hi,After a long wait I recieved the hardware. I was trying to run FM Reciever but there is some problem related to the sampling rate of my computer. I received following error message: [EMAIL PROTECTED] usrp]# ./usrp_wfm_rcv.pyUsing RX d'board A: Basic Rx>>> gr_fir_ccf: using SSE >>> gr_fir_fff: us

[Discuss-gnuradio] discuss-gnuradio archive search not working

2006-11-11 Thread Tarun Tiwari
Hi,Just few hours back, the discuss-gnuradio archive search stopped working. Can somebody resolve the issue.Thank you,TarunPS: my local time is US Central, and writing this mail at 03:22 AM on 11/11/2006. ___ Discuss-gnuradio mailing list Discuss-gnuradi

[Discuss-gnuradio] gr-howto-write-a-block

2006-11-11 Thread Berndt Josef Wulf
G'day, are there any compelling reasons why this module isn't part of the main tree like the other modules? cheerio Berndt ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] hier_block

2006-11-11 Thread Erlend Barstad Strand
HiIm trying to implement a hier_block, but when do a "sudo make install" I get the following error:"Byte-compiling python modules...qam_corr_demod.py  File "/usr/local/lib/python2.4/site-packages/python/qam_corr_demod.py", line 28     gr.hier_block.__init__(self, fg, self.qam_corr , self.qam_corr) 

Re: [Discuss-gnuradio] Sampling rate mismatch in Fedora Core 5

2006-11-11 Thread Trond Danielsen
2006/11/11, Tarun Tiwari <[EMAIL PROTECTED]>: The GUI is opening very well, and I can see the frequency spectrum. After getting this error, I wen to the control centre of Fedora Core 5, and changed the default sampling rate to 32000 Hz, but the problem was not resolved. Copy'n'pasted from the a

Re: [Discuss-gnuradio] digital noise input

2006-11-11 Thread Eric Blossom
On Fri, Nov 10, 2006 at 07:23:07PM -0800, Oussama Sekkat wrote: > On 11/10/06, Eric Blossom <[EMAIL PROTECTED]> wrote: > > Yes, I could enable the output pins from the host and just connect the > rx_a_a to one of the debug inputs in the master_control module. I thaught it > wouldn't make a differe

Re: [Discuss-gnuradio] Avoiding plug-n-fry design

2006-11-11 Thread John Gilmore
It's beginning to look like future daughterboards should include an attenuator or fuse or something. This would avoid the idiotic result that you plug 'transmit' into 'receive', as any sane computer-oriented person would do, and (invisibly) fry your board. Having the same connector on the tx and

Re: [Discuss-gnuradio] --disable-all-components --enable-gr-usrp doesn't built

2006-11-11 Thread Eric Blossom
On Sat, Nov 11, 2006 at 07:39:37PM +1030, Berndt Josef Wulf wrote: > G'day, > > ./configure --sysconfdir=/usr/pkg/share/examples --disable-all-components > --without-libintl-prefix --prefix=/usr/pkg --host=i386--netbsdelf --mandi > r=/usr/pkg/man > > doesn't build due to usrp not being build. >

Re: [Discuss-gnuradio] hier_block

2006-11-11 Thread Eric Blossom
On Sat, Nov 11, 2006 at 12:43:01PM +0100, Erlend Barstad Strand wrote: > Hi > > Im trying to implement a hier_block, but when do a "sudo make install" I get > the following error: > " > Byte-compiling python modules... > qam_corr_demod.py File > "/usr/local/lib/python2.4/site-packages/python/qam_

Re: [Discuss-gnuradio] gr-howto-write-a-block

2006-11-11 Thread Eric Blossom
On Sat, Nov 11, 2006 at 10:42:09PM +1030, Berndt Josef Wulf wrote: > G'day, > > are there any compelling reasons why this module isn't part of the main tree > like the other modules? > > cheerio Berndt It is part of the tree from the svn point of view. It is designed to be built _outside_ of t