Repeat samples

Hi,

I was wondering if there’s a GNURadio block which simply repeats
incoming
samples n times, or if any of the currently available blocks somehow do
this
without to much of an overkill?

Thanks for any help,
Martin

Martin B.
Institut fuer Nachrichtentechnik
Universitaet Karlsruhe

http://www.int.uni-karlsruhe.de

Martin B. wrote:

Hi,

I was wondering if there’s a GNURadio block which simply repeats incoming
samples n times, or if any of the currently available blocks somehow do this
without to much of an overkill?

Thanks for any help,
Martin

Check ou gr_regenerate_bb. It’s only designed to work on bits, but you
should be able to convert it easily.

Tom