Re: [Discuss-gnuradio] Trying to capture/play FM.

2007-02-12 Thread Chris Stankevitz
George Barrinuevo wrote: When I tried it, the playback sounds like the sound is playing in slow motion. This means you are playing it back with a different sample rate than the one you used to record it. The recording and playback script should have parameters for sample rate. Make sure

[Discuss-gnuradio] Trying to capture/play FM.

2007-02-12 Thread George Barrinuevo
I am new to USRP. I am using usrp_rx_cfile.py to capture FM stations and using wfm_rcv_file.py to play them. Say I want to capture FM at 95.8Mhz. What parameters should I use when calling usrp_rx_cfile.py? I also want to play the captured data using only the default parameters to wfm_rcv_file.p