Download the PHP package sbrbot/dft without Composer
On this page you can find all versions of the php package sbrbot/dft. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor sbrbot
Package dft
Short Description PHP library for calculating Discrete Fourier Transform
License MIT
Package dft
Short Description PHP library for calculating Discrete Fourier Transform
License MIT
Please rate this library. Is it a good library?
Informations about the package dft
Discrete Fourier Transform
This is a simple Discrete Fourier Transform library implemented in PHP.
require 'DFT.php'; // input discrete values $Y=[2,3,-1,1]; // instantiate and calculate factors $DFT=new DFT($Y); // get Fourier (frquency domain) factors (Complex) $Factors=$DFT->getFactors(); // get Magnitudes (absolute values) (float) $Magnitudes=$DFT->getMagnitudes();
As simple as that!
All versions of dft with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0.0
The package sbrbot/dft contains the following files
Loading the files please wait ....