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
- Host: GitHub
- URL: https://github.com/kfrlib/biquad-benchmark
- Owner: kfrlib
- License: mit
- Created: 2016-07-18T09:54:02.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-18T09:57:36.000Z (almost 10 years ago)
- Last Synced: 2025-03-27T06:03:13.452Z (over 1 year ago)
- Language: C++
- Homepage: https://www.kfrlib.com
- Size: 61.5 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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