Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tags and rate changing blocks #758

Closed

Commits on Feb 19, 2016

  1. digital: PFB clock sync: don't use enable_update_rate. Handle tags wi…

    …thin work.
    
    Because the relative rate can change within this block's work
    function, applying the same update to the tag offets after work does
    not work. Instead, we use TPP_DONT and handle the placement of the
    tags on the output buffer ourselves.
    trondeau committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    a124804 View commit details
    Browse the repository at this point in the history
  2. digital: fixed M&M clock sync block for handling tags properly.

    Same concept as used in the PFB clock sync blocks.
    trondeau committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    8b32437 View commit details
    Browse the repository at this point in the history
  3. digital: test programs for looking at clock sync tag behavior.

    Use generate_samples.grc to build a file of burst QPSK, then use
    test_timing_tags.grc to view the results. Tags should show up on the
    first bit of the data stream (four 1's followed by four -1's).
    trondeau committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    923a5f7 View commit details
    Browse the repository at this point in the history