ostrosco / comms-rs

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

Add ability to plot data #11

Closed ostrosco closed 5 years ago

ostrosco commented 6 years ago

We would like the ability to plot spectrum and time domain sample data for analysis. We need to assess whether or not we can do this at run-time.

Alex-Addy commented 6 years ago

I found https://docs.rs/dataplotlib/0.1.3/dataplotlib/ which looks pretty straightforward to work with, downside is that it looks to be dead for 2 years. For a first pass to make this issue works I think dumping stuff out to a file that gnuplotlib can read should be sufficient.

garbagetrash commented 6 years ago

File dump for plotting sounds like a good first step to me, too. Have at it when you get a chance.

ostrosco commented 5 years ago

The rtplot library should work to address this. I'm going to close this issue since I think the plan would be to integrate rtplot into comms-rs once it releases.