Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dinhanhx/dsp-py-lib
A library written in Python for Digital Signal Processing.
https://github.com/dinhanhx/dsp-py-lib
dsp matplotlib numpy python3 scipy
Last synced: 3 months ago
JSON representation
A library written in Python for Digital Signal Processing.
- Host: GitHub
- URL: https://github.com/dinhanhx/dsp-py-lib
- Owner: dinhanhx
- License: unlicense
- Created: 2020-04-03T10:25:33.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-24T11:08:52.000Z (over 4 years ago)
- Last Synced: 2024-10-14T15:01:34.094Z (3 months ago)
- Topics: dsp, matplotlib, numpy, python3, scipy
- Language: Python
- Homepage:
- Size: 33.2 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
There are a lot of things happened. I got busier. I got pre-depressed. Therefore, I decided to stop working on this project.
# DSP-py-lib
Check my big brother [here.](https://github.com/dinhanhx/DSP-matlab-lib)
A library written in Python for Digital Signal Processing.
This can be executed by Python 3.
Check wiki for more details. [Click me.](https://github.com/dinhanhx/DSP-py-lib/wiki)
## Quick installation guide
Download this repos or clone then run the following command in repos folder (or where setup.py is) to setup everything.
```
pip install -r requirements.txt .
```
Or download with PyPi (Wont update regularly)```
pip install dsp-py
```
## Quick manual guide
```Python
import dsp_py as dp
import numpy as np
import matplotlib.pyplot as plt
```
## NoteI need workforce, read [the issue](https://github.com/dinhanhx/DSP-py-lib/issues) for information.
~ Author: Vu Dinh Anh ~