An open API service indexing awesome lists of open source software.

https://github.com/dbtek/low-comp-filter-coefficients

Filter design with low complexity coefficients.
https://github.com/dbtek/low-comp-filter-coefficients

Last synced: about 2 months ago
JSON representation

Filter design with low complexity coefficients.

Awesome Lists containing this project

README

          

# low-comp-filter-coefficients
Javscript implementation of the algorithm described in paper, [Filter Design With Low Complexity Coefficients](https://stanford.edu/~boyd/papers/pdf/filt_coef_trunc.pdf) by Joëlle Skaf and Stephen P. Boyd.

## Prequisites
- [Nodejs](https://nodejs.org/en/), npm later than 4.2.*.

## Get Things Run
ES-6 features are used in this project. [Babel](http://babeljs.io) transpiling is required, since.

To install dependencies run inside project root:

```bash
$ npm install
```

This will install dependency libraries along with babel and its plugins.

To start program, run:
```
$ node .
```

## License
[MIT](http://opensource.org/licenses/MIT)

## Author
İsmail Demirbilek
[@dbtek](https://twitter.com/dbtek)