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.
- Host: GitHub
- URL: https://github.com/dbtek/low-comp-filter-coefficients
- Owner: dbtek
- License: mit
- Created: 2015-12-20T13:47:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-24T10:46:43.000Z (over 10 years ago)
- Last Synced: 2025-12-26T20:57:32.225Z (6 months ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)