Code for the paper A bio-inspired geometric model for sound reconstruction by Ugo Boscain, Dario Prandi, Ludovic Sacchelli, Giuseppina Turco.
From inside the experiments
folder, run
julia run_experiments.jl
After cloning the repository, import the package via
import Pkg
Pkg.activate(path_to_WCA1_folder)
using WCA1
Look at the notebooks/
folder for an usage example.