You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
In my opinion,
num_bits_buffered
is no longer required. For timing, we now havenum_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.GNSSDecoder.jl/src/gpsl1_structs.jl
Lines 202 to 203 in 8550134
The text was updated successfully, but these errors were encountered: