mhostetter / sdr

A Python package for software-defined radio
https://mhostetter.github.io/sdr/
MIT License
40 stars 4 forks source link

Implement Bresenham's line drawing algorithm #70

Closed mhostetter closed 9 months ago

mhostetter commented 1 year ago

https://en.wikipedia.org/wiki/Bresenham%27s_line_algorithm

mhostetter commented 9 months ago

We can likely use this matplotlib function to create time-varying periodograms.

https://matplotlib.org/stable/gallery/statistics/time_series_histogram.html#sphx-glr-gallery-statistics-time-series-histogram-py

mhostetter commented 9 months ago

No longer needed after the changes to raster() in #260