RSKreadwavetxt.m
Arguments
Input
file
- filename of the text export archive directory to be read
Output
RBR
Reads the Ruskin exported text data for a "wave" instrument into a Matlab structure comparable to what would have been obtained using the Ruskin Matlab export.
Example:
system('unzip 099999_20160517_1200.zip') % not necessary if already unzipped
RBR = RSKreadwavetxt('099999_20160517_1200');
This script is meant as a temporary solution to a bug in Ruskin that prevents export of large RSK files to Matlab format, specifically for files obtained from "wave"-type loggers. This function may disappear in the future.