• Stars
    star
    128
  • Rank 280,054 (Top 6 %)
  • Language
    Jupyter Notebook
  • Created over 5 years ago
  • Updated about 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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