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 | lcnhappe/happe-master | pop_selectevent.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/pop_selectevent.m | 24,608 | utf_8 | 4cc926ceeed20f4e4d5a975d4c884a9b | % pop_selectevent() - Find events in an EEG dataset. If the dataset
% is the only input, a window pops up to
% ask for the relevant parameter values.
%
% Usage: >> [EEGOUT,event_indices] = pop_selectevent( EEG, 'key1', value1, ...
% ... |
github | lcnhappe/happe-master | pop_saveh.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/pop_saveh.m | 2,630 | utf_8 | 946d5b48194c0957d6393b94d4905de1 | % pop_saveh() - save the EEGLAB session command history stored in ALLCOM
% or in the 'history' field of the current dataset
%
% Usage:
% >> pop_saveh( ALLCOM, filename, filepath);
% >> pop_saveh( EEG.history, filename, filepath);
%
% Inputs:
% ALLCOM - cell array of strings containing the EEGLA... |
github | lcnhappe/happe-master | pop_resample.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/pop_resample.m | 13,646 | utf_8 | 933e0e2a8d283f5297fbe37c3fe21864 | % pop_resample() - resample dataset (pop up window).
%
% Usage:
% >> [OUTEEG] = pop_resample( INEEG ); % pop up interactive window
% >> [OUTEEG] = pop_resample( INEEG, freq);
% >> [OUTEEG] = pop_resample( INEEG, freq, fc, df);
%
% Graphical interface:
% The edit box entitled "New sampling rate" contains the fre... |
github | lcnhappe/happe-master | eeg_eventformat.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/eeg_eventformat.m | 3,014 | utf_8 | d06b550e78556cb151a924c2b32b19f9 | % eeg_eventformat() - Convert the event information of a dataset from struct
% to array or vice versa.
%
% Usage: >> [eventout fields] = eeg_eventformat( event, 'format', fields );
%
% Inputs:
% event - event array or structure
% format - ['struct'|'array'] see below
% fields - [optional] cell ar... |
github | lcnhappe/happe-master | pop_newset.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/pop_newset.m | 27,050 | utf_8 | beafde40b79628c3a9ebfcfecb56c54e | % pop_newset() - Edit/save EEG dataset structure information.
%
% Usage:
% >> [ALLEEG EEG CURRENTSET] = pop_newset( ALLEEG, EEG, CURRENTSET,...
% 'key', val,...);
% Inputs and outputs:
% ALLEEG - array of EEG dataset structures
% EEG - current dataset structur... |
github | lcnhappe/happe-master | pop_runscript.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/pop_runscript.m | 1,350 | utf_8 | e17c0b67edb0127bc40e128e564bcb2c | % pop_runscript() - Run Matlab script
%
% Usage: >> pop_runscript;
% >> pop_runscript( filename );
%
% Input:
% filename - [string] name of the file.
%
% Author: Arnaud Delorme, SCCN / INC / UCSD, August 2009
% Copyright (C) Arnaud Delorme, August 2009
%
% This program is free software; you can redistribute i... |
github | lcnhappe/happe-master | pop_headplot.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/pop_headplot.m | 24,855 | utf_8 | 67799c05e8a34f7685af4a550b6f3f80 | % pop_headplot() - plot one or more spherically-splined EEG field maps
% using a semi-realistic 3-D head model. Requires a
% spline file, which is created first if not found.
% This may take some time, but does not need to be
% done again for this ch... |
github | lcnhappe/happe-master | pop_loadset.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/pop_loadset.m | 14,435 | utf_8 | 93a26aeae3a4c3fd4bc70166ff7f5328 | % pop_loadset() - load an EEG dataset. If no arguments, pop up an input window.
%
% Usage:
% >> EEGOUT = pop_loadset; % pop up window to input arguments
% >> EEGOUT = pop_loadset( 'key1', 'val1', 'key2', 'val2', ...);
% >> EEGOUT = pop_loadset( filename, filepath); % old calling format
%
% Optional inputs:
% 'f... |
github | lcnhappe/happe-master | pop_selectcomps.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/pop_selectcomps.m | 7,725 | utf_8 | 17906d954f5d84a38ea3de8bf871a86d | % pop_selectcomps() - Display components with button to vizualize their
% properties and label them for rejection.
% Usage:
% >> OUTEEG = pop_selectcomps( INEEG, compnum );
%
% Inputs:
% INEEG - Input dataset
% compnum - vector of component numbers
%
% Output:
% OUTEEG - Output dataset ... |
github | lcnhappe/happe-master | pop_readsegegi.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/pop_readsegegi.m | 3,697 | utf_8 | c101ff1d191f9634bc1ce0aba263842c | % pop_readsegegi() - load a segmented EGI EEG file. Pop up query
% window if no arguments.
% Usage:
% >> EEG = pop_readsegegi; % a window pops up
% >> EEG = pop_readsegegi( filename ); % no pop-up window
%
% Inputs:
% filename - first EGI file name
%
% Outputs:
% EEG ... |
github | lcnhappe/happe-master | pop_rmbase.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/pop_rmbase.m | 7,453 | utf_8 | 1a9f62f7b588515a06297fd2abc55e74 | % pop_rmbase() - remove channel baseline means from an epoched or
% continuous EEG dataset. Calls rmbase().
% Usage:
% >> OUTEEG = pop_rmbase( EEG ); % pop up an interactive arg entry window
% >> OUTEEG = pop_rmbase( EEG, timerange, pointrange); % call rmbase()
%
% Graphic interface:
% "Baseline ... |
github | lcnhappe/happe-master | pop_fileiodir.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/pop_fileiodir.m | 2,897 | utf_8 | 0b71b35b5266ba0571298a6974edf189 | % pop_fileiodir() - import directory into EEGLAB using FileIO
%
% Usage:
% >> OUTEEG = pop_fileiodir; % pop up window
% >> OUTEEG = pop_fileiodir( folder );
%
% Inputs:
% folder - [string] folder name
%
% Optional inputs:
% 'channels' - [integer array] list of channel indices
% 'samples' - [min max] sam... |
github | lcnhappe/happe-master | pop_prop.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/pop_prop.m | 16,149 | utf_8 | 904238b3dde9c7e83531113172bce7fe | % pop_prop() - plot the properties of a channel or of an independent
% component.
% Usage:
% >> pop_prop( EEG); % pops up a query window
% >> pop_prop( EEG, typecomp); % pops up a query window
% >> pop_prop( EEG, typecomp, chanorcomp, winhandle,spectopo_options);
%
% Inputs:
% EEG ... |
github | lcnhappe/happe-master | eeg_getepochevent.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/eeg_getepochevent.m | 11,756 | utf_8 | 5ea09aae0a884131df8e8c4e1d238cf3 | % eeg_getepochevent() - Return dataset event field values for all events
% of one or more specified types
% Usage:
% >> epochval = eeg_getepochevent( EEG );
% >> epochval = eeg_getepochevent( EEG, 'key', 'val');
%
% Inputs:
% EEG - Input dataset
%
% Optional inputs:
%... |
github | lcnhappe/happe-master | eeg_timeinterp.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/eeg_timeinterp.m | 3,370 | utf_8 | 365cfdc876b172e03a77db2833308aee | % eeg_timeinterp() - perform spline interpolation of a portion
% of data based on prior and post activity. See
% eeg_interp() for interpolation of bad channels.
%
% Usage:
% >> OUTEEG = eeg_timeinterp( INEEG, samples, 'key', 'val');
%
% Inputs:
% INEEG - input EEG structu... |
github | lcnhappe/happe-master | pop_comments.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/pop_comments.m | 5,327 | utf_8 | e203d4a9ef43004035f13e5afe147831 | % pop_comments() - edit comments
%
% Usage:
% >> newcomments = pop_comments( oldcomments);
% >> newcomments = pop_comments( oldcomments, title, newcomments, concat);
%
% Inputs:
% oldcomments - old comments (string or cell array of strings)
% title - optional window title (string)
% newcomments - new co... |
github | lcnhappe/happe-master | eeg_emptyset.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/eeg_emptyset.m | 2,505 | utf_8 | a93f07a3989f904c1eade15794aab1f1 | % eeg_emptyset() - Initialize an EEG dataset structure with default values.
%
% Usage:
% >> EEG = eeg_emptyset();
%
% Outputs:
% EEG - empty dataset structure with default values.
%
% Author: Arnaud Delorme, CNL / Salk Institute, 2001
%
% See also: eeglab()
% Copyright (C) 2001 Arnaud Delorme, Salk Institute, a... |
github | lcnhappe/happe-master | pop_eventstat.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/pop_eventstat.m | 4,984 | utf_8 | a4b8019a80d3c517ad7407e9b6906815 | % pop_eventstat() - Computes and plots statistical characteristics of an EEG event,
% including the data histogram, a fitted normal distribution,
% a normal ditribution fitted on trimmed data, a boxplot, and
% the QQ-plot. The estimates value are printed in a panel ... |
github | lcnhappe/happe-master | getchanlist.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/getchanlist.m | 2,052 | utf_8 | 12fe9861407f310f8b008f835753091b | % getchanlist() - Obtain indices of specified channel types.
%
% Usage:
% >> chanlist = getchanlist(chanlocs, type)
%
% Inputs:
% chanlocs - EEGLAB channel location structure
% type - [string] select channel of specified type
% can enter a cell array to select several channel types
%
%... |
github | lcnhappe/happe-master | pop_biosig.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/pop_biosig.m | 11,163 | utf_8 | 6ee00ab65985120e56281589f761e898 | % pop_biosig() - import data files into EEGLAB using BIOSIG toolbox
%
% Usage:
% >> OUTEEG = pop_biosig; % pop up window
% >> OUTEEG = pop_biosig( filename, channels, type);
%
% Inputs:
% filename - [string] file name
%
% Optional inputs:
% 'channels' - [integer array] list of channel indices
% 'blockrange'... |
github | lcnhappe/happe-master | pop_export.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/pop_export.m | 8,253 | utf_8 | d7e2bbf82fd68b8df5f65244d810f123 | % pop_export() - export EEG dataset
%
% Usage:
% >> com = pop_export(EEG); % a window pops up
% >> com = pop_export(EEG, filename, 'key', 'val', ... );
%
% Inputs:
% EEG - eeglab dataset
% filename - file name
%
% Optional inputs:
% 'ica' - ['on'|'off'] export ICA activities (or ER... |
github | lcnhappe/happe-master | pop_rejchan.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/pop_rejchan.m | 10,320 | utf_8 | 5c5252542d5934e5b83a0dfecc30881e | % pop_rejchan() - reject artifacts channels in an EEG dataset using joint
% probability of the recorded electrode.
%
% Usage:
% >> pop_rejchan( INEEG ) % pop-up interative window mode
% >> [EEG, indelec, measure, com] = ...
% = pop_rejchan( INEEG, 'key', 'val');
%
% Inputs:
% INEEG - input... |
github | lcnhappe/happe-master | eeg_countepochs.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/eeg_countepochs.m | 4,033 | utf_8 | a9c4c080c3befb23347f12d5c4360d4e | % eeg_countepochs() Count how many epochs there are of each type
%
% Usage:
% >> eeg_countepochs(EEG);
%
% Inputs:
% EEG - input dataset
% epochmarker - ['type'|'eventtype'] indicates which part of the
% EEG.epoch structure the different trial types are stored in. Depending
% on what system the ... |
github | lcnhappe/happe-master | pop_chanedit.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/pop_chanedit.m | 52,066 | utf_8 | bf28afe0988b5a6a63cd71032753762b | % pop_chanedit() - Edit the channel locations structure of an EEGLAB dataset,
% EEG.chanlocs. For structure location and file formats,
% see >> help readlocs
%
% EEG.chanlocs. For structure location and file formats,
% see >> help readlocs
%
% Usag... |
github | lcnhappe/happe-master | pop_newcrossf.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/pop_newcrossf.m | 9,208 | utf_8 | e9ec5bedf577d64df52c8c9838dae4e9 | % pop_newcrossf() - Return estimates and plots of event-related spectral coherence
%
% Usage:
% >> pop_newcrossf(EEG, typeproc, num1, num2, tlimits,cycles,
% 'key1',value1,'key2',value2, ... );
% Inputs:
% INEEG - Input EEG dataset
% typeproc - Type of proces... |
github | lcnhappe/happe-master | pop_spectopo.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/pop_spectopo.m | 17,090 | utf_8 | 67c293563d033f27b24aa4f35c39f569 | % pop_spectopo() - Plot spectra of specified data channels or components.
% Show scalp maps of power at specified frequencies.
% Calls spectopo().
% Usage:
% >> pop_spectopo( EEG, dataflag); % pops-up interactive window
% OR
% >> [spectopo_outputs] = pop_spectopo( EEG, dataflag,... |
github | lcnhappe/happe-master | pop_epoch.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/pop_epoch.m | 17,066 | utf_8 | 24e8804d26b9485c07243313c9baf197 | % pop_epoch() - Convert a continuous EEG dataset to epoched data by extracting
% data epochs time locked to specified event types or event indices.
% May also sub-epoch an already epoched dataset (if sub-epochs are
% same size or smaller). This pop_function calls epoch().
% U... |
github | lcnhappe/happe-master | pop_importerplab.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/pop_importerplab.m | 8,744 | utf_8 | 20e873906bf7c84c0da1da82b1e62906 | % pop_importerplab() - import ERPLAB event list file and bin file into
% EEGLAB event structure for use in STUDY processing
%
% Usage:
% >> OUTEEG = pop_sample( INEEG, file1, file2);
%
% Inputs:
% INEEG - input EEG dataset
% file1 - ERPLAB event list text file
% file2 - ERPLAB bin fi... |
github | lcnhappe/happe-master | eeg_eventhist.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/eeg_eventhist.m | 4,549 | utf_8 | 075deb48deff9d15410e8cce6a433655 | % eeg_eventhist() - return or plot histogram of event or urevent field values.
% If NO output args, plots the histogram. If the field values
% are not numbers or strings, no histogram is computed.
% Usage:
% >> figure; eeg_eventhist(EEG.event,'field',bins); % plot histogram... |
github | lcnhappe/happe-master | eeg_latencyur.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/eeg_latencyur.m | 2,912 | utf_8 | d55ca27237bce37a4bf5491ff6639324 | % eeg_latencyur() - transform latency of sample point in the continuous
% data into latencies in the transformed dataset.
%
% Usage:
% >> lat_out = eeg_latencyur( events, lat_in);
%
% Inputs:
% events - event structure. If this structure contain boundary
% events, the length of th... |
github | lcnhappe/happe-master | pop_importev2.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/pop_importev2.m | 2,489 | utf_8 | 741843995eba3b57df4e2670647f78ef | % pop_importev2() - merge a neuroscan EV2 file with input dataset
% (pop out window if no arguments).
%
% Usage:
% >> OUTEEG = pop_importev2( INEEG ); % pop-up window mode
% >> OUTEEG = pop_importev2( INEEG, filename);
%
% Inputs:
% INEEG - input EEGLAB data structure
% filename ... |
github | lcnhappe/happe-master | pop_biosig16ying.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/pop_biosig16ying.m | 10,593 | utf_8 | 1831d74dfa6b0ab3c1f6991654a256c8 | % pop_biosig() - import data files into EEGLAB using BIOSIG toolbox
%
% Usage:
% >> OUTEEG = pop_biosig; % pop up window
% >> OUTEEG = pop_biosig( filename, channels, type);
%
% Inputs:
% filename - [string] file name
%
% Optional inputs:
% 'channels' - [integer array] list of channel indices
% 'blockrange'... |
github | lcnhappe/happe-master | eeg_insertboundold.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/eeg_insertboundold.m | 7,147 | utf_8 | cdb944c0e4d9182d26465cca98d458a1 | % eeg_insertbound() - insert boundary event in an EEG event structure.
%
% Usage:
% >> [eventout indnew] = eeg_insertbound( eventin, pnts, ...
% abslatency, duration);
% Required Inputs:
% eventin - EEGLAB event structure (EEG.event)
% pnts - data points... |
github | lcnhappe/happe-master | eeg_oldica.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/eeg_oldica.m | 4,381 | utf_8 | 22d0c16288409e669fd273afd79ec6f0 | % eeg_oldica() - report, return or add to oldicaweights and oldicasphere
% stored in cell arrays in EEG.etc of an EEGLAB dataset
% Usage:
% >> eeg_oldica(EEG); % report number of stored oldicaweights
% >> [EEG,icaweights, icasphere] = eeg_oldica(EEG,N); % return matrices
% >> EEG... |
github | lcnhappe/happe-master | pop_plotdata.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/pop_plotdata.m | 6,983 | utf_8 | a050f0fb99538d1e30279c41241ba0b6 | % pop_plotdata() - Plot average of EEG channels or independent components in
% a rectangular array. Else, (over)plot single trials.
% Usage:
% >> avg = pop_plotdata(EEG, typeplot, indices, trials, title, singletrials, ydir, ylimits);
%
% Inputs:
% EEG - Input dataset
% typeplot - Type d... |
github | lcnhappe/happe-master | pop_eegfilt.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/pop_eegfilt.m | 9,360 | utf_8 | f64d8d0b36d5e7e5ac64782c3412bb38 | % pop_eegfilt() - interactively filter EEG dataset data using eegfilt()
%
% Usage:
% >> EEGOUT = pop_eegfilt( EEG, locutoff, hicutoff, filtorder);
%
% Graphical interface:
% "Lower edge ..." - [edit box] Lower edge of the frequency pass band (Hz)
% Same as the 'locutoff' command line input.
% "Hi... |
github | lcnhappe/happe-master | pop_subcomp.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/pop_subcomp.m | 7,238 | utf_8 | 4a80ba538d5c8fe431deea54838159bb | % pop_subcomp() - remove specified components from an EEG dataset.
% and subtract their activities from the data. Else,
% remove components already marked for rejection. When used
% with the options 'keepcomp', the function will retain [1]
% or reject[0] t... |
github | lcnhappe/happe-master | eeg_topoplot.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/eeg_topoplot.m | 13,363 | utf_8 | f7a6fe417c1429baaee4201b16da5df0 | % eeg_topoplot() - plot scalp map
%
% eeg_topoplot( vals, chanlocs, 'key', 'val');
%
% Input:
% vals - values, one per channel
% chanlocs - channel structure, same size as vals
%
% Optional inputs:
% 'colormap' - colormap. Possible colormaps are 'blueredyellow', ...
% 'yellowredblue', 'bluere... |
github | lcnhappe/happe-master | eeg_pvaf.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/eeg_pvaf.m | 9,554 | utf_8 | 0e527313c0a1dda9713e3cc25f465861 | % eeg_pvaf() - Compute EEG.data 'percent variance accounted for' (pvaf) by specified components.
% Can omit specified components and channels from the computation. Can draw a plot
% of the scalp distribution of pvaf, or progressively compute the pvaf for comps
% 1:k, where k = 1... |
github | lcnhappe/happe-master | pop_copyset.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/pop_copyset.m | 2,501 | utf_8 | 5ff586e542073596297cfaa0cb6d2da0 | % pop_copyset() - Copy the current EEG dataset into another dataset.
%
% Usage:
% >> ALLEEG = pop_copyset(ALLEEG, index1); % pop-up
% >> [ ALLEEG EEG CURRENTSET ] = pop_copyset(ALLEEG, index1, index2 );
%
% Inputs:
% ALLEEG - array of dataset structure
% index1 - input dataset number
% index2 - in... |
github | lcnhappe/happe-master | eeg_chaninds.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/eeg_chaninds.m | 2,367 | utf_8 | 2def40fab41159484d7bd8502397d5a6 | % std_chaninds() - look up channel indices in a EEG structure
%
% Usage:
% >> inds = std_chaninds(EEG, channames);
% Inputs:
% EEG - EEG structure containing a chanlocs substructure.
% the chanlocs structure may also be used as input.
% channames - [cell] channel names. May also be... |
github | lcnhappe/happe-master | pop_readegi.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/pop_readegi.m | 8,591 | utf_8 | 2f7b99d9be1290f1e4f5c78dd01815da | % pop_readegi() - load a EGI EEG file (pop out window if no arguments).
%
% Usage:
% >> EEG = pop_readegi; % a window pops up
% >> EEG = pop_readegi( filename );
% >> EEG = pop_readegi( filename, datachunks, forceversion, fileloc);
%
% Inputs:
% filename - EGI file name
% datachunks - de... |
github | lcnhappe/happe-master | pop_erpimage.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/pop_erpimage.m | 34,127 | utf_8 | 7a821956c6e3beaf067346e54d7e5e01 | % pop_erpimage() - draw an ERP-image plot of a given EEG channel or independent
% component. Uses a pop-up window if less than three (or four
% in one condition) input arguments are supplied. Calls erpimage().
% For futher details see >> help erpimage
% Usage:
% >>... |
github | lcnhappe/happe-master | eeg_epochformat.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/eeg_epochformat.m | 7,674 | utf_8 | b6227100d8d67253534322618e4b81fa | % eeg_epochformat() - Convert the epoch information of a dataset from struct
% to array or vice versa.
%
% Usage: >> [epochsout fields] = eeg_epochformat( epochs, 'format', fields, events );
%
% Input:
% epochs - epoch numerical or cell array or epoch structure
% format - ['struct'|'array'] conv... |
github | lcnhappe/happe-master | eeg_urlatency.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/eeg_urlatency.m | 2,237 | utf_8 | 7a9b9b21f8b247ddcea52752ae05bc26 | % eeg_urlatency() - find the original (ur) latency of a time point in
% the original continuous data.
%
% Usage:
% >> lat_out = eeg_urlatency( event, lat_in );
%
% Inputs:
% event - event structure. If this structure contain boundary
% events, the length of these events is add... |
github | lcnhappe/happe-master | eeg_context.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/eeg_context.m | 27,634 | utf_8 | 8abec48acc7f051c46340c6cbf7f45f4 | % eeg_context() - returns (in output 'delays') a matrix giving, for each event of specified
% ("target") type(s), the latency (in ms) to the Nth preceding and/or following
% urevents (if any) of specified ("neighbor") type(s). Return the target event
% and urevent numbe... |
github | lcnhappe/happe-master | pop_biosig16.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/pop_biosig16.m | 10,480 | utf_8 | 0740b905165b210b6e1c587304d14801 | % pop_biosig() - import data files into EEGLAB using BIOSIG toolbox
%
% Usage:
% >> OUTEEG = pop_biosig; % pop up window
% >> OUTEEG = pop_biosig( filename, channels, type);
%
% Inputs:
% filename - [string] file name
%
% Optional inputs:
% 'channels' - [integer array] list of channel indices
% 'blockrange'... |
github | lcnhappe/happe-master | pop_chanevent.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/pop_chanevent.m | 14,346 | utf_8 | 6dd2b5a53ddab6deffe78bae70f589b9 | % pop_chanevent() - import event latencies from the rising and/or falling 'edge'
% latencies of a specified event-marker channel in EEG.data
% Usage:
% >> OUTEEG = pop_chanevent( INEEG ); % select parameters via a pop-up window
% >> OUTEEG = pop_chanevent( INEEG, chanindices, 'key', 'val' ... );... |
github | lcnhappe/happe-master | pop_rejspec.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/pop_rejspec.m | 14,657 | utf_8 | bb4bfd5ea24f96a7f9ac51a55585a1df | % pop_rejspec() - rejection of artifact in a dataset using
% thresholding of frequencies in the data.
% Usage:
% >> pop_rejspec(INEEG, typerej); % pop-up interactive window mode
% >> [OUTEEG, Indices] = pop_rejspec( INEEG, typerej, 'key', val, ...);
%
% Pop-up window options:
% "Electrode|Componen... |
github | lcnhappe/happe-master | pop_topoplot.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/pop_topoplot.m | 15,355 | utf_8 | 19c72493ffe31f579682a0e2b754a95f | % 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 | lcnhappe/happe-master | eeg_mergechan.m | .m | happe-master/Packages/eeglab14_0_0b/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 | lcnhappe/happe-master | pop_interp.m | .m | happe-master/Packages/eeglab14_0_0b/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 | lcnhappe/happe-master | pop_importepoch.m | .m | happe-master/Packages/eeglab14_0_0b/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 | lcnhappe/happe-master | pop_writeeeg.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/pop_writeeeg.m | 3,347 | utf_8 | 86d8d16a225a800acc5fca43d4c6c1cb | % 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 | lcnhappe/happe-master | pop_chancenter.m | .m | happe-master/Packages/eeglab14_0_0b/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 | lcnhappe/happe-master | eeg_rejsuperpose.m | .m | happe-master/Packages/eeglab14_0_0b/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 | lcnhappe/happe-master | pop_rejcont.m | .m | happe-master/Packages/eeglab14_0_0b/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 | lcnhappe/happe-master | pop_chansel.m | .m | happe-master/Packages/eeglab14_0_0b/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 | lcnhappe/happe-master | pop_importpres.m | .m | happe-master/Packages/eeglab14_0_0b/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 | lcnhappe/happe-master | pop_rejkurt.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/pop_rejkurt.m | 11,390 | utf_8 | 869a31b3c44d2c5f44d64a48a4d0b935 | % 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 | lcnhappe/happe-master | pop_writelocs.m | .m | happe-master/Packages/eeglab14_0_0b/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 | lcnhappe/happe-master | eeg_mergelocs.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/eeg_mergelocs.m | 4,253 | utf_8 | 9aea0945e66cf1f13747a871668c7963 | % 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 | lcnhappe/happe-master | pop_plottopo.m | .m | happe-master/Packages/eeglab14_0_0b/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 | lcnhappe/happe-master | pop_loaddat.m | .m | happe-master/Packages/eeglab14_0_0b/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 | lcnhappe/happe-master | pop_crossf.m | .m | happe-master/Packages/eeglab14_0_0b/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 | lcnhappe/happe-master | pop_timtopo.m | .m | happe-master/Packages/eeglab14_0_0b/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 | lcnhappe/happe-master | eeg_multieegplot.m | .m | happe-master/Packages/eeglab14_0_0b/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 | lcnhappe/happe-master | pop_chancoresp.m | .m | happe-master/Packages/eeglab14_0_0b/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 | lcnhappe/happe-master | pop_select.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/pop_select.m | 28,999 | utf_8 | 9bbb1b2f12bb0c9d06e8ba416efab1c5 | % 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 | lcnhappe/happe-master | pop_rmdat.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/pop_rmdat.m | 7,061 | utf_8 | a5678449e4d7392ff5975e3c4546c3e9 | % 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 | lcnhappe/happe-master | pop_editeventfield.m | .m | happe-master/Packages/eeglab14_0_0b/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 | lcnhappe/happe-master | eeg_mergelocs_diffstruct.m | .m | happe-master/Packages/eeglab14_0_0b/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 | lcnhappe/happe-master | pop_envtopo.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/pop_envtopo.m | 8,687 | utf_8 | 89ae576831e60b8de872e2a39e41d892 | % 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 | lcnhappe/happe-master | pop_readlocs.m | .m | happe-master/Packages/eeglab14_0_0b/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 | lcnhappe/happe-master | pop_runica.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/pop_runica.m | 25,380 | utf_8 | 8bde9961b840c40e8b2743eec81903f2 | % 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 | lcnhappe/happe-master | pop_importegimat.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/pop_importegimat.m | 6,094 | utf_8 | dba75d9338bed4f93159796aecef4717 | % 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 | lcnhappe/happe-master | pop_rejepoch.m | .m | happe-master/Packages/eeglab14_0_0b/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 | lcnhappe/happe-master | pop_loadeeg.m | .m | happe-master/Packages/eeglab14_0_0b/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 | lcnhappe/happe-master | pop_importdata.m | .m | happe-master/Packages/eeglab14_0_0b/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 | lcnhappe/happe-master | pop_newtimef.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/pop_newtimef.m | 17,862 | utf_8 | 5299a688b12982118ec8c0a8b74b7567 | % 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 | lcnhappe/happe-master | pop_comperp.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/pop_comperp.m | 24,065 | utf_8 | 0e8f83142764654afb0ecb8f592a7953 | % 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 | lcnhappe/happe-master | pop_jointprob.m | .m | happe-master/Packages/eeglab14_0_0b/functions/popfunc/pop_jointprob.m | 11,856 | utf_8 | 2e52771f3ef70d7a913563e5c3d2a0d9 | % 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 | lcnhappe/happe-master | eeg_lat2point.m | .m | happe-master/Packages/eeglab14_0_0b/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 | lcnhappe/happe-master | eeg_addnewevents.m | .m | happe-master/Packages/eeglab14_0_0b/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 | lcnhappe/happe-master | fmins.m | .m | happe-master/Packages/eeglab14_0_0b/functions/octavefunc/optim/fmins.m | 3,181 | utf_8 | 775abc7aa3b9020a0c2080db64070155 | % Copyright (C) 2003 Andy Adler
%
% This program is free software; you can redistribute it and/or modify
% it under the terms of the GNU General Public License as published by
% the Free Software Foundation; either version 2 of the License, or
% (at your option) any later version.
%
% This program is distributed in t... |
github | lcnhappe/happe-master | fminsearch.m | .m | happe-master/Packages/eeglab14_0_0b/functions/octavefunc/optim/fminsearch.m | 2,386 | utf_8 | 24a86640354f4abf5e4d1e15a97b9a27 | % Copyright (C) 2006 Sylvain Pelissier <sylvain.pelissier@gmail.com>
%
% This program is free software; you can redistribute it and/or modify
% it under the terms of the GNU General Public License as published by
% the Free Software Foundation; either version 2 of the License, or
% (at your option) any later versio... |
github | lcnhappe/happe-master | pwelch.m | .m | happe-master/Packages/eeglab14_0_0b/functions/octavefunc/signal/pwelch.m | 37,809 | utf_8 | 360a005a779e4d7ad6b92dc49ec8c04c | % Copyright (C) 2006 Peter V. Lanspeary
%
% This program is free software; you can redistribute it and/or
% modify it under the terms of the GNU General Public License
% as published by the Free Software Foundation; either version 2,
% or (at your option) any later version.
%
% This program is distributed in the hope t... |
github | lcnhappe/happe-master | filtfilt.m | .m | happe-master/Packages/eeglab14_0_0b/functions/octavefunc/signal/filtfilt.m | 4,430 | iso_8859_1 | 011f993ef23add46147387112d313898 | % Copyright (C) 1999 Paul Kienzle
% Copyright (C) 2007 Francesco Potortì
% Copyright (C) 2008 Luca Citi
%
% This program is free software; you can redistribute it and/or modify
% it under the terms of the GNU General Public License as published by
% the Free Software Foundation; either version 2 of the License, or
% (a... |
github | lcnhappe/happe-master | firls.m | .m | happe-master/Packages/eeglab14_0_0b/functions/octavefunc/signal/firls.m | 4,078 | utf_8 | 2ce6c9bc19a003aceeafdb9fae59f52e | % Copyright (C) 2006 Quentin Spencer
%
% This program is free software; you can redistribute it and/or modify
% it under the terms of the GNU General Public License as published by
% the Free Software Foundation; either version 2 of the License, or
% (at your option) any later version.
%
% This program is distributed i... |
github | lcnhappe/happe-master | supergui.m | .m | happe-master/Packages/eeglab14_0_0b/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 | lcnhappe/happe-master | warndlg2.m | .m | happe-master/Packages/eeglab14_0_0b/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 | lcnhappe/happe-master | pophelp.m | .m | happe-master/Packages/eeglab14_0_0b/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 | lcnhappe/happe-master | errordlg2.m | .m | happe-master/Packages/eeglab14_0_0b/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 | lcnhappe/happe-master | questdlg2.m | .m | happe-master/Packages/eeglab14_0_0b/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 | lcnhappe/happe-master | listdlg2.m | .m | happe-master/Packages/eeglab14_0_0b/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 | lcnhappe/happe-master | finputcheck.m | .m | happe-master/Packages/eeglab14_0_0b/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 | lcnhappe/happe-master | inputdlg2.m | .m | happe-master/Packages/eeglab14_0_0b/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 | lcnhappe/happe-master | inputgui.m | .m | happe-master/Packages/eeglab14_0_0b/functions/guifunc/inputgui.m | 13,049 | utf_8 | 4d1fcb532034d20d2ab20e9c28f5da11 | % 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 | lcnhappe/happe-master | ft_channelselection.m | .m | happe-master/Packages/eeglab14_0_0b/plugins/fieldtrip-20160917/ft_channelselection.m | 21,836 | utf_8 | 28496cbe0aca921c174ce4c277f55e6a | function [channel] = ft_channelselection(desired, datachannel, senstype)
% FT_CHANNELSELECTION makes a selection of EEG and/or MEG channel labels.
% This function translates the user-specified list of channels into channel
% labels as they occur in the data. This channel selection procedure can be
% used throughout Fi... |
github | lcnhappe/happe-master | ft_prepare_layout.m | .m | happe-master/Packages/eeglab14_0_0b/plugins/fieldtrip-20160917/ft_prepare_layout.m | 41,723 | utf_8 | f9b5585b829110b574694613d0a47fab | function [layout, cfg] = ft_prepare_layout(cfg, data)
% FT_PREPARE_LAYOUT loads or creates a 2-D layout of the channel locations.
% This layout is required for plotting the topographical distribution of
% the potential or field distribution, or for plotting timecourses in a
% topographical arrangement.
%
% Use as
% ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.