Re: [Discuss-gnuradio] No exception... but no transmission

2009-12-05 Thread Eric Blossom
On Tue, Dec 01, 2009 at 01:17:41AM -0800, abbasi wrote: > > Hi all, > > Actually i pasted this post before but according to the rules, since i was > not subscribed to the GNU mailing list i have to send it again. > > I'm new to Python and gnuradio, so please help me. > > My problem doesnot

Re: [Discuss-gnuradio] Flowgraph generates output even when the input exhausts

2009-12-05 Thread Mir M. Ali
There was a problem in my block. I fixed it. I am using gr_block and cosume_each. Thanks for the help On Sat, Dec 5, 2009 at 8:54 AM, Eric Blossom wrote: > On Thu, Dec 03, 2009 at 11:16:01AM -0600, Mir M. Ali wrote: > > Hi, > > I developed a gnuradio block that takes 2 inputs. Input_01 is comi

Re: [Discuss-gnuradio] Flowgraph generates output even when the input exhausts

2009-12-05 Thread Eric Blossom
On Thu, Dec 03, 2009 at 11:16:01AM -0600, Mir M. Ali wrote: > Hi, > I developed a gnuradio block that takes 2 inputs. Input_01 is coming from a > source that repeats and Input_02 is coming from a source that exhausts after > a while. The output should only be generated when there is data on both th

Re: [Discuss-gnuradio] how many samples captured with usrp_rx_cfile

2009-12-05 Thread George Nychis
You could easily tell by the capture file size. Divide the number of bytes by 8, unless you used shorts, then divide by 4. - George On Fri, Dec 4, 2009 at 6:51 PM, dave k wrote: > hey folks i usually make capture files with usrp_rx_cfile by using the -N > option... however if i arbatrialy sto