Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/janwilczek/dspyplot

Convenience functions for commonly used digital signal processing plots.
https://github.com/janwilczek/dspyplot

audio audio-processing audio-processing-with-python audio-programming decibel dft dsp filter matplotlib-pyplot numpy python scipy scipy-signal sound sound-generation stft

Last synced: 2 months ago
JSON representation

Convenience functions for commonly used digital signal processing plots.

Awesome Lists containing this project

README

        

# WolfSound's DSPyPlot library for plotting and manipulating signals

> [!WARNING]
> This library is NOT stable; the API can change at any moment. There are no guarantees on anything. If you want to use it, simply copy and paste the desired code or fix a specific commit.

## 🚀 Getting Started

To use this library in your project (best in your virtual environment), run

```bash
pip install git+https://github.com/JanWilczek/dspyplot.git#egg=dspyplot
```

## 🎈 Contributing

No PRs will be reviewed or merged. If you want to extend/correct the library, fork it.