Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 565 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 565 Bytes

Experiments with plane-filling curves and Fourier transform

A set of visual experiments: applying Fourier transform to various plane-filling curves.

Sample results

Running

To generate images, run:

$ python fft_experiments.py

Or just

$ make

To change parameters, edit the file fft_experiments.py.

Requirements

Python 3, pillow, numpy.

Tests

Some tests are present. Run

$ make test

to execute them.