[Discuss-gnuradio] fsk_tx.py - transmission frequency

2006-08-09 Thread Michael Ford
I'm looking at the following code:http://www.koders.com/python/fidA197012A520F0CE96AE6C6A41D559B9E2A5A8D63.aspxand if you look at line 72, you'll see: u.set_tx_freq(0, options.cordic_freq)However, when I look to see what that cordic_freq is, I see that the default is 29.32e6 (Line 19). I thought

Re: [Discuss-gnuradio] fsk_tx.py - transmission frequency

2006-08-09 Thread Eric Blossom
On Wed, Aug 09, 2006 at 04:30:50PM -0500, Michael Ford wrote: I'm looking at the following code: http://www.koders.com/python/fidA197012A520F0CE96AE6C6A41D559B9E2A5A8D63.aspx and if you look at line 72, you'll see: u.set_tx_freq(0, options.cordic_freq) However, when I look to see what

Re: [Discuss-gnuradio] fsk_tx.py - transmission frequency

2006-08-09 Thread Michael Ford
Eric,My apologies - I didn't know it wasn't available anymore, but the file was there when I checked out the code from the CVS server earlier this summer. The site I posted was just for easy reference. On 8/9/06, Eric Blossom [EMAIL PROTECTED] wrote: On Wed, Aug 09, 2006 at 04:30:50PM -0500,