Re: [Discuss-gnuradio] A question about the KEEP_M_IN_N block source code...

2016-07-12 Thread Marcus Müller
Hi Ali, first of all: ladies on this list, too, and we're not overly formal, so a quick "Hi", or "Hello List" will do :) I don't really understand the question; `blks` is used to calculate how many n-long "chunks" of samples there are in the current input, whereas set_fixed_rate just informs the

[Discuss-gnuradio] A question about the KEEP_M_IN_N block source code...

2016-07-11 Thread Ali The GREAT!
Dear Sir, I was wondering if we can use * "set_fixed_rate()"* in the source code of the block "keep_m_in_n" at its constructor instead of using * "int blks = std::min(noutput_items/d_m, ninput_items[0]/d_n);" * at the general_work ? Thanks a million in advance! Regards, Ali __