ostrosco / comms-rs

A library for building DSP communication pipelines.
MIT License
13 stars 1 forks source link

Feature/frequency offset estimate #123

Closed garbagetrash closed 2 years ago

garbagetrash commented 2 years ago

Added a non data aided non timing aided carrier frequency offset estimator described in chp. 8.2.2 of Meyr, Moeneclaey, and Fechtel based on phase increment averaging. Single unit test added to verify most basic functionality.