ostrosco / comms-rs

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

Splitting DSP work out of the nodes. #64

Closed ostrosco closed 5 years ago

ostrosco commented 5 years ago

To make the library usable outside of the node architecture, DSP nodes have been refactored so that users could use the DSP algorithms without instantiating nodes.