hmeap-0.14: Haskell Meapsoft Parser

Safe HaskellNone

Sound.Analysis.Meapsoft.Data

Description

Meapsoft analysis data input.

Synopsis

Documentation

read_data :: Fractional n => FilePath -> Int -> IO (Int, [n])Source

Given the number of columns, reads an entire MEAPsoft data set into a list and returns the data paired with the number of rows.

class Floating a => Meap_Data a whereSource

Methods

meap_data_uarray :: Int -> Int -> [a] -> UArray (Int, Int) aSource

meap_data_index :: UArray (Int, Int) a -> (Int, Int) -> aSource