Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 506 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 506 Bytes

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.