├── 01_What_is_sound?.ipynb ├── 02_Generate_a_sound_that_resembles_violin.ipynb ├── 03_How_is_loudness_measured?_(what_are_decibels).ipynb ├── 04_How_to_visualize_sound?.ipynb ├── 05_How_to_work_with_large_wav_files?.ipynb ├── README.md └── data └── whale_singing_excerpt.wav /01_What_is_sound?.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earthspecies/intro-to-DSP-with-python/HEAD/01_What_is_sound?.ipynb -------------------------------------------------------------------------------- /02_Generate_a_sound_that_resembles_violin.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earthspecies/intro-to-DSP-with-python/HEAD/02_Generate_a_sound_that_resembles_violin.ipynb -------------------------------------------------------------------------------- /03_How_is_loudness_measured?_(what_are_decibels).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earthspecies/intro-to-DSP-with-python/HEAD/03_How_is_loudness_measured?_(what_are_decibels).ipynb -------------------------------------------------------------------------------- /04_How_to_visualize_sound?.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earthspecies/intro-to-DSP-with-python/HEAD/04_How_to_visualize_sound?.ipynb -------------------------------------------------------------------------------- /05_How_to_work_with_large_wav_files?.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earthspecies/intro-to-DSP-with-python/HEAD/05_How_to_work_with_large_wav_files?.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earthspecies/intro-to-DSP-with-python/HEAD/README.md -------------------------------------------------------------------------------- /data/whale_singing_excerpt.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earthspecies/intro-to-DSP-with-python/HEAD/data/whale_singing_excerpt.wav --------------------------------------------------------------------------------