----------------------------------------------- A simple signal processing library for Haskell ----------------------------------------------- INSTALLATION Recommended method (ok in Ubuntu/Debian systems): $ cabal install hsignal INSTALLATION ON WINDOWS ---------------------------------------- 1) Install a recent ghc (e.g. ghc-6.10.3) 2) Install cabal-install. A binary for windows can be obtained from: http://www.haskell.org/cabal/release/cabal-install-0.6.2/cabal.exe Put it somewhere in the path, for instance in c:\ghc\ghc-6.10.3\bin 3) Download and uncompress hmatrix-x.y.z.tar.gz from Hackage: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hmatrix 4) Open a terminal, cd to the hmatrix folder, and run > cabal install 5) Download and uncompress hsignal-x.y.z.tar.gz from Hackage: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hsignal 6) Open a terminal, cd to the hsignal folder, and run > cabal install