discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Digital Upsampler Code


From: Ed Criscuolo
Subject: Re: [Discuss-gnuradio] Digital Upsampler Code
Date: Thu, 18 Sep 2008 15:08:18 -0400
User-agent: Thunderbird 2.0.0.9 (Macintosh/20071031)

Ed Criscuolo wrote:

It basically works by stepping thru the output bits and
accumulating bit times.  It replicates the same input bit
into each output bit until the accumulated time exceeds
an input bit time, at which point it steps to the next input
bit. Any remainder over one output bit time is remembered
and carried forward to the next loop iteration or the
next call to general_work.

Oops!  That should have read

... Any remainder over one INPUT bit time ...

@(^.^)@  Ed




reply via email to

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