Skip to content

bondeje/DSP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSP

Digital signal processing library

pre-requisites

-C99 compatible compiler. Tested on gcc from MSYS2/MinGW64 in Windows and Linux/Ubuntu

-Make. Tested with GNU/make

build dll

~>git clone https://github.com/bondeje/DSP.git

or however you are able to copy source from repo.

~>cd DSP\src
~\DSP\src>make -f make_dll.mak

python

Load module

~\DSP\src>cd ..\python
~\DSP\python>python
>>>import dsp

Run python example band-pass filter

~\DSP\python>python dsp.py

About

Digital signal processing library including: polynomial fitting, filtering, etc. Where possible API facilitates real-time applications

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published