g.wavread: function to read .wav files as produced by the accelerometer...

Description Usage Arguments Details Value Author(s)

Description

For reading the wav accelerometer data as collected with an Axivity accelerometer

Usage

1
g.wavread(wavfile, start = 1, end = 100,units="minutes")

Arguments

wavfile

filename (required)

start

start point for reading data, see also units

end

end point for reading data, see also units

units

units used for defining start and end

Details

If only start is defined then g.binread will read all data beyond start until the end of the file is reached

Value

rawxyz

matrix with raw x, y, and, z acceleration values

header

file header

timestamps

local timestamps for rawxyz

Author(s)

Vincent T van Hees <vincentvanhees@gmail.com>


ucl-cls/mcs-acc documentation built on May 3, 2019, 2:22 p.m.