Skip to content

Instantly share code, notes, and snippets.

@mbijon
mbijon / fft.php
Last active February 17, 2024 03:46
Fast Fourier Transform in PHP
<?php
// !!! Warning: for reference, not debugged
###################################################################
# PHP_Fourier 0.03b
# Original Fortran source by Numerical Recipies
# PHP port by Mathew Binkley (binkleym@nukote.com)
###################################################################