matlab sfp,eeglab工具箱
【實(shí)例簡介】
用于腦電分析,功率譜分析等
【實(shí)例截圖】
【核心代碼】
eeglab14_1_0b
└── eeglab14_1_0b
├── 1ST_README.txt
├── Contents.m
├── eeglab.m
├── eeglablicense.txt
├── external
│?? └── README.txt
├── functions
│?? ├── @eegobj
│?? │?? ├── display.m
│?? │?? ├── eegobj.m
│?? │?? ├── fieldnames.m
│?? │?? ├── horzcat2.m
│?? │?? ├── isfield.m
│?? │?? ├── isstruct.m
│?? │?? ├── length.m
│?? │?? ├── orderfields.m
│?? │?? ├── rmfield.m
│?? │?? ├── simpletest.m
│?? │?? ├── subsasgn.m
│?? │?? └── subsref.m
│?? ├── @memmapdata
│?? │?? ├── display.m
│?? │?? ├── double.m
│?? │?? ├── end.m
│?? │?? ├── isnumeric.m
│?? │?? ├── length.m
│?? │?? ├── memmapdata.m
│?? │?? ├── msize.m
│?? │?? ├── ndims.m
│?? │?? ├── reshape.m
│?? │?? ├── size.m
│?? │?? ├── subsasgn.m
│?? │?? ├── subsref.m
│?? │?? └── sum.m
│?? ├── @mmo
│?? │?? ├── binaryopp.m
│?? │?? ├── bsxfun.m
│?? │?? ├── changefile.m
│?? │?? ├── checkcopies_local.m
│?? │?? ├── checkworkspace.m
│?? │?? ├── ctranspose.m
│?? │?? ├── display.m
│?? │?? ├── double.m
│?? │?? ├── end.m
│?? │?? ├── fft.m
│?? │?? ├── isnumeric.m
│?? │?? ├── length.m
│?? │?? ├── mmo.m
│?? │?? ├── ndims.m
│?? │?? ├── permute.m
│?? │?? ├── reshape.m
│?? │?? ├── size.m
│?? │?? ├── subsasgn.m
│?? │?? ├── subsasgn_old.m
│?? │?? ├── subsref.m
│?? │?? ├── sum.m
│?? │?? ├── transpose.m
│?? │?? ├── unitaryopp.m
│?? │?? └── var.m
│?? ├── adminfunc
│?? │?? ├── +up
│?? │?? │?? ├── README.txt
│?? │?? │?? ├── updater.m
│?? │?? │?? └── updater_gui.fig
│?? │?? ├── abouteeglab.m
│?? │?? ├── biosigpathfirst.m
│?? │?? ├── biosigpathlast.m
│?? │?? ├── eeg_checkchanlocs.m
│?? │?? ├── eeg_checkset.m
│?? │?? ├── eeg_eval.m
│?? │?? ├── eeg_getdatact.m
│?? │?? ├── eeg_getversion.m
│?? │?? ├── eeg_global.m
│?? │?? ├── eeg_helpadmin.m
│?? │?? ├── eeg_helpgui.m
│?? │?? ├── eeg_helphelp.m
│?? │?? ├── eeg_helpmenu.m
│?? │?? ├── eeg_helpmisc.m
│?? │?? ├── eeg_helppop.m
│?? │?? ├── eeg_helpsigproc.m
│?? │?? ├── eeg_helpstatistics.m
│?? │?? ├── eeg_helpstudy.m
│?? │?? ├── eeg_helptimefreq.m
│?? │?? ├── eeg_hist.m
│?? │?? ├── eeg_options.m
│?? │?? ├── eeg_optionsbackup.m
│?? │?? ├── eeg_readoptions.m
│?? │?? ├── eeg_retrieve.m
│?? │?? ├── eeg_store.m
│?? │?? ├── eegh.m
│?? │?? ├── eeglab_error.m
│?? │?? ├── eeglab_options.m
│?? │?? ├── eeglabexefolder.m
│?? │?? ├── error_bc.m
│?? │?? ├── gethelpvar.m
│?? │?? ├── getkeyval.m
│?? │?? ├── gettext.m
│?? │?? ├── hlp_argstruct2linearcell.m
│?? │?? ├── intersect_bc.m
│?? │?? ├── is_sccn.m
│?? │?? ├── iseeglabdeployed.m
│?? │?? ├── ismatlab.m
│?? │?? ├── ismember_bc.m
│?? │?? ├── plugin_askinstall.m
│?? │?? ├── plugin_convert.m
│?? │?? ├── plugin_deactivate.m
│?? │?? ├── plugin_extract.m
│?? │?? ├── plugin_getweb.m
│?? │?? ├── plugin_install.m
│?? │?? ├── plugin_installstartup.m
│?? │?? ├── plugin_managedeactivated.m
│?? │?? ├── plugin_movepath.m
│?? │?? ├── plugin_reactivate.m
│?? │?? ├── plugin_remove.m
│?? │?? ├── plugin_urlread.m
│?? │?? ├── plugin_urlreadwrite.m
│?? │?? ├── plugin_urlsize.m
│?? │?? ├── plugin_urlwrite.m
│?? │?? ├── pop_delset.m
│?? │?? ├── pop_editoptions.m
│?? │?? ├── pop_rejmenu.m
│?? │?? ├── pop_stdwarn.m
│?? │?? ├── removepath.m
│?? │?? ├── setdiff_bc.m
│?? │?? ├── troubleshooting_data_formats.m
│?? │?? ├── union_bc.m
│?? │?? ├── unique_bc.m
│?? │?? └── vararg2str.m
│?? ├── guifunc
│?? │?? ├── README.txt
│?? │?? ├── errordlg2.m
│?? │?? ├── finputcheck.m
│?? │?? ├── inputdlg2.m
│?? │?? ├── inputgui.m
│?? │?? ├── listdlg2.m
│?? │?? ├── pophelp.m
│?? │?? ├── questdlg2.m
│?? │?? ├── supergui.m
│?? │?? └── warndlg2.m
│?? ├── javachatfunc
│?? │?? ├── Chat_with_pane.jar
│?? │?? ├── startpane.m
│?? │?? └── update.m
│?? ├── miscfunc
│?? │?? ├── abspeak.m
│?? │?? ├── arrow.m
│?? │?? ├── averef.m
│?? │?? ├── caliper.m
│?? │?? ├── chanproj.m
│?? │?? ├── compdsp.m
│?? │?? ├── compheads.m
│?? │?? ├── compile_eeglab.m
│?? │?? ├── compmap.m
│?? │?? ├── compplot.m
│?? │?? ├── compsort.m
│?? │?? ├── convolve.m
│?? │?? ├── corrimage.m
│?? │?? ├── covary.m
│?? │?? ├── crossfold.m
│?? │?? ├── crossfreq.m
│?? │?? ├── datlim.m
│?? │?? ├── del2map.m
│?? │?? ├── dendhier.m
│?? │?? ├── dendplot.m
│?? │?? ├── detectmalware.m
│?? │?? ├── difftopo.m
│?? │?? ├── dprime.m
│?? │?? ├── eeg_ms2f.m
│?? │?? ├── eeg_regepochs.m
│?? │?? ├── eeg_time2prev.m
│?? │?? ├── eegdraw.m
│?? │?? ├── eegdrawg.m
│?? │?? ├── eegmovie.m
│?? │?? ├── eegplotgold.m
│?? │?? ├── eegplotold.m
│?? │?? ├── eegplotsold.m
│?? │?? ├── envproj.col
│?? │?? ├── envproj.m
│?? │?? ├── erpregout.m
│?? │?? ├── erpregoutfunc.m
│?? │?? ├── eucl.m
│?? │?? ├── fastregress.m
│?? │?? ├── fieldtrip2eeglab.m
│?? │?? ├── fillcurves.m
│?? │?? ├── findduplicatefunctions.m
│?? │?? ├── formatsvnrevision.m
│?? │?? ├── gabor2d.m
│?? │?? ├── gauss.m
│?? │?? ├── gauss2d.m
│?? │?? ├── gauss3d.m
│?? │?? ├── getallmenus.m
│?? │?? ├── getallmenuseeglab.m
│?? │?? ├── getipsph.m
│?? │?? ├── gradmap.m
│?? │?? ├── gradplot.m
│?? │?? ├── headmovie.m
│?? │?? ├── help2html2.m
│?? │?? ├── helpforexe.m
│?? │?? ├── hist2.m
│?? │?? ├── hungarian.m
│?? │?? ├── icademo.m
│?? │?? ├── imagescloglog.m
│?? │?? ├── imagesclogy.m
│?? │?? ├── iscellnumeric.m
│?? │?? ├── kmeans_st.m
│?? │?? ├── laplac2d.m
│?? │?? ├── lapplot.m
│?? │?? ├── loadelec.m
│?? │?? ├── loc_subsets.m
│?? │?? ├── logimagesc.m
│?? │?? ├── loglike.m
│?? │?? ├── logspec.m
│?? │?? ├── make_timewarp.m
│?? │?? ├── makeelec.m
│?? │?? ├── makehelpfiles.m
│?? │?? ├── makehtml.m
│?? │?? ├── mapcorr.m
│?? │?? ├── matcorr.m
│?? │?? ├── matperm.m
│?? │?? ├── means.m
│?? │?? ├── nan_std.m
│?? │?? ├── numdim.m
│?? │?? ├── pcexpand.m
│?? │?? ├── pcsquash.m
│?? │?? ├── perminv.m
│?? │?? ├── plotproj.m
│?? │?? ├── promax.m
│?? │?? ├── qrtimax.m
│?? │?? ├── read_rdf.m
│?? │?? ├── readlocsold.m
│?? │?? ├── rmart.m
│?? │?? ├── rmsave.m
│?? │?? ├── rotatematlab.m
│?? │?? ├── runicalowmem.m
│?? │?? ├── runicatest.m
│?? │?? ├── runpca.m
│?? │?? ├── runpca2.m
│?? │?? ├── scanfold.m
│?? │?? ├── seemovie.m
│?? │?? ├── setfont.m
│?? │?? ├── shortread.m
│?? │?? ├── show_events.m
│?? │?? ├── testica.m
│?? │?? ├── textgui.m
│?? │?? ├── tftopo.m
│?? │?? ├── timefrq.m
│?? │?? ├── topoimage.m
│?? │?? ├── tutorial.m
│?? │?? ├── uniqe_cell_string.m
│?? │?? ├── uniquef.m
│?? │?? ├── upgma.m
│?? │?? ├── varimax.m
│?? │?? ├── varsort.m
│?? │?? ├── vectdata.m
│?? │?? └── zica.m
│?? ├── octavefunc
│?? │?? ├── isoctave.m
│?? │?? ├── optim
│?? │?? │?? ├── fmins.m
│?? │?? │?? ├── fminsearch.m
│?? │?? │?? └── nmsmax.m
│?? │?? ├── signal
│?? │?? │?? ├── checkfunctionmatlab.m
│?? │?? │?? ├── filtfilt.m
│?? │?? │?? ├── firls.m
│?? │?? │?? └── pwelch.m
│?? │?? ├── test_gui.m
│?? │?? └── test_octaveparsing.m
│?? ├── popfunc
│?? │?? ├── eeg_addnewevents.m
│?? │?? ├── eeg_amplitudearea.m
│?? │?? ├── eeg_chaninds.m
│?? │?? ├── eeg_chantype.m
│?? │?? ├── eeg_context.m
│?? │?? ├── eeg_countepochs.m
│?? │?? ├── eeg_decodechan.m
│?? │?? ├── eeg_dipselect.m
│?? │?? ├── eeg_eegrej.m
│?? │?? ├── eeg_emptyset.m
│?? │?? ├── eeg_epoch2continuous.m
│?? │?? ├── eeg_epochformat.m
│?? │?? ├── eeg_eventformat.m
│?? │?? ├── eeg_eventhist.m
│?? │?? ├── eeg_eventtable.m
│?? │?? ├── eeg_eventtypes.m
│?? │?? ├── eeg_getepochevent.m
│?? │?? ├── eeg_getica.m
│?? │?? ├── eeg_insertbound.m
│?? │?? ├── eeg_insertboundold.m
│?? │?? ├── eeg_interp.m
│?? │?? ├── eeg_laplac.m
│?? │?? ├── eeg_lat2point.m
│?? │?? ├── eeg_latencyur.m
│?? │?? ├── eeg_matchchans.m
│?? │?? ├── eeg_mergechan.m
│?? │?? ├── eeg_mergelocs.m
│?? │?? ├── eeg_mergelocs_diffstruct.m
│?? │?? ├── eeg_multieegplot.m
│?? │?? ├── eeg_oldica.m
│?? │?? ├── eeg_point2lat.m
│?? │?? ├── eeg_pv.m
│?? │?? ├── eeg_pvaf.m
│?? │?? ├── eeg_rejmacro.m
│?? │?? ├── eeg_rejsuperpose.m
│?? │?? ├── eeg_timeinterp.m
│?? │?? ├── eeg_topoplot.m
│?? │?? ├── eeg_urlatency.m
│?? │?? ├── getchanlist.m
│?? │?? ├── importevent.m
│?? │?? ├── pop_autorej.m
│?? │?? ├── pop_averef.m
│?? │?? ├── pop_biosig.m
│?? │?? ├── pop_biosig16.m
│?? │?? ├── pop_biosig16ying.m
│?? │?? ├── pop_chancenter.m
│?? │?? ├── pop_chancoresp.m
│?? │?? ├── pop_chanedit.m
│?? │?? ├── pop_chanevent.m
│?? │?? ├── pop_chansel.m
│?? │?? ├── pop_comments.m
│?? │?? ├── pop_compareerps.m
│?? │?? ├── pop_comperp.m
│?? │?? ├── pop_copyset.m
│?? │?? ├── pop_crossf.m
│?? │?? ├── pop_editeventfield.m
│?? │?? ├── pop_editeventvals.m
│?? │?? ├── pop_editset.m
│?? │?? ├── pop_eegfilt.m
│?? │?? ├── pop_eegplot.m
│?? │?? ├── pop_eegthresh.m
│?? │?? ├── pop_envtopo.m
│?? │?? ├── pop_epoch.m
│?? │?? ├── pop_erpimage.m
│?? │?? ├── pop_eventstat.m
│?? │?? ├── pop_expevents.m
│?? │?? ├── pop_expica.m
│?? │?? ├── pop_export.m
│?? │?? ├── pop_fileio.m
│?? │?? ├── pop_fileiodir.m
│?? │?? ├── pop_headplot.m
│?? │?? ├── pop_icathresh.m
│?? │?? ├── pop_importdata.m
│?? │?? ├── pop_importegimat.m
│?? │?? ├── pop_importepoch.m
│?? │?? ├── pop_importerplab.m
│?? │?? ├── pop_importev2.m
│?? │?? ├── pop_importevent.m
│?? │?? ├── pop_importpres.m
│?? │?? ├── pop_interp.m
│?? │?? ├── pop_jointprob.m
│?? │?? ├── pop_loadbci.m
│?? │?? ├── pop_loadcnt.m
│?? │?? ├── pop_loaddat.m
│?? │?? ├── pop_loadeeg.m
│?? │?? ├── pop_loadset.m
│?? │?? ├── pop_mergeset.m
│?? │?? ├── pop_newcrossf.m
│?? │?? ├── pop_newset.m
│?? │?? ├── pop_newtimef.m
│?? │?? ├── pop_plotdata.m
│?? │?? ├── pop_plottopo.m
│?? │?? ├── pop_prop.m
│?? │?? ├── pop_readegi.m
│?? │?? ├── pop_readlocs.m
│?? │?? ├── pop_readsegegi.m
│?? │?? ├── pop_rejchan.m
│?? │?? ├── pop_rejchanspec.m
│?? │?? ├── pop_rejcont.m
│?? │?? ├── pop_rejepoch.m
│?? │?? ├── pop_rejkurt.m
│?? │?? ├── pop_rejspec.m
│?? │?? ├── pop_rejtrend.m
│?? │?? ├── pop_reref.m
│?? │?? ├── pop_resample.m
│?? │?? ├── pop_rmbase.m
│?? │?? ├── pop_rmdat.m
│?? │?? ├── pop_runica.m
│?? │?? ├── pop_runscript.m
│?? │?? ├── pop_saveh.m
│?? │?? ├── pop_saveset.m
│?? │?? ├── pop_select.m
│?? │?? ├── pop_selectcomps.m
│?? │?? ├── pop_selectevent.m
│?? │?? ├── pop_signalstat.m
│?? │?? ├── pop_snapread.m
│?? │?? ├── pop_spectopo.m
│?? │?? ├── pop_subcomp.m
│?? │?? ├── pop_timef.m
│?? │?? ├── pop_timtopo.m
│?? │?? ├── pop_topoplot.m
│?? │?? ├── pop_writeeeg.m
│?? │?? └── pop_writelocs.m
│?? ├── resources
│?? │?? ├── Standard-10-20-Cap81.ced
│?? │?? ├── Standard-10-5-Cap385.sfp
│?? │?? ├── Standard-10-5-Cap385_witheog.elp
│?? │?? ├── chan_file
│?? │?? ├── colin27headmesh.mat
│?? │?? ├── colin27headmesh.xyz
│?? │?? ├── eeglab1020.ced
│?? │?? ├── ica_linux
│?? │?? ├── mheadnew.elp
│?? │?? ├── mheadnew.mat
│?? │?? ├── mheadnew.transform
│?? │?? └── mheadnew.xyz
│?? ├── sigprocfunc
│?? │?? ├── acsobiro.m
│?? │?? ├── adjustlocs.m
│?? │?? ├── axcopy.m
│?? │?? ├── binica.m
│?? │?? ├── binica.sc
│?? │?? ├── biosig2eeglab.m
│?? │?? ├── biosig2eeglabevent.m
│?? │?? ├── blockave.m
│?? │?? ├── cart2topo.m
│?? │?? ├── cbar.m
│?? │?? ├── celltomat.m
│?? │?? ├── chancenter.m
│?? │?? ├── changeunits.m
│?? │?? ├── compvar.m
│?? │?? ├── condstat.m
│?? │?? ├── convertlocs.m
│?? │?? ├── copyaxis.m
│?? │?? ├── coregister.m
│?? │?? ├── dipoledensity.m
│?? │?? ├── eegfilt.m
│?? │?? ├── eegfiltfft.m
│?? │?? ├── eegplot.m
│?? │?? ├── eegplot2event.m
│?? │?? ├── eegplot2trial.m
│?? │?? ├── eegplot_readkey.m
│?? │?? ├── eegrej.m
│?? │?? ├── eegthresh.m
│?? │?? ├── entropy_rej.m
│?? │?? ├── env.m
│?? │?? ├── envtopo.m
│?? │?? ├── epoch.m
│?? │?? ├── erpimage.m
│?? │?? ├── eventalign.m
│?? │?? ├── eventlock.m
│?? │?? ├── eyelike.m
│?? │?? ├── fastif.m
│?? │?? ├── floatread.m
│?? │?? ├── floatwrite.m
│?? │?? ├── forcelocs.m
│?? │?? ├── gettempfolder.m
│?? │?? ├── headplot.m
│?? │?? ├── icaact.m
│?? │?? ├── icadefs.m
│?? │?? ├── icaproj.m
│?? │?? ├── icavar.m
│?? │?? ├── imagesctc.m
│?? │?? ├── isscript.m
│?? │?? ├── jader.m
│?? │?? ├── jointprob.m
│?? │?? ├── kmeanscluster.m
│?? │?? ├── kurt.m
│?? │?? ├── loadavg.m
│?? │?? ├── loadcnt.m
│?? │?? ├── loaddat.m
│?? │?? ├── loadeeg.m
│?? │?? ├── loadtxt.m
│?? │?? ├── lookupchantemplate.m
│?? │?? ├── matsel.m
│?? │?? ├── mattocell.m
│?? │?? ├── metaplottopo.m
│?? │?? ├── movav.m
│?? │?? ├── moveaxes.m
│?? │?? ├── mri3dplot.m
│?? │?? ├── nan_mean.m
│?? │?? ├── openbdf.m
│?? │?? ├── parsetxt.m
│?? │?? ├── phasecoher.m
│?? │?? ├── plotchans3d.m
│?? │?? ├── plotcurve.m
│?? │?? ├── plotdata.m
│?? │?? ├── ploterp.m
│?? │?? ├── plotmesh.m
│?? │?? ├── plotsphere.m
│?? │?? ├── plottopo.m
│?? │?? ├── posact.m
│?? │?? ├── projtopo.m
│?? │?? ├── qqdiagram.m
│?? │?? ├── quantile.m
│?? │?? ├── readbdf.m
│?? │?? ├── readedf.m
│?? │?? ├── readeetraklocs.m
│?? │?? ├── readegi.m
│?? │?? ├── readegihdr.m
│?? │?? ├── readegilocs.m
│?? │?? ├── readelp.m
│?? │?? ├── readlocs.m
│?? │?? ├── readneurodat.m
│?? │?? ├── readneurolocs.m
│?? │?? ├── readtxtfile.m
│?? │?? ├── realproba.m
│?? │?? ├── rejkurt.m
│?? │?? ├── rejstatepoch.m
│?? │?? ├── rejtrend.m
│?? │?? ├── reref.m
│?? │?? ├── rmbase.m
│?? │?? ├── runica.m
│?? │?? ├── runica_ml.m
│?? │?? ├── runica_ml2.m
│?? │?? ├── runica_mlb.m
│?? │?? ├── sbplot.m
│?? │?? ├── shuffle.m
│?? │?? ├── signalstat.m
│?? │?? ├── slider.m
│?? │?? ├── snapread.m
│?? │?? ├── sobi.m
│?? │?? ├── spec.m
│?? │?? ├── spectopo.m
│?? │?? ├── sph2topo.m
│?? │?? ├── spher.m
│?? │?? ├── spherror.m
│?? │?? ├── strmultiline.m
│?? │?? ├── textsc.m
│?? │?? ├── timefdetails.m
│?? │?? ├── timtopo.m
│?? │?? ├── topo2sph.m
│?? │?? ├── topoplot.m
│?? │?? ├── transformcoords.m
│?? │?? ├── trial2eegplot.m
│?? │?? ├── uigetfile2.m
│?? │?? ├── uiputfile2.m
│?? │?? ├── uisettxt.m
│?? │?? ├── voltype.m
│?? │?? ├── white1st.col
│?? │?? ├── writecnt.m
│?? │?? ├── writeeeg.m
│?? │?? └── writelocs.m
│?? ├── statistics
│?? │?? ├── README.txt
│?? │?? ├── anova1_cell.m
│?? │?? ├── anova1rm_cell.m
│?? │?? ├── anova2_cell.m
│?? │?? ├── anova2rm_cell.m
│?? │?? ├── concatdata.m
│?? │?? ├── corrcoef_cell.m
│?? │?? ├── fdr.m
│?? │?? ├── stat_surrogate_ci.m
│?? │?? ├── stat_surrogate_pvals.m
│?? │?? ├── statcond.m
│?? │?? ├── statcondfieldtrip.m
│?? │?? ├── surrogdistrib.m
│?? │?? ├── teststat.m
│?? │?? ├── ttest2_cell.m
│?? │?? └── ttest_cell.m
│?? ├── studyfunc
│?? │?? ├── compute_ersp_times.m
│?? │?? ├── eeglabciplot.m
│?? │?? ├── neural_net.m
│?? │?? ├── pop_chanplot.m
│?? │?? ├── pop_clust.m
│?? │?? ├── pop_clustedit.m
│?? │?? ├── pop_dipparams.m
│?? │?? ├── pop_erpimparams.m
│?? │?? ├── pop_erpparams.m
│?? │?? ├── pop_erspparams.m
│?? │?? ├── pop_loadstudy.m
│?? │?? ├── pop_preclust.m
│?? │?? ├── pop_precomp.m
│?? │?? ├── pop_savestudy.m
│?? │?? ├── pop_specparams.m
│?? │?? ├── pop_statparams.m
│?? │?? ├── pop_study.m
│?? │?? ├── pop_studydesign.m
│?? │?? ├── pop_studyerp.m
│?? │?? ├── robust_kmeans.m
│?? │?? ├── std_cell2setcomps.m
│?? │?? ├── std_centroid.m
│?? │?? ├── std_changroup.m
│?? │?? ├── std_chaninds.m
│?? │?? ├── std_chantopo.m
│?? │?? ├── std_checkconsist.m
│?? │?? ├── std_checkfiles.m
│?? │?? ├── std_checkset.m
│?? │?? ├── std_clustmaxelec.m
│?? │?? ├── std_clustread.m
│?? │?? ├── std_comppol.m
│?? │?? ├── std_convertdesign.m
│?? │?? ├── std_createclust.m
│?? │?? ├── std_detachplots.m
│?? │?? ├── std_dipoleclusters.m
│?? │?? ├── std_dipplot.m
│?? │?? ├── std_editset.m
│?? │?? ├── std_erp.m
│?? │?? ├── std_erpimage.m
│?? │?? ├── std_erpimageplot.m
│?? │?? ├── std_erpplot.m
│?? │?? ├── std_ersp.m
│?? │?? ├── std_erspplot.m
│?? │?? ├── std_figtitle.m
│?? │?? ├── std_filecheck.m
│?? │?? ├── std_fileinfo.m
│?? │?? ├── std_findoutlierclust.m
│?? │?? ├── std_findsameica.m
│?? │?? ├── std_getdataset.m
│?? │?? ├── std_getindvar.m
│?? │?? ├── std_indvarmatch.m
│?? │?? ├── std_interp.m
│?? │?? ├── std_itcplot.m
│?? │?? ├── std_loadalleeg.m
│?? │?? ├── std_makedesign.m
│?? │?? ├── std_maketrialinfo.m
│?? │?? ├── std_mergeclust.m
│?? │?? ├── std_movecomp.m
│?? │?? ├── std_moveoutlier.m
│?? │?? ├── std_movie.m
│?? │?? ├── std_pac.m
│?? │?? ├── std_pacplot.m
│?? │?? ├── std_plot.m
│?? │?? ├── std_plotcurve.m
│?? │?? ├── std_plottf.m
│?? │?? ├── std_preclust.m
│?? │?? ├── std_precomp.m
│?? │?? ├── std_precomp_worker.m
│?? │?? ├── std_prepare_neighbors.m
│?? │?? ├── std_propplot.m
│?? │?? ├── std_pvaf.m
│?? │?? ├── std_readcustom.m
│?? │?? ├── std_readdata.m
│?? │?? ├── std_readerp.m
│?? │?? ├── std_readerpimage.m
│?? │?? ├── std_readersp.m
│?? │?? ├── std_readfile.m
│?? │?? ├── std_readitc.m
│?? │?? ├── std_readpac.m
│?? │?? ├── std_readspec.m
│?? │?? ├── std_readspecgram.m
│?? │?? ├── std_readtopo.m
│?? │?? ├── std_readtopoclust.m
│?? │?? ├── std_rebuilddesign.m
│?? │?? ├── std_rejectoutliers.m
│?? │?? ├── std_renameclust.m
│?? │?? ├── std_renamestudyfiles.m
│?? │?? ├── std_reset.m
│?? │?? ├── std_rmalldatafields.m
│?? │?? ├── std_savedat.m
│?? │?? ├── std_selcomp.m
│?? │?? ├── std_selectdataset.m
│?? │?? ├── std_selectdesign.m
│?? │?? ├── std_selsubject.m
│?? │?? ├── std_setcomps2cell.m
│?? │?? ├── std_spec.m
│?? │?? ├── std_specgram.m
│?? │?? ├── std_specplot.m
│?? │?? ├── std_stat.m
│?? │?? ├── std_substudy.m
│?? │?? ├── std_topo.m
│?? │?? ├── std_topoplot.m
│?? │?? ├── std_uniformfiles.m
│?? │?? ├── std_uniformsetinds.m
│?? │?? └── toporeplot.m
│?? └── timefreqfunc
│?? ├── angtimewarp.m
│?? ├── bootstat.m
│?? ├── correct_mc.m
│?? ├── correctfit.m
│?? ├── crossf.m
│?? ├── dftfilt.m
│?? ├── dftfilt2.m
│?? ├── dftfilt3.m
│?? ├── newcrossf.m
│?? ├── newtimef.m
│?? ├── pac.m
│?? ├── pac_cont.m
│?? ├── rsadjust.m
│?? ├── rsfit.m
│?? ├── rsget.m
│?? ├── rspdfsolv.m
│?? ├── rspfunc.m
│?? ├── timef.m
│?? ├── timefreq.m
│?? └── timewarp.m
├── plugins
│?? ├── dipfit2.3
│?? │?? ├── README.txt
│?? │?? ├── adjustcylinder2.m
│?? │?? ├── channelselection.m
│?? │?? ├── dipfit_1_to_2.m
│?? │?? ├── dipfit_erpeeg.m
│?? │?? ├── dipfit_gridsearch.m
│?? │?? ├── dipfit_nonlinear.m
│?? │?? ├── dipfit_reject.m
│?? │?? ├── dipfitdefs.m
│?? │?? ├── dipplot.m
│?? │?? ├── eeglab2fieldtrip.m
│?? │?? ├── eegplugin_dipfit.m
│?? │?? ├── electroderealign.m
│?? │?? ├── fieldtripchan2eeglab.m
│?? │?? ├── headcoordinates.m
│?? │?? ├── homogenous2traditional.m
│?? │?? ├── mni2tal.m
│?? │?? ├── mni2tal_matrix.m
│?? │?? ├── pop_dipfit_batch.m
│?? │?? ├── pop_dipfit_gridsearch.m
│?? │?? ├── pop_dipfit_manual.m
│?? │?? ├── pop_dipfit_nonlinear.m
│?? │?? ├── pop_dipfit_settings.m
│?? │?? ├── pop_dipplot.m
│?? │?? ├── pop_multifit.m
│?? │?? ├── private
│?? │?? │?? ├── globalrescale.m
│?? │?? │?? ├── match_str.m
│?? │?? │?? ├── rigidbody.m
│?? │?? │?? ├── rotate.m
│?? │?? │?? ├── scale.m
│?? │?? │?? ├── traditional.m
│?? │?? │?? ├── translate.m
│?? │?? │?? ├── warp_apply.m
│?? │?? │?? ├── warp_error.m
│?? │?? │?? └── warp_optim.m
│?? │?? ├── sph2spm.m
│?? │?? ├── standard_BEM
│?? │?? │?? ├── elec
│?? │?? │?? │?? ├── standard_1005.elc
│?? │?? │?? │?? ├── standard_1020.elc
│?? │?? │?? │?? ├── standard_alphabetic.elc
│?? │?? │?? │?? ├── standard_postfixed.elc
│?? │?? │?? │?? ├── standard_prefixed.elc
│?? │?? │?? │?? └── standard_primed.elc
│?? │?? │?? ├── skin
│?? │?? │?? │?? ├── standard_skin_1222-1.bnd
│?? │?? │?? │?? ├── standard_skin_1222-1.bpl
│?? │?? │?? │?? ├── standard_skin_1222-1.bps
│?? │?? │?? │?? ├── standard_skin_1222.vol
│?? │?? │?? │?? ├── standard_skin_14038-1.bnd
│?? │?? │?? │?? ├── standard_skin_14038-1.bpl
│?? │?? │?? │?? ├── standard_skin_14038-1.bps
│?? │?? │?? │?? ├── standard_skin_14038.vol
│?? │?? │?? │?? ├── standard_skin_5054-1.bnd
│?? │?? │?? │?? ├── standard_skin_5054-1.bpl
│?? │?? │?? │?? ├── standard_skin_5054-1.bps
│?? │?? │?? │?? └── standard_skin_5054.vol
│?? │?? │?? ├── standard_mri.mat
│?? │?? │?? ├── standard_vol.mat
│?? │?? │?? └── standard_vol_SCCN.mat
│?? │?? ├── standard_BESA
│?? │?? │?? ├── TemplateRed254.loc
│?? │?? │?? ├── TemplateRed254.mat
│?? │?? │?? ├── TemplateYellow254.loc
│?? │?? │?? ├── TemplateYellow254.mat
│?? │?? │?? ├── avg152t1.mat
│?? │?? │?? ├── avg152t1.mnc
│?? │?? │?? ├── standard-10-5-cap385.elp
│?? │?? │?? ├── standard_BESA.mat
│?? │?? │?? └── standard_SCCN.mat
│?? │?? └── traditionaldipfit.m
│?? └── firfilt1.6.2
│?? ├── changelog.txt
│?? ├── eegplugin_firfilt.m
│?? ├── findboundaries.m
│?? ├── firfilt.m
│?? ├── firfiltdcpadded.m
│?? ├── firfiltsplit.m
│?? ├── firws.m
│?? ├── minphaserceps.m
│?? ├── plotfresp.m
│?? ├── pop_eegfiltnew.m
│?? ├── pop_firma.m
│?? ├── pop_firpm.m
│?? ├── pop_firpmord.m
│?? ├── pop_firws.m
│?? ├── pop_firwsord.m
│?? ├── pop_kaiserbeta.m
│?? ├── pop_xfirws.m
│?? └── windows.m
├── sample_data
│?? ├── 1ST_README.txt
│?? ├── eeglab_chan32.locs
│?? ├── eeglab_data.fdt
│?? ├── eeglab_data.set
│?? ├── eeglab_data_epochs_ica.fdt
│?? ├── eeglab_data_epochs_ica.set
│?? ├── pnas.adt
│?? ├── pnas.flt
│?? ├── pnas_chan.locs
│?? ├── pnas_chan14.locs
│?? ├── scanned72.dat
│?? └── tutorial_eventtable.txt
└── sample_locs
├── 1ST_README.txt
├── GSN-HydroCel-257.sfp
├── GSN-HydroCel-32.sfp
├── GSN128.sfp
├── GSN129.sfp
├── GSN256.sfp
├── GSN257.sfp
├── GSN64v2_0.sfp
├── GSN65v2_0.sfp
├── Standard-10-10-Cap33.ced
├── Standard-10-10-Cap33.locs
├── Standard-10-10-Cap47.ced
├── Standard-10-10-Cap47.locs
├── Standard-10-20-Cap19.ced
├── Standard-10-20-Cap19.locs
├── Standard-10-20-Cap25.ced
├── Standard-10-20-Cap25.locs
├── Standard-10-20-Cap81.ced
└── Standard-10-20-Cap81.locs
30 directories, 773 files
總結(jié)
以上是生活随笔為你收集整理的matlab sfp,eeglab工具箱的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: C程序代码段注释
- 下一篇: Mysql密码忘记怎么办?重置密码完整教