ostrosco / comms-rs

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

Feature/timing estimator #110

Closed garbagetrash closed 4 years ago

garbagetrash commented 4 years ago

Added the non data aided feedforward maximum likelihood timing estimator for linear modulations derived in Mengali Chp. 8.4. This block will be critical for synchronization in demodulation of bursty signals.

Passes clippy and is formatted, and I don't really expect you to follow the math, but please check to see if I'm doing anything obviously inefficient or stupid.