Burst Transmissions

Hi all,

This is kind of a reword of a previous question I asked yesterday. I
don’t
think I did a good job.

I am receiving data bursts that can be separated by no transmissions
(noise) for extended periods of time. I want to figure out a way to get
the
bursts of data into a file without the noise. I can identify the bursts
and
how long the bursts are in terms of bytes. I can’t figure out a way to
then
get the burst into a file without all dead time between them. The dead
time
translates to large chunks of zeros in the output file.

I’m attaching a flowgraph of what allows me to identify the burst
header,
remove the header and claim the payload. The problem remains that along
with the payload going to the file, large chunks of zeros are also
making
it into the file.

I would really appreciate some guidance.

v/r,
Rich

Only gave your FG a quick glance, but if you give the HPD the right
packet length, you should end up with only the data packet.

Things to check:

  • Is the packet length passed to the HPD correct?
  • Are there packing/unpacking issues that would add zeros? Are you maybe
    calculating the packet length in the wrong domain?

M

Thanks for confirming the functionality of the HPD block. That’s what I
was
hoping it would do. I’ll assume the problem lies in how I’m using it and
debug around it.

Thanks for the help.

Rich

On Fri, Mar 13, 2015 at 10:25 AM, Martin B. [email protected]