Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 782 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 782 Bytes

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