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
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
__