Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

5 stars

Watchers

4 watching

Forks

Releases

Packages

Contributors

Languages