ostrosco / comms-rs

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

Implement zero stuffing upsampler #93

Closed rfdoell closed 5 years ago

rfdoell commented 5 years ago

Duplicated structure of the downsampling node, but changed logic to support up sampling via the zero stuffing method.

Closes #86.