discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Burst Transmissions


From: Richard Bell
Subject: Re: [Discuss-gnuradio] Burst Transmissions
Date: Fri, 13 Mar 2015 10:31:00 -0700

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 Braun <address@hidden> wrote:
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


On 13.03.2015 10:09, Richard Bell wrote:
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


_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio



_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


reply via email to

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