Skip to content

Remove num_bits_buffered #6

@dominformant

Description

@dominformant

In my opinion, num_bits_buffered is no longer required. For timing, we now have num_bits_after_valid_subframe, which is actually more precise and searching for preambles after each bit would ease handling missed bits. Regarding the performance, I think we can spend the time on the additional preamble searches.

num_bits_buffered::Int = 0
num_bits_after_valid_subframe::Int = 0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions