资源简介
用于读取EEG信号的工具,该工具可以轻松且有效地读取数据
代码片段和文件信息
% BIOSIG runs on Matlab and Octave.
% This is a script installing all components in an automatically.
%
% 1) extract the files and
% 2) save the BIOSIG files in
% 3) start matlab
% cd
% biosig_installer
% 4) For a permanent installation save the default path with
% PATH2RC or
% PATHTOOL and click on the “SAVE“ button.
% 5) For removing the toolbox
% remove the path to
% HOME/tsa
% HOME/NaN
% HOME/BIOSIG/ and all its subdirectories
%
% NOTE: by default also the NaN-toolbox is installed -
% - a statistical toolbox for handling missing values - which
% changes the behaviour of some standard functions. For more
% information see NaN/README.TXT . In case you do not want this
% you can excluded the path to NaN/*. The BIOSIG tools will still
% work but does not support the handling of NaN‘s.
% $Id: install.m 2558 2010-11-19 07:32:04Z schloegl $
% Copyright (C) 2003-200520062007200820092010 by Alois Schloegl
% This is part of the BIOSIG-toolbox http://biosig.sf.net/
BIOSIG_HOME = pwd; %
if exist(‘./t200_FileAccess‘‘dir‘)
% install.m may reside in .../biosig/ or above (...)
[BIOSIG_HOMEfe] = fileparts(BIOSIG_HOME);
elseif exist(‘biosig‘‘dir‘)
else
fprintf(2‘Error: biosig subdirectories not found\n‘);
return;
end;
path([BIOSIG_HOME‘/biosig‘]path); %
path([BIOSIG_HOME‘/biosig/demo‘]path); % demos
path([BIOSIG_HOME‘/biosig/doc‘]path); % docus Eventtable etc.
path([BIOSIG_HOME‘/biosig/t200_FileAccess‘]path); % dataformat
path([BIOSIG_HOME‘/biosig/t250_ArtifactPreProcessingQualityControl‘]path); % trigger and quality control
path([BIOSIG_HOME‘/biosig/t300_FeatureExtraction‘]path); % signal processing and feature extraction
path([BIOSIG_HOME‘/biosig/t400_Classification‘]path); % classification
path([BIOSIG_HOME‘/biosig/t450_MultipleTestStatistic‘]path); % statistics false discovery rates
path([BIOSIG_HOME‘/biosig/t490_EvaluationCriteria‘]path); % evaluation criteria
path([BIOSIG_HOME‘/biosig/t500_Visualization‘]path); % display and presentation
path([BIOSIG_HOME‘/biosig/t501_VisualizeCoupling‘]path); % visualization ofcoupling analysis
if ~exist(‘OCTAVE_VERSION‘‘builtin‘)
%% Matlab
path([BIOSIG_HOME‘/biosig/viewer‘]path); % viewer
path([BIOSIG_HOME‘/biosig/viewer/utils‘]path); % viewer
path([BIOSIG_HOME‘/biosig/viewer/help‘]path); % viewer
path(path[BIOSIG_HOME‘/freetb4matlab/signal‘]); % Octave-Forge signal processing toolbox converted with freetb4matlab
else
%% Octave
path(path[BIOSIG_HOME‘/freetb4matlab/signal‘]); % Octave-Forge signal processing toolbox converted with freetb4matlab
end;
path(path[BIOSIG_HOME‘/freetb4matlab/oct2mat‘]); % some basic functions used in Octave but not available in Matlab
path(path[BIOSIG_HOME‘/freetb4matlab/general‘]); % some basic functions used in Octave but not available in Matlab
path(path[BIOSIG_HOME‘/fr
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2010-11-22 13:39 biosig\
文件 35147 2010-01-12 07:47 biosig\LICENSE
目录 0 2010-11-22 13:50 biosig\t300_FeatureExtraction\
文件 9514 2010-07-02 13:16 biosig\t300_FeatureExtraction\heartratevariability.m
文件 3404 2010-02-08 23:15 biosig\t300_FeatureExtraction\bandpower.m
文件 3184 2009-12-21 23:29 biosig\t300_FeatureExtraction\brainrate.m
文件 11444 2010-11-22 09:09 biosig\t300_FeatureExtraction\qrscorr.m
文件 3435 2010-07-02 13:16 biosig\t300_FeatureExtraction\qrsdetect.m
文件 4060 2010-07-02 13:16 biosig\t300_FeatureExtraction\respdetect.m
文件 1691 2010-01-22 22:16 biosig\t300_FeatureExtraction\cfm.m
文件 1125 2010-01-12 07:47 biosig\t300_FeatureExtraction\teager.m
文件 1244 2010-11-22 09:09 biosig\t300_FeatureExtraction\Contents.m
文件 2723 2010-10-15 11:28 biosig\t300_FeatureExtraction\synthetic_ecg.m
文件 4557 2010-11-22 09:09 biosig\t300_FeatureExtraction\oahe.m
文件 1817 2010-10-15 11:28 biosig\t300_FeatureExtraction\abp.m
文件 17946 2010-04-15 15:09 biosig\t300_FeatureExtraction\tfmvar.m
文件 8252 2010-07-02 13:09 biosig\t300_FeatureExtraction\ectbcorr.m
文件 4086 2010-11-22 09:09 biosig\t300_FeatureExtraction\berger.m
文件 3203 2010-11-22 09:09 biosig\t300_FeatureExtraction\paynter.m
文件 4901 2010-04-15 19:19 biosig\t300_FeatureExtraction\evoked_potential.m
文件 1672 2010-11-22 09:09 biosig\t300_FeatureExtraction\getar0.m
文件 2493 2010-11-22 09:09 biosig\t300_FeatureExtraction\bss.m
文件 4308 2010-11-22 09:09 biosig\t300_FeatureExtraction\baccala2001.m
文件 1747 2010-01-12 07:47 biosig\t300_FeatureExtraction\hurst.m
文件 6024 2010-11-22 09:09 biosig\t300_FeatureExtraction\wackermann.m
文件 5423 2009-12-21 23:29 biosig\t300_FeatureExtraction\processing.m
文件 2940 2010-11-22 09:09 biosig\t300_FeatureExtraction\barlow.m
文件 2722 2010-11-22 09:09 biosig\t300_FeatureExtraction\arspectrum.m
文件 3110 2010-11-22 09:09 biosig\t300_FeatureExtraction\tvaar.m
文件 3269 2010-11-22 09:09 biosig\t300_FeatureExtraction\hjorth.m
文件 5060 2010-11-22 09:09 biosig\t300_FeatureExtraction\tdp.m
............此处省略925个文件信息
评论
共有 条评论