Load EOG data Copyright (C) 2011, ATR All Rights Reserved. License : New BSD License(see VBMEG_LICENSE.txt)
0001 function [eog] = load_sbi_eog_data(megfile) 0002 % Load EOG data 0003 % 0004 % Copyright (C) 2011, ATR All Rights Reserved. 0005 % License : New BSD License(see VBMEG_LICENSE.txt) 0006 0007 load(megfile, 'eog'); 0008 0009 return