plateform stringclasses 1
value | repo_name stringlengths 13 113 | name stringlengths 3 74 | ext stringclasses 1
value | path stringlengths 12 229 | size int64 23 843k | source_encoding stringclasses 9
values | md5 stringlengths 32 32 | text stringlengths 23 843k |
|---|---|---|---|---|---|---|---|---|
github | ZijingMao/baselineeegtest-master | pop_topoplot.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/popfunc/pop_topoplot.m | 15,339 | utf_8 | 3fd3a5f63febf3a3a010be6092594f69 | % pop_topoplot() - Plot scalp map(s) in a figure window. If number of input
% arguments is less than 3, pop up an interactive query window.
% Makes (possibly repeated) calls to topoplot().
% Usage:
% >> pop_topoplot( EEG); % pops up a parameter query window
% >> pop_topoplot( EEG, ... |
github | ZijingMao/baselineeegtest-master | eeg_mergechan.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/popfunc/eeg_mergechan.m | 2,300 | utf_8 | 48938c717d76faeab216bacf2ac08eaa | % eeg_mergechan() - merge channel structure while preserving channel
% order
%
% >> mergelocs = eeg_mergechan(locs1, locs2);
%
% Inputs:
% locs1 - EEGLAB channel location structure
% locs2 - second EEGLAB channel location structure
%
% Output:
% mergelocs - merged channel locatio... |
github | ZijingMao/baselineeegtest-master | pop_interp.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/popfunc/pop_interp.m | 7,599 | utf_8 | eeaf74ad67176964b6a8cb937a11371b | % pop_interp() - interpolate data channels
%
% Usage: EEGOUT = pop_interp(EEG, badchans, method);
%
% Inputs:
% EEG - EEGLAB dataset
% badchans - [integer array] indices of channels to interpolate.
% For instance, these channels might be bad.
% [chanlocs structure] channel lo... |
github | ZijingMao/baselineeegtest-master | pop_importepoch.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/popfunc/pop_importepoch.m | 20,310 | utf_8 | 9bb19bf2478e05dd8fa4a86f6e7ffc51 | % pop_importepoch() - Export epoch and/or epoch event information to the event
% structure array of an EEG dataset. If the dataset is
% the only input, a window pops up to ask for the relevant
% parameter values.
% Usage:
% >> EEGOUT = pop_importepoch( EE... |
github | ZijingMao/baselineeegtest-master | pop_writeeeg.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/popfunc/pop_writeeeg.m | 2,828 | utf_8 | f5cff379a7a655220154a4cc5234452e | % pop_writeeeg - write EEGLAB dataset to disk in EDF/GDF or BDF format
%
% pop_writeeeg( EEG ) % pops up a window
% pop_writeeeg( EEG, filename, 'key', 'val' )
%
% Inputs:
% EEG - EEGLAB dataset
% filename - [string] filename
%
% Optional keys (same as writeeeg):
% 'TYPE' - ['GDF'|'EDF'|'BDF'|'CFWB'... |
github | ZijingMao/baselineeegtest-master | pop_chancenter.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/popfunc/pop_chancenter.m | 4,180 | utf_8 | 83264735d5a2740c1458fc2b72f215f5 | % pop_chancenter() - recenter cartesian X,Y,Z channel coordinates
%
% Usage:
% >> chanlocs = pop_chancenter(chanlocs); % pop up interactive window
% >> [chanlocs centerloc] = pop_chancenter(chanlocs, center, omitchan);
%
% Inputs:
% chanlocs = eeglab channel location structure (see readlocs())
% center ... |
github | ZijingMao/baselineeegtest-master | eeg_rejsuperpose.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/popfunc/eeg_rejsuperpose.m | 4,163 | utf_8 | 31ddb44aab055e8f1ae1b9307ade5b9b | % eeg_rejsuperpose() - superpose rejections of a EEG dataset.
%
% Usage:
% >> EEGOUT = eeg_rejsuperpose( EEGIN, typerej, Rmanual, Rthres, ...
% Rconst, Rent, Rkurt, Rfreq, Rothertype);
%
% Inputs:
% EEGIN - input dataset
% typerej - type of rejection (1=raw data; 0=ica).
% Rmanual ... |
github | ZijingMao/baselineeegtest-master | pop_rejcont.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/popfunc/pop_rejcont.m | 14,137 | utf_8 | 1bcb135e0cc0f260852867027268020b | % pop_rejcont() - reject continuous portions of data based on spectrum
% thresholding. First, contiguous data epochs are extracted
% and a standard spectrum thresholding algorithm is
% applied. Regions of contiguous epochs larger than a
% specified size ar... |
github | ZijingMao/baselineeegtest-master | pop_chansel.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/popfunc/pop_chansel.m | 5,372 | utf_8 | 4773a5a96563eba18577995430d93045 | % pop_chansel() - pop up a graphic interface to select channels
%
% Usage:
% >> [chanlist] = pop_chansel(chanstruct); % a window pops up
% >> [chanlist strchannames cellchannames] = ...
% pop_chansel(chanstruct, 'key', 'val', ...);
%
% Inputs:
% chanstruct - channel structure. See readl... |
github | ZijingMao/baselineeegtest-master | pop_importpres.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/popfunc/pop_importpres.m | 7,397 | utf_8 | 7bdcf2f321f530fa80e188b145a4807a | % pop_importpres() - append Presentation event file information into an EEGLAB dataset
% The Presentation stimulus presentation program outputs an ascii
% log file. This function merges existing EEG dataset events with
% additional field information (fields) abou... |
github | ZijingMao/baselineeegtest-master | pop_rejkurt.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/popfunc/pop_rejkurt.m | 9,845 | utf_8 | 030cc42f85545f1e6d2616e8173271d2 | % pop_rejkurt() - rejection of artifact in a dataset using kurtosis
% of activity (i.e. to detect peaky distribution of
% activity).
%
% Usage:
% >> pop_rejkurt( INEEG, typerej) % pop-up interative window mode
% >> [OUTEEG, locthresh, globthresh, nrej] = ...
% = pop_rejkurt( INEEG,... |
github | ZijingMao/baselineeegtest-master | pop_writelocs.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/popfunc/pop_writelocs.m | 8,336 | utf_8 | fe5e26b45aeae126898af6bfd87633bd | % pop_writelocs() - load a EGI EEG file (pop out window if no arguments).
%
% Usage:
% >> EEG = pop_writelocs(chanstruct); % a window pops up
% >> EEG = pop_writelocs(chanstruct, filename, 'key', val, ...);
%
% Inputs:
% chanstruct - channel structure. See readlocs()
% filename - Electrode... |
github | ZijingMao/baselineeegtest-master | eeg_mergelocs.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/popfunc/eeg_mergelocs.m | 4,179 | utf_8 | a8146d5e7944cc5d9b473d7c71c960b4 | % eeg_mergelocs() - merge channel structure while preserving channel
% order
%
% >> mergedlocs = eeg_mergelocs(loc1, loc2, loc3, ...);
%
% Inputs:
% loc1 - EEGLAB channel location structure
% loc2 - second EEGLAB channel location structure
%
% Output:
% mergedlocs - merged c... |
github | ZijingMao/baselineeegtest-master | pop_plottopo.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/popfunc/pop_plottopo.m | 4,700 | utf_8 | dc19c8e12f6b42f992ddfe25d0489039 | % pop_plottopo() - plot one or more concatenated multichannel data epochs
% in a topographic array format using plottopo()
% Usage:
% >> pop_plottopo( EEG ); % pop-up
% >> pop_plottopo( EEG, channels );
% >> pop_plottopo( EEG, channels, title, singletrials);
% >> pop_plottopo( EEG, channels, t... |
github | ZijingMao/baselineeegtest-master | pop_loaddat.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/popfunc/pop_loaddat.m | 3,543 | utf_8 | fe210f46e8ff2314b39fb77ae8b3945b | % pop_loaddat() - merge a neuroscan DAT file with input dataset
% (pop out window if no arguments).
%
% Usage:
% >> OUTEEG = pop_loaddat( INEEG ); % pop-up window mode
% >> OUTEEG = pop_loaddat( INEEG, filename, no_rt);
%
% Graphic interfance:
% "Code signifying no event ..." - [edit box] reaction ... |
github | ZijingMao/baselineeegtest-master | pop_crossf.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/popfunc/pop_crossf.m | 8,682 | utf_8 | 12df1d32f46458d3c4a9ed985725dd22 | % pop_crossf() - Return estimates and plots of event-related spectral coherence
%
% Usage:
% >> pop_crossf(EEG, typeproc, num1, num2, tlimits,cycles,
% 'key1',value1,'key2',value2, ... );
% Inputs:
% INEEG - Input EEG dataset
% typeproc - Type of processing: ... |
github | ZijingMao/baselineeegtest-master | pop_timtopo.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/popfunc/pop_timtopo.m | 4,061 | utf_8 | 83935198482b3bf9e34948c08e8aef23 | % pop_timtopo() - call the timtopo() function for epoched EEG datasets.
% Plots the epoch mean for each channel on a single axis,
% plus scalp maps of the data at specified latencies.
% Usage:
% >> pop_timtopo( EEG, timerange, topotimes, title, 'key', 'val', ...);
%
% Inputs:
% EEG ... |
github | ZijingMao/baselineeegtest-master | eeg_multieegplot.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/popfunc/eeg_multieegplot.m | 4,358 | utf_8 | 16fe8e9b9e5bff89de4ed0ebe4dd8ec5 | % eeg_multieegplot() - Produce an eegplot() of a the average of an epoched dataset
% (with optional pre-labelling of specific trials).
% Usage:
% >> eeg_multieegplot( data,trialrej, elecrej, ...
% 'key1', value, 'key2', value ... );
% Inputs:
% data - input da... |
github | ZijingMao/baselineeegtest-master | pop_chancoresp.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/popfunc/pop_chancoresp.m | 17,056 | utf_8 | fd71daf5fecf686e892f204c0f95cf38 | % pop_chancoresp() - define correspondances between two channel locations structures
% (EEG.chanlocs) automatically (by matching channel labels)
% else using a user input gui.
% Usage:
% >> [chanlist1 chanlist2] = pop_chancoresp(chanstruct1, chanstruc2, 'key', 'val', ...);
%
% ... |
github | ZijingMao/baselineeegtest-master | pop_select.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/popfunc/pop_select.m | 28,922 | utf_8 | b2a1ca749eeecfce5d79c2017bcb7621 | % pop_select() - given an input EEG dataset structure, output a new EEG data structure
% retaining and/or excluding specified time/latency, data point, channel,
% and/or epoch range(s).
% Usage:
% >> OUTEEG = pop_select(INEEG, 'key1', value1, 'key2', value2 ...);
%
% Graphic interface:... |
github | ZijingMao/baselineeegtest-master | pop_rmdat.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/popfunc/pop_rmdat.m | 6,763 | utf_8 | 578b5d17ed738f5495c81cd4d5665da2 | % pop_rmdat() - Remove continuous data around specific events
%
% Usage:
% >> OUTEEG = pop_rmdat( EEG); % pop-up a data entry window
% >> OUTEEG = pop_rmdat( EEG, typerange, timelimits, invertselection);
%
% Graphic interface:
% "Time-locking event type(s)" - [edit box] Select 'Edit > Event values'
% ... |
github | ZijingMao/baselineeegtest-master | pop_editeventfield.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/popfunc/pop_editeventfield.m | 21,851 | utf_8 | 71f72e83e89bf49e4935579619263775 | % pop_editeventfield() - Add/remove/rename/modify a field in the event structure
% of an EEG dataset. Can also be used to append new events to the end of the
% event structure or to delete all current events. If the dataset is
% the only input, a window pops up to ask for relev... |
github | ZijingMao/baselineeegtest-master | eeg_mergelocs_diffstruct.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/popfunc/eeg_mergelocs_diffstruct.m | 5,083 | utf_8 | 91e039a2591913d015acd76805b6b6ff | % eeg_mergelocs() - merge channel structure while preserving channel
% order
%
% >> mergedlocs = eeg_mergelocs(loc1, loc2, loc3, ...);
%
% Inputs:
% loc1 - EEGLAB channel location structure
% loc2 - second EEGLAB channel location structure
%
% Output:
% mergedlocs - merged c... |
github | ZijingMao/baselineeegtest-master | pop_envtopo.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/popfunc/pop_envtopo.m | 8,414 | utf_8 | c54a44246a6ff4f7cb2c5cc34139ff09 | % pop_envtopo() - Plot envelope of an averaged EEG epoch, plus scalp maps
% of specified or largest contributing components referenced
% to their time point of maximum variance in the epoch or specified
% sub-epoch. Calls envtopo(). When nargin < 3, a query window
% ... |
github | ZijingMao/baselineeegtest-master | pop_readlocs.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/popfunc/pop_readlocs.m | 8,752 | utf_8 | ddf2ebd69a1b663a17650baa003d5b41 | % pop_readlocs() - load a EGI-format EEG file (pop up an interactive window if no arguments).
%
% Usage:
% >> EEG = pop_readlocs; % a window pops up
% >> EEG = pop_readlocs( filename, 'key', val, ...); % no window
%
% Inputs:
% filename - Electrode location file name
% 'key',va... |
github | ZijingMao/baselineeegtest-master | pop_runica.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/popfunc/pop_runica.m | 24,745 | utf_8 | 450b6025e6c310f740bca53e1a99ee74 | % pop_runica() - Run an ICA decomposition of an EEG dataset using runica(),
% binica(), or another ICA or other linear decomposition.
% Usage:
% >> OUT_EEG = pop_runica( EEG ); % pops-up a data entry window
% >> OUT_EEG = pop_runica( EEG, 'key', 'val' ); % no pop_up
%
% Graphic interface:
% "ICA ... |
github | ZijingMao/baselineeegtest-master | pop_importegimat.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/popfunc/pop_importegimat.m | 6,143 | utf_8 | 8818148b71178dda895cef6b124f69bf | % pop_importegimat() - import EGI Matlab segmented file
%
% Usage:
% >> EEG = pop_importegimat(filename, srate, latpoint0);
%
% Inputs:
% filename - Matlab file name
% srate - sampling rate
% latpoint0 - latency in sample ms of stimulus presentation.
% When data files are exporte... |
github | ZijingMao/baselineeegtest-master | pop_rejepoch.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/popfunc/pop_rejepoch.m | 2,957 | utf_8 | a252e31365db94282bc48a802d83b48b | % pop_rejepoch() - Reject pre-labeled trials in a EEG dataset.
% Ask for confirmation and accept the rejection
%
% Usage:
% >> OUTEEG = pop_rejepoch( INEEG, trialrej, confirm)
%
% Inputs:
% INEEG - Input dataset
% trialrej - Array of 0s and 1s (depicting rejected trials) (size is
... |
github | ZijingMao/baselineeegtest-master | pop_loadeeg.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/popfunc/pop_loadeeg.m | 5,829 | utf_8 | 1009f8be42d7b9ae13a7b487334378c9 | % pop_loadeeg() - load a Neuroscan .EEG file (via a pop-up window if no
% arguments). Calls loadeeg().
%
% Usage:
% >> EEG = pop_loadeeg; % pop-up data entry window
% >> EEG = pop_loadeeg( filename, filepath, range_chan, range_trials, ...
% range_typeeeg, range_response, format); %... |
github | ZijingMao/baselineeegtest-master | pop_importdata.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/popfunc/pop_importdata.m | 18,140 | utf_8 | 55023f12445bd132394251c54b2b62e5 | % pop_importdata() - import data from a Matlab variable or disk file by calling
% importdata().
% Usage:
% >> EEGOUT = pop_importdata(); % pop-up a data entry window
% >> EEGOUT = pop_importdata( 'key', val,...); % no pop-up window
%
% Graphic interface (refer to a previous version of the GUI):
... |
github | ZijingMao/baselineeegtest-master | pop_newtimef.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/popfunc/pop_newtimef.m | 17,922 | utf_8 | 8b3292d8b45194eca46e02293f7e5942 | % pop_newtimef() - Returns estimates and plots of event-related (log) spectral
% perturbation (ERSP) and inter-trial coherence (ITC) phenomena
% timelocked to a set of single-channel input epochs
%
% Usage:
% >> pop_newtimef(EEG, typeplot); % pop_up window
% >> pop_newtimef(EEG, typep... |
github | ZijingMao/baselineeegtest-master | pop_comperp.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/popfunc/pop_comperp.m | 24,035 | utf_8 | 0a2a28c8833fa31a4f0b429575080934 | % pop_comperp() - Compute the grand average ERP waveforms of multiple datasets
% currently loaded into EEGLAB, with optional ERP difference-wave
% plotting and t-tests. Creates a plotting figure.
% Usage:
% >> pop_comperp( ALLEEG, flag ); % pop-up window, interactive mode
% ... |
github | ZijingMao/baselineeegtest-master | pop_jointprob.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/popfunc/pop_jointprob.m | 10,126 | utf_8 | 17e94ffd9b3434caf75337897e769d38 | % pop_jointprob() - reject artifacts in an EEG dataset using joint
% probability of the recorded electrode or component
% activities observed at each time point. e.g., Observing
% large absoluate values at most electrodes or components
% is im... |
github | ZijingMao/baselineeegtest-master | eeg_lat2point.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/popfunc/eeg_lat2point.m | 4,019 | utf_8 | fc612a716877495d005080fab259effb | % eeg_lat2point() - convert latencies in time units relative to the
% time locking event of an eeglab() data epoch to
% latencies in data points (assuming concatenated epochs).
% Usage:
% >> [newlat] = eeg_lat2point( lat_array, epoch_array,...
% ... |
github | ZijingMao/baselineeegtest-master | eeg_addnewevents.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/popfunc/eeg_addnewevents.m | 7,648 | utf_8 | ffc9194217c3e26d7b32be5361c7163b | % eeg_addnewevents() Add new events to EEG structure. Both EEG.event and
% EEG.urevent are updated.
%
% Usage:
% >> EEG = eeg_addnewevents(EEG, latencies, types, fieldNames, fieldValues);
%
% Inputs:
% EEG - input dataset
% latencies - cell containing numerical arrays for latencies of new
% ... |
github | ZijingMao/baselineeegtest-master | supergui.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/guifunc/supergui.m | 21,074 | utf_8 | 05da62a5889eab777551326464481bdf | % supergui() - a comprehensive gui automatic builder. This function help
% to create GUI very fast without bothering about the
% positions of the elements. After creating a geometry,
% elements just place themselves into the predefined
% locations. It is especially... |
github | ZijingMao/baselineeegtest-master | warndlg2.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/guifunc/warndlg2.m | 1,031 | utf_8 | 4d58c147c6515911a93ba2375203951d | % warndlg2() - same as warndlg for eeglab()
%
% Author: Arnaud Delorme, CNL / Salk Institute, 12 August 2002
%
% See also: inputdlg2(), questdlg2()
% Copyright (C) Arnaud Delorme, CNL / Salk Institute, arno@salk.edu
%
% This program is free software; you can redistribute it and/or modify
% it under the terms of the GN... |
github | ZijingMao/baselineeegtest-master | pophelp.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/guifunc/pophelp.m | 4,248 | utf_8 | bde4cd43c45ca121c2aa18c04083fe00 | % pophelp() - Same as matlab HTHELP but does not crash under windows.
%
% Usage: >> pophelp( function );
% >> pophelp( function, nonmatlab );
%
% Inputs:
% function - string for a Matlab function name
% (with or without the '.m' extension).
% nonmatlab - [0|1], 1 the file is not a Matlab file... |
github | ZijingMao/baselineeegtest-master | errordlg2.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/guifunc/errordlg2.m | 1,467 | utf_8 | 710e811cd40d8f506b5264089f50c95c | % errordlg2() - Makes a popup dialog box with the specified message and (optional)
% title.
%
% Usage:
% errordlg2(Prompt, Title);
%
% Example:
% errordlg2('Explanation of error','title of error');
%
% Input:
% Prompt - A text string explaning why the user is seeing this error message.
% Title ... |
github | ZijingMao/baselineeegtest-master | questdlg2.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/guifunc/questdlg2.m | 3,133 | utf_8 | d94e219e87da50c5af28fe1007906abc | % questdlg2() - questdlg function clone with coloring and help for
% eeglab().
%
% Usage: same as questdlg()
%
% Warning:
% Case of button text and result might be changed by the function
%
% Author: Arnaud Delorme, CNL / Salk Institute, La Jolla, 11 August 2002
%
% See also: inputdlg2(), errordlg2(), s... |
github | ZijingMao/baselineeegtest-master | listdlg2.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/guifunc/listdlg2.m | 3,771 | utf_8 | a0820fcb823bcb9968afa377c5582498 | % listdlg2() - listdlg function clone with coloring and help for
% eeglab().
%
% Usage: same as listdlg()
%
% Author: Arnaud Delorme, CNL / Salk Institute, La Jolla, 16 August 2002
%
% See also: inputdlg2(), errordlg2(), supergui(), inputgui()
% Copyright (C) Arnaud Delorme, CNL / Salk Institute, arno@s... |
github | ZijingMao/baselineeegtest-master | finputcheck.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/guifunc/finputcheck.m | 9,133 | utf_8 | fe838fecdd60e76a4006a13c7c1b20e4 | % finputcheck() - check Matlab function {'key','value'} input argument pairs
%
% Usage: >> result = finputcheck( varargin, fieldlist );
% >> [result varargin] = finputcheck( varargin, fieldlist, ...
% callingfunc, mode, verbose );
% Input:
% varargin - Cell array ... |
github | ZijingMao/baselineeegtest-master | inputdlg2.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/guifunc/inputdlg2.m | 2,497 | utf_8 | f37d94d5821140270d3242f0d5d06659 | % inputdlg2() - inputdlg function clone with coloring and help for
% eeglab().
%
% Usage:
% >> Answer = inputdlg2(Prompt,Title,LineNo,DefAns,funcname);
%
% Inputs:
% Same as inputdlg. Using the optional additionnal funcname parameter
% the function will create a help button. The help message will... |
github | ZijingMao/baselineeegtest-master | inputgui.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/guifunc/inputgui.m | 12,643 | utf_8 | 87e7498822cdcf7eb92a71cb46360f83 | % inputgui() - A comprehensive gui automatic builder. This function helps
% to create GUI very quickly without bothering about the
% positions of the elements. After creating a geometry,
% elements just place themselves in the predefined
% locations. It is especial... |
github | ZijingMao/baselineeegtest-master | load_xdf.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/plugins/xdfimport1.12/load_xdf.m | 36,394 | utf_8 | 6f21f06210e2a00582be9587293550f9 | function [streams,fileheader] = load_xdf(filename,varargin)
% Import an XDF file.
% [Streams,FileHeader] = load_xdf(Filename, Options...)
%
% This is a MATLAB importer for mult-stream XDF (Extensible Data Format) recordings. All
% information covered by the XDF 1.0 specification is imported, plus any additional meta-da... |
github | ZijingMao/baselineeegtest-master | eegplugin_xdfimport.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/plugins/xdfimport1.12/eegplugin_xdfimport.m | 2,526 | utf_8 | 65efeb97d83bfe9268d1b766b340fb0d | % eegplugin_xdfimport() - EEGLAB plugin for importing XDF data files.
% With this menu it is possible to import a raw XDF file (*.xdf) or
% a compressed file (*.xdfz).
%
% Usage:
% >> eegplugin_xdfimport(menu);
% >> eegplugin_xdfimport(menu, trystrs, catchstrs);
%
% I... |
github | ZijingMao/baselineeegtest-master | eeg_load_xdf.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/plugins/xdfimport1.12/eeg_load_xdf.m | 11,458 | utf_8 | 34873fb53b47680e65eec68f5b585067 | function raw = eeg_load_xdf(filename, varargin)
% Import an XDF file from disk
% EEG = eeg_load_xdf(Filename, Options...)
%
% In:
% Filename : name of the xdf file
%
% Options... : list of name-value pairs for further options; the allowed names are as follows:
% 'streamname' : import only the first s... |
github | ZijingMao/baselineeegtest-master | pop_loadxdf.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/plugins/xdfimport1.12/pop_loadxdf.m | 4,515 | utf_8 | 585952592e1218043944245f50745c2f | % pop_loadxdf() - Load an XDF file (*.xdf or *.xdfz).
% (pop out window if no arguments)
%
% Usage:
% >> [EEG] = pop_loadxdf;
% >> [EEG] = pop_loadxdf( filename, 'key', 'val', ...);
%
% Graphic interface:
%
% "Stream name to import" - [edit box] specify name of stream to import; if nonempty, only ... |
github | ZijingMao/baselineeegtest-master | pop_dipfit_manual.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/plugins/dipfit2.3/pop_dipfit_manual.m | 1,755 | utf_8 | eba5714bbc90a749dad3cbbf6d51a4d7 | % pop_dipfit_manual() - interactively do dipole fit of selected ICA components
% Function deprecated. Use pop_dipfit_nonlinear()
% instead
% Usage:
% >> OUTEEG = pop_dipfit_manual( INEEG )
%
% Inputs:
% INEEG input dataset
%
% Outputs:
% OUTEEG output dataset... |
github | ZijingMao/baselineeegtest-master | eeglab2fieldtrip.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/plugins/dipfit2.3/eeglab2fieldtrip.m | 5,533 | utf_8 | d6ce02769901e24cc6e5dcc5fc0f3df6 | % eeglab2fieldtrip() - do this ...
%
% Usage: >> data = eeglab2fieldtrip( EEG, fieldbox, transform );
%
% Inputs:
% EEG - [struct] EEGLAB structure
% fieldbox - ['preprocessing'|'freqanalysis'|'timelockanalysis'|'companalysis']
% transform - ['none'|'dipfit'] transform channel locations for DIPFIT
% ... |
github | ZijingMao/baselineeegtest-master | dipfit_reject.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/plugins/dipfit2.3/dipfit_reject.m | 1,823 | utf_8 | 7d157ab7d3da320a78bb851d5d3b5669 | % dipfit_reject() - remove dipole models with a poor fit
%
% Usage:
% >> dipout = dipfit_reject( model, reject )
%
% Inputs:
% model struct array with a dipole model for each component
%
% Outputs:
% dipout struct array with a dipole model for each component
%
% Author: Robert Oostenveld, SMI/FCDC, Nijmegen 2003
... |
github | ZijingMao/baselineeegtest-master | pop_dipplot.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/plugins/dipfit2.3/pop_dipplot.m | 8,649 | utf_8 | f0e67d40c3bd34a95443673ebb76b95b | % pop_dipplot() - plot dipoles.
%
% Usage:
% >> pop_dipplot( EEG ); % pop up interactive window
% >> pop_dipplot( EEG, comps, 'key1', 'val1', 'key2', 'val2', ...);
%
% Graphic interface:
% "Components" - [edit box] enter component number to plot. By
% all the localized components are plotted. Comma... |
github | ZijingMao/baselineeegtest-master | dipplot.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/plugins/dipfit2.3/dipplot.m | 61,429 | utf_8 | 65efa49f492935c7a8e31aa84235841c | % dipplot() - Visualize EEG equivalent-dipole locations and orientations
% in the MNI average MRI head or in the BESA spherical head model.
% Usage:
% >> dipplot( sources, 'key', 'val', ...);
% >> [sources X Y Z XE YE ZE] = dipplot( sources, 'key', 'val', ...);
%
% Inputs:
% sources - structure a... |
github | ZijingMao/baselineeegtest-master | fieldtripchan2eeglab.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/plugins/dipfit2.3/fieldtripchan2eeglab.m | 1,612 | utf_8 | 0328813bbaaba65a3bcfde10ecb26e8b | % fieldtripchan2eeglab() - convert Fieldtrip channel location structure
% to EEGLAB channel location structure
%
% Usage:
% >> chanlocs = fieldtripchan2eeglab( fieldlocs );
%
% Inputs:
% fieldlocs - Fieldtrip channel structure. See help readlocs()
%
% Outputs:
% chanlocs - EEGLAB channel... |
github | ZijingMao/baselineeegtest-master | sph2spm.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/plugins/dipfit2.3/sph2spm.m | 3,331 | utf_8 | 67c8de53ef88fdbaa69eea504e17997b | % sph2spm() - compute homogenous transformation matrix from
% BESA spherical coordinates to SPM 3-D coordinate
%
% Usage:
% >> trans = sph2spm;
%
% Outputs:
% trans - homogenous transformation matrix
%
% Note: head radius for spherical model is assumed to be 85 mm.
%
% Author: Robert Oostenveld, SMI/FC... |
github | ZijingMao/baselineeegtest-master | homogenous2traditional.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/plugins/dipfit2.3/homogenous2traditional.m | 5,576 | utf_8 | 1cd0a7b795501f24b35360ecec62e420 | function f = homogenous2traditional(H)
% HOMOGENOUS2TRADITIONAL estimates the traditional translation, rotation
% and scaling parameters from a homogenous transformation matrix. It will
% give an error if the homogenous matrix also describes a perspective
% transformation.
%
% Use as
% f = homogenous2traditional(H)
... |
github | ZijingMao/baselineeegtest-master | electroderealign.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/plugins/dipfit2.3/electroderealign.m | 26,943 | utf_8 | c09b21089e582b6d28a1fc065011b317 | function [norm] = electroderealign(cfg);
% ELECTRODEREALIGN rotates and translates electrode positions to
% template electrode positions or towards the head surface. It can
% either perform a rigid body transformation, in which only the
% coordinate system is changed, or it can apply additional deformations
% to the i... |
github | ZijingMao/baselineeegtest-master | pop_dipfit_nonlinear.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/plugins/dipfit2.3/pop_dipfit_nonlinear.m | 19,264 | utf_8 | 38b5b9d5f0129b1a4aaf3230c2578eac | % pop_dipfit_nonlinear() - interactively do dipole fit of selected ICA components
%
% Usage:
% >> EEGOUT = pop_dipfit_nonlinear( EEGIN )
%
% Inputs:
% EEGIN input dataset
%
% Outputs:
% EEGOUT output dataset
%
% Author: Robert Oostenveld, SMI/FCDC, Nijmegen 2003
% Arnaud Delorme, SCCN, La Jolla... |
github | ZijingMao/baselineeegtest-master | dipfit_1_to_2.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/plugins/dipfit2.3/dipfit_1_to_2.m | 2,252 | utf_8 | 1a1a49c9adb0d94ff59b4a2206a3f2f4 | % dipfit_1_to_2() - convert dipfit 1 structure to dipfit 2 structure.
%
% Usage:
% >> EEG.dipfit = dipfit_1_to_2(EEG.dipfit);
%
% Note:
% For non-standard BESA models (where the radii or the conductances
% have been modified, users must create a new model in Dipfit2 from
% the default BESA model.
%
% Author: Arnaud D... |
github | ZijingMao/baselineeegtest-master | dipfit_gridsearch.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/plugins/dipfit2.3/dipfit_gridsearch.m | 4,519 | utf_8 | cc77806c9d0a7de350e540a72dc1c033 | % dipfit_gridsearch() - do initial batch-like dipole scan and fit to all
% data components and return a dipole model with a
% single dipole for each component.
%
% Usage:
% >> EEGOUT = dipfit_gridsearch( EEGIN, varargin)
%
% Inputs:
% ...
%
% Optional inputs:
% 'com... |
github | ZijingMao/baselineeegtest-master | eegplugin_dipfit.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/plugins/dipfit2.3/eegplugin_dipfit.m | 4,444 | utf_8 | 2bcef6898d8184014480e6ed4f2e170b | % eegplugin_dipfit() - DIPFIT plugin version 2.0 for EEGLAB menu.
% DIPFIT is the dipole fitting Matlab Toolbox of
% Robert Oostenveld (in collaboration with A. Delorme).
%
% Usage:
% >> eegplugin_dipfit(fig, trystrs, catchstrs);
%
% Inputs:
% fig - [integer] eegla... |
github | ZijingMao/baselineeegtest-master | pop_multifit.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/plugins/dipfit2.3/pop_multifit.m | 10,370 | utf_8 | dd98129d0df98fcdfc6532ff87983696 | % pop_multifit() - fit multiple component dipoles using DIPFIT
%
% Usage:
% >> EEG = pop_multifit(EEG); % pop-up graphical interface
% >> EEG = pop_multifit(EEG, comps, 'key', 'val', ...);
%
% Inputs:
% EEG - input EEGLAB dataset.
% comps - indices component to fit. Empty is all components.
%... |
github | ZijingMao/baselineeegtest-master | pop_dipfit_gridsearch.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/plugins/dipfit2.3/pop_dipfit_gridsearch.m | 4,833 | utf_8 | 39566131e1f04827a5eaf4dd7994f07f | % pop_dipfit_gridsearch() - scan all ICA components with a single dipole
% on a regular grid spanning the whole brain. Any dipoles that explains
% a component with a too large relative residual variance is removed.
%
% Usage:
% >> EEGOUT = pop_dipfit_gridsearch( EEGIN ); % pop up interactive window
% >> EEGO... |
github | ZijingMao/baselineeegtest-master | dipfit_erpeeg.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/plugins/dipfit2.3/dipfit_erpeeg.m | 3,634 | utf_8 | c387b5b84e9f4ee03b832f289837c1a2 | % dipfit_erpeeg - fit multiple component dipoles using DIPFIT
%
% Usage:
% >> [ dipole model EEG] = dipfit_erpeeg(data, chanlocs, 'key', 'val', ...);
%
% Inputs:
% data - input data [channel x point]. One dipole per point is
% returned.
% chanlocs - channel location structure (returned by ... |
github | ZijingMao/baselineeegtest-master | pop_dipfit_batch.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/plugins/dipfit2.3/pop_dipfit_batch.m | 2,342 | utf_8 | 349fbd140a3ba8c11fce24b8db9fa20c | % pop_dipfit_batch() - interactively do batch scan of all ICA components
% with a single dipole
% Function deprecated. Use pop_dipfit_gridsearch()
% instead
%
% Usage:
% >> OUTEEG = pop_dipfit_batch( INEEG ); % pop up interactive window
% >> OUTEEG = pop... |
github | ZijingMao/baselineeegtest-master | dipfit_nonlinear.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/plugins/dipfit2.3/dipfit_nonlinear.m | 4,979 | utf_8 | 74c08245e5fcd0c004b5c7b3357238cf | % dipfit_nonlinear() - perform nonlinear dipole fit on one of the components
% to improve the initial dipole model. Only selected dipoles
% will be fitted.
%
% Usage:
% >> EEGOUT = dipfit_nonlinear( EEGIN, optarg)
%
% Inputs:
% ...
%
% Optional inputs are specified in key/value ... |
github | ZijingMao/baselineeegtest-master | adjustcylinder2.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/plugins/dipfit2.3/adjustcylinder2.m | 2,197 | utf_8 | 34ff5cb12c3fc11a2456e7d82aedd980 | % adjustcylinder() - Adjust 3d object coordinates to match a pair of points
%
% Usage:
% >> [x y z] = adjustcylinder( x, y, z, pos1, pos2);
%
% Inputs:
% x,y,z - 3-D point coordinates
% pos1 - position of first point [x y z]
% pos2 - position of second point [x y z]
%
% Outputs:
% x,y,z - up... |
github | ZijingMao/baselineeegtest-master | pop_dipfit_settings.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/plugins/dipfit2.3/pop_dipfit_settings.m | 20,001 | utf_8 | 7ef22305183621c09beb2691d0250fd9 | % pop_dipfit_settings() - select global settings for dipole fitting through a pop up window
%
% Usage:
% >> OUTEEG = pop_dipfit_settings ( INEEG ); % pop up window
% >> OUTEEG = pop_dipfit_settings ( INEEG, 'key1', 'val1', 'key2', 'val2' ... )
%
% Inputs:
% INEEG input dataset
%
% Optional inputs:
% 'hdmfile' ... |
github | ZijingMao/baselineeegtest-master | firfiltdcpadded.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/plugins/firfilt1.6.1/firfiltdcpadded.m | 2,137 | utf_8 | b21b4207bf032e32cc6f0597db3cb4fe | % firfiltdcpadded() - Pad data with DC constant and filter
%
% Usage:
% >> data = firfiltdcpadded(data, b, causal);
%
% Inputs:
% data - raw data
% b - vector of filter coefficients
% causal - boolean perform causal filtering {default 0}
%
% Outputs:
% data - smoothed data
%
% Note:
% f... |
github | ZijingMao/baselineeegtest-master | minphaserceps.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/plugins/firfilt1.6.1/minphaserceps.m | 1,275 | utf_8 | 7b751637e7eed71e29f91a4ef6b586e6 | % rcepsminphase() - Convert FIR filter coefficient to minimum phase
%
% Usage:
% >> b = minphaserceps(b);
%
% Inputs:
% b - FIR filter coefficients
%
% Outputs:
% bMinPhase - minimum phase FIR filter coefficients
%
% Author: Andreas Widmann, University of Leipzig, 2013
%
% References:
% [1] Smith III, O. J. (20... |
github | ZijingMao/baselineeegtest-master | firws.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/plugins/firfilt1.6.1/firws.m | 3,219 | utf_8 | 0ab4c517238d31712ba1d97ab2497f45 | %firws() - Designs windowed sinc type I linear phase FIR filter
%
% Usage:
% >> b = firws(m, f);
% >> b = firws(m, f, w);
% >> b = firws(m, f, t);
% >> b = firws(m, f, t, w);
%
% Inputs:
% m - filter order (mandatory even)
% f - vector or scalar of cutoff frequency/ies (-6 dB;
% pi rad / sample)
%
% O... |
github | ZijingMao/baselineeegtest-master | pop_firma.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/plugins/firfilt1.6.1/pop_firma.m | 3,356 | utf_8 | e6d49147b8406a5ac3fed31ab0809194 | % pop_firma() - Filter data using moving average FIR filter
%
% Usage:
% >> [EEG, com] = pop_firma(EEG); % pop-up window mode
% >> [EEG, com] = pop_firma(EEG, 'forder', order);
%
% Inputs:
% EEG - EEGLAB EEG structure
% 'forder' - scalar filter order. Mandatory even
%
% Outputs:
% EEG - filtered ... |
github | ZijingMao/baselineeegtest-master | pop_firpm.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/plugins/firfilt1.6.1/pop_firpm.m | 7,851 | utf_8 | 7c3dd000ac470b65949e9914d8dc07d5 | % pop_firpm() - Filter data using Parks-McClellan FIR filter
%
% Usage:
% >> [EEG, com, b] = pop_firpm(EEG); % pop-up window mode
% >> [EEG, com, b] = pop_firpm(EEG, 'key1', value1, 'key2', ...
% value2, 'keyn', valuen);
%
% Inputs:
% EEG - EEGLAB EEG structure
% 'fcutoff' -... |
github | ZijingMao/baselineeegtest-master | pop_eegfiltnew.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/plugins/firfilt1.6.1/pop_eegfiltnew.m | 8,518 | utf_8 | 2643866f3c2d0e4035854d1705dce948 | % pop_eegfiltnew() - Filter data using Hamming windowed sinc FIR filter
%
% Usage:
% >> [EEG, com, b] = pop_eegfiltnew(EEG); % pop-up window mode
% >> [EEG, com, b] = pop_eegfiltnew(EEG, locutoff, hicutoff, filtorder,
% revfilt, usefft, plotfreqz, minphase);
%
% Inputs:
% EEG ... |
github | ZijingMao/baselineeegtest-master | pop_xfirws.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/plugins/firfilt1.6.1/pop_xfirws.m | 10,425 | utf_8 | d0777a1329eeb3b766e505a0b61242c9 | % pop_xfirws() - Design and export xfir compatible windowed sinc FIR filter
%
% Usage:
% >> pop_xfirws; % pop-up window mode
% >> [b, a] = pop_xfirws; % pop-up window mode
% >> pop_xfirws('key1', value1, 'key2', value2, 'keyn', valuen);
% >> [b, a] = pop_xfirws('key1', value1, 'key2', value2, 'keyn', valuen);
%... |
github | ZijingMao/baselineeegtest-master | firfiltsplit.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/plugins/firfilt1.6.1/firfiltsplit.m | 2,363 | utf_8 | 8e58b4fa2694a8b1d55b8fcddcf94b4f | % firfiltsplit() - Split data at discontinuities and forward to dc padded
% filter function
%
% Usage:
% >> EEG = firfiltsplit(EEG, b);
%
% Inputs:
% EEG - EEGLAB EEG structure
% b - vector of filter coefficients
% causal - scalar boolean perform causal filtering {d... |
github | ZijingMao/baselineeegtest-master | eegplugin_firfilt.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/plugins/firfilt1.6.1/eegplugin_firfilt.m | 2,667 | utf_8 | 681ba5e0933cafd6bb95672f910816cd | % eegplugin_firfilt() - EEGLAB plugin for filtering data using linear-
% phase FIR filters
%
% Usage:
% >> eegplugin_firfilt(fig, trystrs, catchstrs);
%
% Inputs:
% fig - [integer] EEGLAB figure
% trystrs - [struct] "try" strings for menu callbacks.
% catchstrs - [struct] "catc... |
github | ZijingMao/baselineeegtest-master | windows.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/plugins/firfilt1.6.1/windows.m | 2,876 | utf_8 | 581c2f660f641935667a234f9b024f3a | % windows() - Returns handle to window function or window
%
% Usage:
% >> h = windows(t);
% >> h = windows(t, m);
% >> h = windows(t, m, a);
%
% Inputs:
% t - char array 'rectangular', 'bartlett', 'hann', 'hamming',
% 'blackman', 'blackmanharris', or 'kaiser'
%
% Optional inputs:
% m - scalar window len... |
github | ZijingMao/baselineeegtest-master | pop_firpmord.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/plugins/firfilt1.6.1/pop_firpmord.m | 3,145 | utf_8 | f4dae3b8e73f8ab3d73c2d207506ddd8 | % pop_firpmord() - Estimate Parks-McClellan filter order and weights
%
% Usage:
% >> [m, wtpass, wtstop] = pop_firpmord(f, a); % pop-up window mode
% >> [m, wtpass, wtstop] = pop_firpmord(f, a, dev);
% >> [m, wtpass, wtstop] = pop_firpmord(f, a, dev, fs);
%
% Inputs:
% f - vector frequency band edges
% ... |
github | ZijingMao/baselineeegtest-master | firfilt.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/plugins/firfilt1.6.1/firfilt.m | 4,262 | utf_8 | d5703bbd52180bfb0661e6db5e649967 | % firfilt() - Pad data with DC constant, filter data with FIR filter,
% and shift data by the filter's group delay
%
% Usage:
% >> EEG = firfilt(EEG, b, nFrames);
%
% Inputs:
% EEG - EEGLAB EEG structure
% b - vector of filter coefficients
%
% Optional inputs:
% nFrames -... |
github | ZijingMao/baselineeegtest-master | pop_firws.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/plugins/firfilt1.6.1/pop_firws.m | 10,634 | utf_8 | 830347cf85c318140462a11e9257b53b | % pop_firws() - Filter data using windowed sinc FIR filter
%
% Usage:
% >> [EEG, com, b] = pop_firws(EEG); % pop-up window mode
% >> [EEG, com, b] = pop_firws(EEG, 'key1', value1, 'key2', ...
% value2, 'keyn', valuen);
%
% Inputs:
% EEG - EEGLAB EEG structure
% 'fcutoff' - v... |
github | ZijingMao/baselineeegtest-master | plotfresp.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/plugins/firfilt1.6.1/plotfresp.m | 3,898 | utf_8 | 71a74a912328b37353e1523b662840fa | % plotfresp() - Plot FIR filter's impulse, step, frequency, magnitude,
% and phase response
%
% Usage:
% >> plotfresp(b, a, n, fs);
%
% Inputs:
% b - vector filter coefficients
%
% Optional inputs:
% a - currently unused, reserved for future compatibility with IIR
% filters {defaul... |
github | ZijingMao/baselineeegtest-master | pop_firwsord.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/plugins/firfilt1.6.1/pop_firwsord.m | 5,354 | utf_8 | 5150d668b377feb0d9e95b49486978ca | % pop_firwsord() - Estimate windowed sinc filter order depending on
% window type and requested transition band width
%
% Usage:
% >> [m, dev] = pop_firwsord; % pop-up window mode
% >> m = pop_firwsord(wtype, fs, df);
% >> m = pop_firwsord('kaiser', fs, df, dev);
%
% Inputs:
% wtype - char arra... |
github | ZijingMao/baselineeegtest-master | pop_kaiserbeta.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/plugins/firfilt1.6.1/pop_kaiserbeta.m | 2,315 | utf_8 | 9a8a6636653865493068a0e901deeda6 | % pop_kaiserbeta() - Estimate Kaiser window beta
%
% Usage:
% >> [beta, dev] = pop_kaiserbeta; % pop-up window mode
% >> beta = pop_kaiserbeta(dev);
%
% Inputs:
% dev - scalar maximum passband deviation/ripple
%
% Output:
% beta - scalar Kaiser window beta
% dev - scalar maximum passband devi... |
github | ZijingMao/baselineeegtest-master | findboundaries.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/plugins/firfilt1.6.1/findboundaries.m | 1,867 | utf_8 | b4b28dadb5f28c802c41266f791d942c | % findboundaries() - Find boundaries (data discontinuities) in event
% structure of continuous EEG dataset
%
% Usage:
% >> boundaries = findboundaries(EEG.event);
%
% Inputs:
% EEG.event - EEGLAB EEG event structure
%
% Outputs:
% boundaries - scalar or vector of boundary event latencies... |
github | ZijingMao/baselineeegtest-master | ft_write_cifti.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/plugins/Fileio150704/ft_write_cifti.m | 31,382 | utf_8 | 59bae254f9ddbd0026ce3b2f2fbc1909 | function ft_write_cifti(filename, source, varargin)
% FT_WRITE_CIFTI writes functional data or functional connectivity to a cifti-2
% file. The geometrical description of the brainordinates can consist of
% triangulated surfaces or voxels in a regular 3-D volumetric grid. The functional
% data can consist of a dense o... |
github | ZijingMao/baselineeegtest-master | ft_chantype.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/plugins/Fileio150704/ft_chantype.m | 26,232 | utf_8 | 5c1a68c24a12c393fb802cccb95458a3 | function type = ft_chantype(input, desired)
% FT_CHANTYPE determines for each individual channel what type of data it
% represents, e.g. a planar gradiometer, axial gradiometer, magnetometer,
% trigger channel, etc. If you want to know what the acquisition system is
% (e.g. ctf151 or neuromag306), you should not use t... |
github | ZijingMao/baselineeegtest-master | ft_read_event.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/plugins/Fileio150704/ft_read_event.m | 79,562 | utf_8 | b69012deb686e2a6d94cb5dd67a0a09a | function [event] = ft_read_event(filename, varargin)
% FT_READ_EVENT reads all events from an EEG/MEG dataset and returns
% them in a well defined structure. It is a wrapper around different
% EEG/MEG file importers, directly supported formats are CTF, Neuromag,
% EEP, BrainVision, Neuroscan and Neuralynx.
%
% Use as
... |
github | ZijingMao/baselineeegtest-master | ft_read_header.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/plugins/Fileio150704/ft_read_header.m | 87,065 | utf_8 | 1b5db49e312253ab18ef5ae4d6c12d13 | function [hdr] = ft_read_header(filename, varargin)
% FT_READ_HEADER reads header information from a variety of EEG, MEG and LFP
% files and represents the header information in a common data-independent
% format. The supported formats are listed below.
%
% Use as
% hdr = ft_read_header(filename, ...)
%
% Additional... |
github | ZijingMao/baselineeegtest-master | ft_read_mri.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/plugins/Fileio150704/ft_read_mri.m | 15,468 | utf_8 | a921a393da75a56940c3100fde50e10a | function [mri] = ft_read_mri(filename, varargin)
% FT_READ_MRI reads anatomical and functional MRI data from different
% file formats. The output data is structured in such a way that it is
% comparable to a FieldTrip source reconstruction.
%
% Use as
% [mri] = ft_read_mri(filename)
%
% Additional options should be ... |
github | ZijingMao/baselineeegtest-master | ft_filetype.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/plugins/Fileio150704/ft_filetype.m | 63,157 | utf_8 | 99253abe6d86f298e9e92dc7dc18cc03 | function [type] = ft_filetype(filename, desired, varargin)
% FT_FILETYPE determines the filetype of many EEG/MEG/MRI data files by
% looking at the name, extension and optionally (part of) its contents.
% It tries to determine the global type of file (which usually
% corresponds to the manufacturer, the recording syst... |
github | ZijingMao/baselineeegtest-master | getdimord.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/plugins/Fileio150704/private/getdimord.m | 18,939 | utf_8 | 7602345b5b12d24e2e0612acc7731b4d | function dimord = getdimord(data, field, varargin)
% GETDIMORD
%
% Use as
% dimord = getdimord(data, field)
%
% See also GETDIMSIZ
if ~isfield(data, field) && isfield(data, 'avg') && isfield(data.avg, field)
field = ['avg.' field];
elseif ~isfield(data, field) && isfield(data, 'trial') && isfield(data.trial, fiel... |
github | ZijingMao/baselineeegtest-master | read_mff_bin.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/plugins/Fileio150704/private/read_mff_bin.m | 4,095 | utf_8 | 14e1df31f92faf2b6f02cfe4a32060c9 | function [output] = read_mff_bin(filename, begblock, endblock, chanindx)
% READ_MFF_BIN
%
% Use as
% [hdr] = read_mff_bin(filename)
% or
% [dat] = read_mff_bin(filename, begblock, endblock);
fid = fopen(filename,'r');
if fid == -1
error('wrong filename') % could not find signal(n)
end
needhdr = (nargin==1);
n... |
github | ZijingMao/baselineeegtest-master | ft_datatype_sens.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/plugins/Fileio150704/private/ft_datatype_sens.m | 20,793 | utf_8 | 1a5161e33bdd52cc9dc548f1382cb532 | function [sens] = ft_datatype_sens(sens, varargin)
% FT_DATATYPE_SENS describes the FieldTrip structure that represents
% an EEG, ECoG, or MEG sensor array. This structure is commonly called
% "elec" for EEG and "grad" for MEG, or more general "sens" for either
% one.
%
% The structure for MEG gradiometers and/or magn... |
github | ZijingMao/baselineeegtest-master | avw_img_read.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/plugins/Fileio150704/private/avw_img_read.m | 29,199 | utf_8 | be1e5b74cfdcf9acc49582896e9fadec | function [ avw, machine ] = avw_img_read(fileprefix,IMGorient,machine,verbose)
% avw_img_read - read Analyze format data image (*.img)
%
% [ avw, machine ] = avw_img_read(fileprefix,[orient],[machine],[verbose])
%
% fileprefix - a string, the filename without the .img extension
%
% orient - read a specified orienta... |
github | ZijingMao/baselineeegtest-master | read_yokogawa_event.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/plugins/Fileio150704/private/read_yokogawa_event.m | 7,112 | utf_8 | a70ad744018275d54a5de06fbcc9d1ff | function [event] = read_yokogawa_event(filename, varargin)
% READ_YOKOGAWA_EVENT reads event information from continuous,
% epoched or averaged MEG data that has been generated by the Yokogawa
% MEG system and software and allows those events to be used in
% combination with FieldTrip.
%
% Use as
% [event] = read_yo... |
github | ZijingMao/baselineeegtest-master | read_4d_hdr.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/plugins/Fileio150704/private/read_4d_hdr.m | 26,578 | utf_8 | 0c1de85be0ce9fbe0a604100894eb861 | function [header] = read_4d_hdr(datafile, configfile)
% hdr=READ_4D_HDR(datafile, configfile)
% Collects the required Fieldtrip header data from the data file 'filename'
% and the associated 'config' file for that data.
%
% Adapted from the MSI>>Matlab code written by Eugene Kronberg
% Copyright (C) 2008-2009, Centre... |
github | ZijingMao/baselineeegtest-master | decode_nifti1.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/plugins/Fileio150704/private/decode_nifti1.m | 3,043 | utf_8 | e74c0ee902019b3883dbaf1cb0ebda26 | function H = decode_nifti1(blob)
% DECODE_NIFTI1 is a helper function for real-time processing of MRI data
%
% Use as
% H = decode_nifti1(blob)
%
% Decodes a NIFTI-1 header given as raw 348 bytes (uint8) into a Matlab structure
% that matches the C struct defined in nifti1.h, with the only difference that the
% vari... |
github | ZijingMao/baselineeegtest-master | read_edf.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/plugins/Fileio150704/private/read_edf.m | 16,383 | utf_8 | 76f3f3461aa550382e8ebedfe44d6326 | function [dat] = read_edf(filename, hdr, begsample, endsample, chanindx)
% READ_EDF reads specified samples from an EDF continous datafile
% It neglects all trial boundaries as if the data was acquired in
% non-continous mode.
%
% Use as
% [hdr] = read_edf(filename);
% where
% filename name of the datafile... |
github | ZijingMao/baselineeegtest-master | yokogawa2grad.m | .m | baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/plugins/Fileio150704/private/yokogawa2grad.m | 7,205 | utf_8 | c61a324e8fd20060380618a1f0760a72 | function grad = yokogawa2grad(hdr)
% YOKOGAWA2GRAD converts the position and weights of all coils that
% compromise a gradiometer system into a structure that can be used
% by FieldTrip. This implementation uses the old "yokogawa" toolbox.
%
% See also CTF2GRAD, BTI2GRAD, FIF2GRAD, MNE2GRAD, ITAB2GRAD,
% FT_READ_SENS,... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.