WCA1
Code for the paper A bio-inspired geometric model for sound reconstruction by Ugo Boscain, Dario Prandi, Ludovic Sacchelli, Giuseppina Turco.
How to reproduce the experiments of the paper
From inside the experiments
folder, run
julia run_experiments.jl
Usage
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.