mason88/phpdsp
Composer 安装命令:
composer require mason88/phpdsp
包简介
PHP-DSP: Digital Signal Processing library for PHP
README 文档
README
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
- numphp/numphp: https://github.com/NumPHP/NumPHP This library is included directly into this repository and contains custom modifications for this project.
License
统计信息
- 总下载量: 98
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL
- 更新时间: 2017-07-16