Geontech / XMidasBlueReader

MATLAB library for reading X-Midas BLUE -format files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XMidasBlueReader

This MATLAB class is a utility to progressively read through BLUE -format files.

bf = XMidasBlueReader('...path/to/bluefile');
% Header control block: bf.hcb

% Read 4096 samples into a cell array
samps = bf.read(4096);
sampsMat = cell2mat(samps); % As a vector or matrix

About

MATLAB library for reading X-Midas BLUE -format files

License:MIT License


Languages

Language:MATLAB 100.0%