Skip to content

Instantly share code, notes, and snippets.

View BrianHannay's full-sized avatar

Brian Hannay BrianHannay

  • Nanaimo, British Columbia, Canada
View GitHub Profile
@BrianHannay
BrianHannay / fft.php
Created April 5, 2018 03: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 (binkleym@nukote.com)
###################################################################