Tuesday, December 05, 2006

MatLab M-Files for import of HBM catman data

With these matlab M-files the import of catman binary data files into MatLab is enabled.
A description of the catman binary format can be found here...



The typical use in MatLab:
[a1,a2]=catman_read; % Select a catman file
disp(a1.comment); % Show file comment
disp(a2(1).ChannelName); % Show Name of 1st catman channel...
plot(a2(1).data,a2(2).data); % Plot data

No comments: