[Discuss-gnuradio] using general_work when output rate is not fixed

2012-09-26 Thread Adeel Anwar
-- Forwarded message -- From: Adeel Anwar Date: Wed, Sep 26, 2012 at 3:52 AM Subject: Re: [Discuss-gnuradio] using general_work when output rate is not fixed To: "Rahman, Muhammad Mahboob Ur" Mahboob, uhd usrp sink. Now, the other issue is, when I send pre-rec

Re: [Discuss-gnuradio] using general_work when output rate is not fixed

2012-09-25 Thread Rahman, Muhammad Mahboob Ur
Hi Tom & All, I am now doing consume_each(noutput_items) but my problem is not solved yet. I have also made sure that my code effectively sends one sob tag and one eob tag per burst of samples. Questions about new experiment: Now, I have created yet another simple experiment whose flow-graph is

Re: [Discuss-gnuradio] using general_work when output rate is not fixed

2012-09-15 Thread Tom Rondeau
On Sun, Sep 9, 2012 at 6:39 PM, Rahman, Muhammad Mahboob Ur wrote: > All, > > I have made a simple custom block (derived from gr_block class) whose > general_work() function is given below: > > int howto_my_custom_blk::general_work (int noutput_items, gr_vector_int > &ninput_items, gr_vector_const

[Discuss-gnuradio] using general_work when output rate is not fixed

2012-09-09 Thread Rahman, Muhammad Mahboob Ur
All, I have made a simple custom block (derived from gr_block class) whose general_work() function is given below: int howto_my_custom_blk::general_work (int noutput_items, gr_vector_int &ninput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items){ const gr_compl