Skip to content

hopibel/embeddedlabor-gpsdecode

Repository files navigation

Fast GPS Decode - WS22

Lab exercise:

  • decode GPS signal
  • implement various optimizations
    • multithreading
    • rearranging logic to avoid conditional branches
    • signal redundancy means we can identify received bit with high confidence without reading the whole sequence
    • use references everywhere to avoid copying overhead

About

Embedded Software Laboraufgabe: Fast GPS Decode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages