On Sun, Nov 22, 2015 at 2:07 PM, Paul Garver <garverp@gatech.edu> wrote:
Is there a built-in GNURadio block/series of processing to frame sync by using the tag created by the correlate access code-tag output to some fixed frame length? Or is this functionality left up to the application-specific decoder? I'm analyzing a signal which I don't know certain parameters but I think I've found a preamble for it. I want to frame sync that preamble and then time raster for analysis. There are many packet operations but none of them appear to do this.
PWG
Right now, yes, it's left up to you to write the individual decoder and frame handling system. We have some ongoing work that should help here, though, by providing a direct class that you would inherit from to provide the way of processing a specific frame structure.
Tom
No comments:
Post a Comment