Home > vbmeg > demo > test_scripts > sbi > load_sbi_eog_data.m

load_sbi_eog_data

PURPOSE ^

Load EOG data

SYNOPSIS ^

function [eog] = load_sbi_eog_data(megfile)

DESCRIPTION ^

 Load EOG data

 Copyright (C) 2011, ATR All Rights Reserved.
 License : New BSD License(see VBMEG_LICENSE.txt)

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

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

Generated on Mon 22-May-2023 06:53:56 by m2html © 2005