Jezzamonn / fourier

An Interactive Introduction to Fourier Transforms
http://www.jezzamon.com/fourier
MIT License
2.47k stars 217 forks source link

Download fourier data #23

Open MuLx10 opened 5 years ago

MuLx10 commented 5 years ago

Added Download button for draw zone. It would help the user to recreate the diagram from the Fourier series data. Data is saved in the below described format in json.

{"amplitude":[],"phase":[],"frequency":[]}

Capture

fourier-data.json

Jezzamonn commented 4 years ago

Hi! First of all, nice job in digging into the code and getting an understanding of how it works. I like the idea of letting people be able to access this data!

Some high-level questions to be resolved though is: