discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: Custom block to apply Filler Data


From: Tim Huggins
Subject: Re: Custom block to apply Filler Data
Date: Fri, 30 Oct 2020 17:40:58 +0000 (UTC)


Thank you for the suggestions. I'll take a look there and see if I can make it work.
On Friday, October 30, 2020, 12:06:39 PM EDT, Jeff Long <willcode4@gmail.com> wrote:


gr-eventstream includes code that does a similar thing. It has not been ported to recent GR releases, though.

On Fri, Oct 30, 2020 at 11:47 AM Tim Huggins <huggins.timothy@yahoo.com> wrote:
I am trying to create a custom block that outputs data if there is no input. The goal is to create a steady stream of data to the OFDM transmitter block even though the real source data is bursty. I've been working unsuccessfully to come up with a solution and I am starting to think it may not be possible. The idea would be to check the size of the input data and if it is 0 then send a filler pattern; is this possible?

Thank you,

Tim

reply via email to

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