On Wed, May 14, 2008 at 12:44:58PM -0700, Karthik Vijayraghavan wrote: > Hi All, > > I am trying to write a block which operates only if the number of > input samples is a multiple of some fixed number "M". In general_work > I have a statement
When you have M inputs, how many outputs do you produce? Is a fixed ratio? If so, derive your class from gr_sync_decimator. Eric _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
