Home

Awesome

HIIR

This used to be a fork of the HIIR library by Laurent De Soras, "an oversampling and Hilbert transform library in C++", with some new files that add support for double precision floating point numbers and AVX instructions, making the library able to work with:

The original HIIR library is already able to work with:

As of March 2020 this functionality has been merged in the official release of HIIR, version 1.30, which also supports

This repository has been updated to version 1.30, but is header-only, and does not contain the test folder.

As of April 2021 I added support for double precision floating point data using Neon on ARM AArch64, making the library able to work with:

For usage instructions see the original library readme: readme.txt.

For a crossplatform wrapper around this library - and more -, see oversimple.