Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/janwilczek/dspyplot
- Owner: JanWilczek
- License: mit
- Created: 2023-01-19T19:02:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-03T09:56:29.000Z (6 months ago)
- Last Synced: 2024-08-04T09:44:56.502Z (6 months ago)
- Topics: audio, audio-processing, audio-processing-with-python, audio-programming, decibel, dft, dsp, filter, matplotlib-pyplot, numpy, python, scipy, scipy-signal, sound, sound-generation, stft
- Language: Python
- Homepage:
- Size: 393 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.