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: Jeff Long
Subject: Re: Custom block to apply Filler Data
Date: Fri, 30 Oct 2020 12:04:24 -0400

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]