Re: [Discuss-gnuradio] wfm_tx and nbfm_tx

2008-12-19 Thread Firas Abbas
Hi Dimtris, --- On Fri, 12/19/08, Dimitris Symeonidis wrote: > the description should be changed to show that: > - blks2.wfm_tx can receive a maximum audio rate of <=16k > (instead of > the declared >= 16k) > - blks2.nbfm_tx can receive a maximum audio rate of <= > 4.5k (instead of >= 16k) >

Re: [Discuss-gnuradio] wfm_tx and nbfm_tx

2008-12-19 Thread Dimitris Symeonidis
Hi Firas, the description should be changed to show that: - blks2.wfm_tx can receive a maximum audio rate of <=16k (instead of the declared >= 16k) - blks2.nbfm_tx can receive a maximum audio rate of <= 4.5k (instead of >= 16k) This both in the code, and in the pdf file On a different mistake, b

[Discuss-gnuradio] wfm_tx and nbfm_tx

2008-12-19 Thread Dimitris Symeonidis
Hi list, I think I found two errors in the wfm_tx.py and nbfm_tx.py blocks: while the description says: @param audio_rate: sample rate of audio stream, >= 16k for both of them, they have an low-pass interpolating filter which cuts off at 16kHz for wfm and 4.5kHz for nbfm... this is wrong also in