wigner-ville-accelerate: Wigner-ville transform using the Accelerate library

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Wigner-ville and Pseudo wigner-ville transform algorithm, ispired 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.


[Skip to Readme]

Properties

Versions 0.1.0.0, 0.1.0.0, 0.1.0.1, 0.1.0.2
Change log None available
Dependencies accelerate (>=1.0.0.0), accelerate-fft (>=1.1.0.0), base (>=4.7 && <5) [details]
License BSD-3-Clause
Copyright 2017 Rinat Stryungis
Author Rinat Stryungis
Maintainer Rinat Stryungis <lazybonesxp@gmail.com>
Category Time-frequency distributions, parallelism
Home page https://github.com/Haskell-mouse/wigner-ville-accelerate
Bug tracker https://github.com/Haskell-mouse/wigner-ville-accelerate/issues
Source repo head: git clone https://github.com/Haskell-mouse/wigner-ville-accelerate
Uploaded by Haskell_Mouse at 2017-10-22T05:43:55Z

Modules

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for wigner-ville-accelerate-0.1.0.0

[back to package description]

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 main repository.