In this video you will learn how to decompose a Sound Wave using Fourier Analysis, in python
Drive link for the code:
https://drive.google.com/drive/folder...
Libraries needed:
Portaudio
Matplotlib
Numpy
Python Wrapper:
Pyaudio
Installing portaudio (with brew):
brew install portaudio
Installing other libraries (with pip):
pip install pyaudio matplotlib numpy
0:00 Introduction
0:24 What is Fourier Decomposition?
0:40 Coding
6:25 Saving and Uploading
6:45 Results
8:55 Ending