Description
Wigner-ville transform using the Accelerate library.
Description
Wigner-ville and Pseudo wigner-ville transform algorithm, inspired by "Time-frequency toolbox" and adapted to use with the Accelerate library. If you want to use accelerated backends, like Native or PTX, build accelerate-fft package with corresponding flags.
README.md
Wigner-Ville distribution in time-frequency domain for the Accelerate Array Language
Wigner-Ville library for the embedded array language Accelerate. It implements currently Wigner-Ville and Pseudo Wigner-Ville and Hilbert transformations. This will use optimised backend implementations where available. For details on Accelerate, refer to the https://github.com/AccelerateHS/accelerate.