/fourier

A visually intuitive take on Fourier Transform based on a youtube video by 3Blue1Brown

Primary LanguageJupyter Notebook

Fourier Transform - A visual Introduction

This repository contains a Jupyter notebook which is based on an amazing video by 3Blue1Brown, which can be found here, as well as embedded in the notebook, explaining the quite widely ungrasped topic of Fourier Transform, in a very intuitive, visually stimulating and satisfying way.

Dependencies :

  • Numpy
  • Matplotlib
  • Seaborn (to make your plots look beautiful)

Installation is quite simple :

pip3 install --user numpy
pip3 install --user matplotlib
pip3 install --user seaborn