Skip to content

Instantly share code, notes, and snippets.

@maxchichi
maxchichi / fft.php
Created July 1, 2018 17:26 — forked from mbijon/fft.php
Fast Fourier Transform in PHP
<?php
// !!! Warning: for reference, not debugged
###################################################################
# PHP_Fourier 0.03
# Original Fortran source by Numerical Recipies
# PHP port by Mathew Binkley ([email protected])
###################################################################