hsignal: Signal processing and EEG data analysis

[ bsd3, library, math ] [ Propose Tags ]

Purely functional interface to signal processing based on hmatrix

Provides data types for manipulating EEG data, including reading from BDF data format files

The vector type is Data.Vector.Storable from the vector package.

Feature requests, suggestions, and bug fixes welcome.


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
openblas

Link with OpenBLAS (https:/github.comxianyi/OpenBLAS) optimized libraries.

Disabled
onlygsl

don't link gslcblas

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.0.5, 0.1.1.1, 0.1.2.1, 0.1.2.2, 0.1.2.3, 0.1.2.4, 0.1.2.5, 0.1.3, 0.1.3.2, 0.1.3.3, 0.1.3.4, 0.1.3.5, 0.1.3.6, 0.2.1.0, 0.2.2, 0.2.2.1, 0.2.3, 0.2.3.1, 0.2.3.3, 0.2.4, 0.2.4.1, 0.2.4.2, 0.2.4.3, 0.2.5, 0.2.6, 0.2.6.1, 0.2.7, 0.2.7.1, 0.2.7.2, 0.2.7.4, 0.2.7.5
Change log CHANGES
Dependencies array, base (>=4 && <5), binary, bytestring, hmatrix (>=0.18), hmatrix-gsl (>=0.18), hmatrix-gsl-stats (>=0.4.1.6), hstatistics (>=0.2.5.4), mtl (>2), storable-complex, vector [details]
License BSD-3-Clause
Copyright (c) A.V.H. McPhail 2010, 2011, 2014, 2015, 2016
Author Vivian McPhail
Maintainer haskell.vivian.mcphail <at> gmail <dot> com
Category Math
Home page http://code.haskell.org/hsignal
Source repo head: git clone https://github.com/amcphail/hsignal.git
Uploaded by VivianMcPhail at 2016-11-14T02:54:26Z
Distributions LTSHaskell:0.2.7.5, NixOS:0.2.7.5, Stackage:0.2.7.5
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 25690 total (88 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-11-16 [all 1 reports]

Readme for hsignal-0.2.7.5

[back to package description]
-----------------------------------------
 A simple scientific library for Haskell
-----------------------------------------

INSTALLATION

See the INSTALL file.

ACKNOWLEDGEMENTS -----------------------------------------------------

I thank ALberto Ruiz for hmatrix, especially for setup files which I
have shamelessly copied and modified