[Discuss-gnuradio] Varying signal with usrp_rx_cfile

2007-02-15 Thread Cicale Randy S 2dLt AFRL/VSBXI
I'm trying to save a signal to a file coming from a signal generator. The logical starting point is to use the program usrp_rx_cfile.py. After I put in the center frequency, I would like to vary the signal to view how it changes with time (via Matlab) but no matter how many samples or throttling

RE: [Discuss-gnuradio] Fedora 6 and USB

2007-01-09 Thread Cicale Randy S 2dLt AFRL/VSBXI
t 32MB/sec before I can really get this baby cooking. Thanks again! Randy -Original Message- From: Eric Blossom [mailto:[EMAIL PROTECTED] Sent: Monday, January 08, 2007 2:13 PM To: Cicale Randy S 2dLt AFRL/VSBXI Cc: 'discuss-gnuradio@gnu.org' Subject: Re: [Discuss-gnuradio] Fedo

[Discuss-gnuradio] Fedora 6 and USB

2007-01-08 Thread Cicale Randy S 2dLt AFRL/VSBXI
After installing the gnuradio on Fedora 6, I wanted to run test_counting.py (or any program in the gnuradio-examples/python/usrp directory) but I get the following error: Usrp_open_interface:usb_claim_interface: failed interface 2 Could not claim interface 2: No such file or directory ...

[Discuss-gnuradio] error: X is required...

2006-12-18 Thread Cicale Randy S 2dLt AFRL/VSBXI
I'm trying to install the GNU Radio on a Debian system and found that I need Xrender to install Xft to install Pango to install GTK+ so that I can use the wxgui module. X windows is located in the typical directories: /usr/X11R6/bin/ and /etc/X11/ I've used ./configure --prefix=/usr/X11R6/ as