Python bindings for Matteo Sacchetto's implementation of Burg's method.
Clone this repository and install:
git clone https://github.com/LucaVignati/burg-python-bindings.git
cd burg-python-bindings
python setup.py installBelow is the original README:
Repo containing the code where I experimented with various Burg's implementations
The repo is organized as follows.
In the v1 directory there is all the code developed and used during the analysis of the Burg's method implementations.
The scripts directory contains a series of utility scripts.
To run everythin in this repo you need
g++cmakepython3node
If you have any issue with anything in this repo or want to have clarifications on how to compile/run tests, please open a issue.