[Discuss-gnuradio] tvrx nbfm receive

2005-04-23 Thread mj
hey people, if anyone is interested, the code for a nbfm receiver using the tvrx daughterboard is available for tearing apart. http://m0mik.org/gnuradio/ mike - m0mik ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org

Re: [Discuss-gnuradio] rf to data file - usrp_rx_file.py

2005-03-23 Thread mj
nice one, thanks. i'll have another play. mj On Wed, 23 Mar 2005 09:26:23 -0800, Matt Ettus [EMAIL PROTECTED] wrote: I have been trying to find a way to use usrp_rx_file.py to grab a certain bandwidth and sample rate from my usrp and save it into a file. By moving the decimation value

Re: [Discuss-gnuradio] Looking for signals

2005-03-18 Thread mj
hey, i'm in the UK and can supply a slice too. is there any chance you could send me the python script to do it? i've tried playing about with the decim value in usrp_rx_file.py with no luck on getting a 100KHz chunk. cheers, mj On Fri, 18 Mar 2005 09:39:00 -0700 (MST), [EMAIL PROTECTED

Re: [Discuss-gnuradio] /dev/parport0: No such device or address

2005-02-16 Thread mj
thanks chuck. all sorted now. mj --- Chuck Swiger [EMAIL PROTECTED] wrote: At 01:57 AM 2/16/2005 -0800, you wrote: Hey, can anyone shed some light on this? I can do air captures to file and then listen to them, but I cannot listen to the signal live. The first time I tried it I

[Discuss-gnuradio] AttributeError: 'module' object has no attribute 'PyEventBinder'

2005-02-14 Thread mj
/site-packages/gnuradio/wxgui/fftsink.py, line 89, in ? EVT_DATA_EVENT = wx.PyEventBinder (myDATA_EVENT, 0) AttributeError: 'module' object has no attribute 'PyEventBinder' any ideas? i've looked everywhere and have even upgraded to gcc-3.4.3 and re-compiled everything. cheers, = mj - m0mik