ostrosco / comms-rs

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

Feature/phase estimator #111

Closed garbagetrash closed 4 years ago

garbagetrash commented 4 years ago

Create a couple of basic functions for estimating PSK and QAM phase offset in a feedforward clock aided context. Again useful for bursty transmissions, but assumes that the carrier and timing recovery have already occurred, and that the input has also been through a matched filter.

Same as usual guys, find my stupid mistakes.

garbagetrash commented 4 years ago

Merged master, sorry I didn't do that earlier.