2017 © Pedro Peláez
 

library phpdsp

PHP-DSP: Digital Signal Processing library for PHP

image

mason88/phpdsp

PHP-DSP: Digital Signal Processing library for PHP

  • Sunday, January 28, 2018
  • by mason88
  • Repository
  • 1 Watchers
  • 0 Stars
  • 9 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

PHP-DSP

Digital Signal Processing library for PHP is a set of classes for creating and analyzing digital signals. It contains operations for converting between continuous signals to discrete signals, and to move data back and forth from time domain to frequency domain., (*1)

Its classes and code are ported from Python code in "Think DSP," a great book by Allen B. Downey (http://greenteapress.com/wp/think-dsp/)., (*2)

Due to limitations in PHP language, DFT is not supported, while DCT is., (*3)

This library uses NumPHP library (https://numphp.org/) for running matrix and vector operations., (*4)

For complete documentation and examples, please visit: http://masonlee.info/phpdsp, (*5)

Installation

Using Composer:, (*6)

$ composer require mason88/phpdsp

Dependencies

  • numphp/numphp: https://github.com/NumPHP/NumPHP This library is included directly into this repository and contains custom modifications for this project.

License

http://www.gnu.org/licenses/gpl.html V3, (*7)

The Versions

28/01 2018

dev-master

9999999-dev

PHP-DSP: Digital Signal Processing library for PHP

  Sources   Download

GPL GPL-3.0-only

The Requires

  • php >=5.4

 

php dsp fourier

16/07 2017

1.0

1.0.0.0

PHP-DSP: Digital Signal Processing library for PHP

  Sources   Download

GPL

The Requires

  • php >=5.4

 

php dsp fourier