FFT Cooley-Tukey

This is the FFT based on this webpage http://www.nayuki.io/page/free-small-fft-in-multiple-languages

by cubicalmonkey

HTML

<script src="https://dygraphs.com/dygraph-combined.js"></script>
<script src="https://dygraphs.com/1.1.0/dygraph-combined-dev.js"></script>
<div id="graph_div" style="width:514px; height:300px;"></div>

JavaScript

console.clear();
var data = [
 ...