You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
% The sequnce importfamos.m was produced to convert imc raw data(*.raw;
% *.dat) to matlab data. Here, struct is used to manage the channel
% information.
%
% For more information of FAMOS file format, please see the
% manufacturer's website: http://www.imc-berlin.de
%
% Corresponding to Data Structure in Matlab, the channels are stored
% as struct struct: Channel + name (channel name)
% + comment
% + data (channel Value)
% + length
% + yUnit
% + t0
% + dt(sampling period)
% + xUnit
% Version history:
% Version 1.0 (2011.1.19); Current version only can deal with analog rawdata
% from imc devices. The digital and group function is ongoning and will be
% released in version 2.
% Version 1.1 (2013.12.31): In order to solve non-manually save data,
% regular pattern is introduced into sloving data structure without CR and
% LF.
% (only support data(Channel) from imc devices)
%
% Author: Liang
% Danke.Liang@gmail.com
% Started on Dec.14, 2010
Cite As
Liang Teng (2026). sequnce to read famos data into matlab workspace (https://ch.mathworks.com/matlabcentral/fileexchange/30187-sequnce-to-read-famos-data-into-matlab-workspace), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.3.0.0 (3.31 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.3.0.0 | update the bug reported by János |
||
| 1.1.0.0 | % Version 1.1 (2013.12.31): In order to solve non-manually save data,
|
||
| 1.0.0.0 |
