ostrosco / comms-rs

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

Feature/mixer #52

Closed garbagetrash closed 5 years ago

garbagetrash commented 5 years ago

Adding mixer feature. Provides constructors for an initial phase of 0 radians (mixer) and with some specified initial phase (mixer_with_phase). Generic implementation provided, although converts to Complex for some internal processing.

garbagetrash commented 5 years ago

Merge conflicts. Let me try to fix these first.