discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Ali The GREAT!
Subject: [Discuss-gnuradio] A question about the KEEP_M_IN_N block source code...
Date: Tue, 12 Jul 2016 10:55:24 +0430

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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]