juandesant / image-fft-calculations

Notebook showing how to do 2D FFT calculations in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image-fft-calculations

This is a Jupyter Notebook showing how to do 2D FFT calculations in Python.

Images are used as input or generated as output by executing the notebook.

Dependencies

The notebook requires the following packages:

  • Jupyter Notebook
  • Matplotlib
  • NumPy (already a dependency of Matplotlib)
  • PIL or Pillow

About

Notebook showing how to do 2D FFT calculations in Python

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Jupyter Notebook 100.0%