DSP-py-lib

A library written in Python for Digital Signal Processing.

UNLICENSE License

Downloads
27
Stars
5
Committers
2

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.

A library written in Python for Digital Signal Processing.

This can be executed by Python 3.

Check wiki for more details. Click me.

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

import dsp_py as dp
import numpy as np
import matplotlib.pyplot as plt

Note

I need workforce, read the issue for information.

~ Author: Vu Dinh Anh ~