📄 install
字号:
%
% BIOSIG runs on Matlab and Octave.
%
% 1) extract the files and
% 2) save the BIOSIG files in <your_directory>
% 3a) start octave or matlab and type
> cd <your_directory>
> install
% you can apply the following commands to load
% your EEG data into the workspace.
[s,HDR]=sload(your_eeg_file);
HDR = sopen(your_eeg_file,'r');
[s,HDR] = sread(HDR);
HDR = sclose(HDR);
% Now, s contains the EEG, and HDR the header information.
% The following help commands
% provide some more information.
help sopen
help sread
help sload
% $Revision: 1.4 $
% $Id: INSTALL,v 1.4 2003/03/14 14:05:25 schloegl Exp $
% Copyright (C) 2003 by Alois Schloegl <a.schloegl@ieee.org>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -