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

When hmatrix is installed with -fvector, 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
mkl

Link with Intel's MKL optimized libraries.

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.10.0.4), hmatrix-gsl-stats (>=0.1.2.10), hstatistics (>=0.2.2.10), mtl (>2), storable-complex [details]
License BSD-3-Clause
Copyright (c) A.V.H. McPhail 2010, 2011
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 git@github.com:amcphail/hsignal.git
Uploaded by VivianMcPhail at 2012-05-31T00:55:46Z
Distributions LTSHaskell:0.2.7.5, NixOS:0.2.7.5, Stackage:0.2.7.5
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 25638 total (88 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for hsignal-0.2.4

[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