install
来自「matlab数字信号处理工具箱」· 代码 · 共 31 行
TXT
31 行
%
% 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 + =
减小字号Ctrl + -
显示快捷键?