/dft-demo

Basic DFT Demo for DH-401

Primary LanguageJupyter NotebookMIT LicenseMIT

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