Re: [Discuss-gnuradio] Regarding nbfm_tx , and nbfm_rx

2005-08-01 Thread mjam01
>> We are not able to find out what the following function does and do we need to include >> in our program: >> 1. blks.nbfm_tx(fg, self.audio_rate, self.usrp_rate) >> 2. blks.nbfm_rx(fg, audio_rate, quad_rate) ...forgot to add that as long as "import blks" is at the top, it should work. mik

Re: [Discuss-gnuradio] Regarding nbfm_tx , and nbfm_rx

2005-08-01 Thread mjam01
hey, have a look in the gnuradio cvs... http://savannah.gnu.org/cgi-bin/viewcvs/gnuradio/gnuradio-core/src/python/gnuradio/blksimpl/ its in the blksimp folder mike m0mik.org/gnuradio/ On 01/08/05, Arora_Amit <[EMAIL PROTECTED]> wrote: > > > > Hi All, > > > > We are implementing our

[Discuss-gnuradio] Regarding nbfm_tx , and nbfm_rx

2005-08-01 Thread Arora_Amit
Hi All,   We are implementing our algorithms on USRP board, and our flow goes like this :   Transmitter part:   Audio input from PC --à Modulation (not a standard modulation as in USRP examples, we are implementing our own modulation technique specific to our application , and we hav