discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Different input/output rate


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Different input/output rate
Date: Mon, 21 Jul 2008 07:09:22 -0700
User-agent: Mutt/1.5.17 (2007-11-01)

On Mon, Jul 21, 2008 at 06:04:54AM -0700, irene159 wrote:
> 
> I am trying to extract data from a Turbo Code signal. My block’s input is the
> signal with synchro sequences between frames. The block processes this input
> in order to drop FEC bytes and send only useful data on the ouput. The
> problem is I need a complete frame to process data correctly so any
> incomplete frame at the start or end of the capture is to be ignored. I
> don’t know how to handle this when implementing the forecast method.

First off, do you know how to locate the beginning of the header in
your data?  Does the header include the length of the frame?
You'll need some kind of state machine...

Have you looked at how we handle this in
gnuradio-core/src/python/gnuradio/blks2impl/pkt.py in the demod_pkts
class?

Eric




reply via email to

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