5.0

5.0 | 3 ratings Rate this file 8 Downloads (last 30 days) File Size: 111.13 KB File ID: #6780
image thumbnail

Catman File Importer

by Andreas Geissler

 

24 Jan 2005 (Updated 26 Apr 2010)

With the M-File catman_read binary catman DAQ files can be read in directly.

| Watch this File

File Information
Description

After execution of the M-File catman_read, the content of binary catman DAQ files are available in MATLAB. Two structured variables (one with global content, one with DAQ data) are delivered by the M-File.

Catman Online Data files are not supported.

MATLAB release MATLAB 6.5 (R13)
Other requirements a catman measurement file (cat prof. or cat easy)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Comments and Ratings (6)
20 Jul 2006 gautam jain

makes it real easy to read catman files; real sweet!

23 Mar 2008 Jakab Gábor

just works. great!

07 Dec 2010 Edwin

I have worked with the old version for a long time. It works flawlessly up untill now. After an upgrade of Catman easy the catman_read function delivers incorrect data. An upgrade of the function as per 26 April 2010 does not function because the zip file contains the old catman_read function dated at 4/22/2005. Should there not be a new version of the catman_read function?

07 Dec 2010 Edwin

As per version of Catman easy 3.1.1 the internal Catman data format is changed. This has not yet been reflected in a new version of catman_read

01 Aug 2011 Daniel Waterman

I am using Catman Easy 3.1.11 and this importer DOES work for new versions, but you need to make the following modifications to catman_read.m:

Change line 88:
dataoffset=fread(fid,1,'long'); % Offset in Byte from start of file for Data Area
to:
a1.dataoffset=fread(fid,1,'long');
Add line 195:
fseek(fid,a1.dataoffset,'bof'); % Jump file pointer to data area

I can't test it with data files from older versions of Catman, so can anyone verify that it works? I've contacted HMB and asked them to check as well. The author's email address at HBM appears to no longer be active.

10 Aug 2011 Daniel Waterman

As of version 3.2.1, Catman can export data to mat files. I don't know if Catman File Importer with the above fix works for versions above 3.1.11.

Please login to add a comment or rating.
Updates
22 Apr 2005

Empty channels of the catman database have as data content not an empty matrix, but the data of the last non-empty channel before. This behaviour has been removed

26 Apr 2010

Reads the content of a catman (prof. or easy) measurement file, which will be contained in a structure

Tag Activity for this File
Tag Applied By Date/Time
data import Andreas Geissler 22 Oct 2008 07:40:05
data export Andreas Geissler 22 Oct 2008 07:40:05
hbm Andreas Geissler 22 Oct 2008 07:40:05
catman Andreas Geissler 22 Oct 2008 07:40:05
utilities Andreas Geissler 22 Oct 2008 07:40:05
mgcsplit Andreas Geissler 22 Oct 2008 07:40:05
spider8 Andreas Geissler 22 Oct 2008 07:40:05
mgcplus Andreas Geissler 22 Oct 2008 07:40:05
catman Kelvin Klein 24 Nov 2010 11:43:50

Contact us at files@mathworks.com