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

https://github.com/kfrlib/biquad-benchmark

A benchmark for comparison of Biquad algorithms performance
https://github.com/kfrlib/biquad-benchmark

Last synced: about 1 year ago
JSON representation

A benchmark for comparison of Biquad algorithms performance

Awesome Lists containing this project

README

          

# Biquad benchmark
A benchmark for comparison of Biquad algorithms performance.

Currently supports Intel IPP and [KFR](https://github.com/kfrlib/kfr)

Requires:
* C++11 compiler (any recent version of GCC or Clang)
* MinGW on Windows
* CMake 2.8 or newer
* AVX-capable cpu
* Python 2.7 or newer
* matplotlib module
* numpy module

## License

Dual licensed under GPL 2 (or newer) and MIT