Skip to content
/ phpdsp Public

PHP-DSP: Digital Signal Processing library for PHP

Notifications You must be signed in to change notification settings

mason88/phpdsp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f369eee · Jan 28, 2018

History

3 Commits
Jul 16, 2017
Jul 16, 2017
Jul 16, 2017
Jul 16, 2017
Jul 16, 2017
Jan 28, 2018
Jul 16, 2017
Jul 16, 2017

Repository files navigation

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.

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/).

Due to limitations in PHP language, DFT is not supported, while DCT is.

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

For complete documentation and examples, please visit: http://masonlee.info/phpdsp

Installation

Using Composer:

$ composer require mason88/phpdsp

Dependencies

License

http://www.gnu.org/licenses/gpl.html V3

About

PHP-DSP: Digital Signal Processing library for PHP

Resources

Stars

Watchers

Forks

Packages

No packages published