discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Block with N inputs and M outputs (M>=N)


From: Achilleas Anastasopoulos
Subject: [Discuss-gnuradio] Block with N inputs and M outputs (M>=N)
Date: Mon, 10 Apr 2006 09:36:51 -0400
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)


I am trying to write a block that takes N inputs at a time
and produces M outputs at a time.
Since M>=N this is an interpolator.
However, M/N is not neccesarily an integer.

Is there an elegant way to force the work() function to
process a multiple number of N input samples every time it is called?


Thanks
Achilleas




reply via email to

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