Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```
## Note

I need workforce, read [the issue](https://github.com/dinhanhx/DSP-py-lib/issues) for information.

~ Author: Vu Dinh Anh ~