ostrosco / comms-rs

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

Adding BPSK Modulation Example #88

Closed ostrosco closed 5 years ago

ostrosco commented 5 years ago

Creating an example that demonstrates BPSK modulation and pulse shaping and broadcasts out to a file and ZeroMQ for visualization. This also includes a minor performance optimization where trait bounds that previously required Clone now require Copy for math operations as copies are going to be faster for numbers.