Skip to content

Improve time reference

Manolis Surligas requested to merge surligas/gr-leo:timeref into maint-3.8
  • Improve time reference of the simulation to operate on per sample basis. With the previous implementation, due to integer rounding, time may be off, especially for long running simulations.

  • Add a message port for producing messages with the instataneous doppler shift frequency. Quite handy for doppler correction blocks, as the existing CSV output was not so convinient for usage during runtime.

  • Performance improvements

Merge request reports