Skip to content

dprn/WCA1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.