matteosacchetto / burg-implementation-experiments

Repo containing the code where I experimented with various Burg's implementation finding the optimal solution in terms of performance and prediction quality

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

burg-implementation-experiments

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++
  • cmake
  • python3
  • node

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.

About

Repo containing the code where I experimented with various Burg's implementation finding the optimal solution in terms of performance and prediction quality

License:MIT License


Languages

Language:C++ 67.0%Language:Python 22.8%Language:JavaScript 8.3%Language:CMake 1.8%Language:Shell 0.0%