Add experimental Python bindings
This commit adds some experimental Python bindings. These likely need some further refinement in the building/deployment area, but should serve as a useful testbed for experimentation and interactive analysis of filters and the library's behaviour.
This commit is contained in:
parent
911b3eab3d
commit
5681c97b4e
5 changed files with 177 additions and 0 deletions
5
python/.gitignore
vendored
Normal file
5
python/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
.ipynb_checkpoints/
|
||||
__pycache__/
|
||||
build/
|
||||
iir.py
|
||||
pyiir_wrap.cxx
|
||||
Loading…
Add table
Add a link
Reference in a new issue