Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 450 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 450 Bytes

dft-demo

Basic DFT Demo for DH-401

Binder

Environment Setup

If you would like to run the demo on your own machine, this is the conda environment setup I used:

conda create -n demo python=3
conda activate demo
conda install -c conda-forge librosa
conda install -n demo scipy jupyter ipython numpy matplotlib numba==0.48