实例介绍
压缩包为FieldTrip工具箱,可以用于MEG、EEG、MRI、ERP等生物电、磁信号分析。
【实例截图】
【核心代码】
81e7eae1-baba-4039-b9ca-dc77cb956b74
└── fieldtrip
├── besa2fieldtrip.m
├── bin
│ └── synchronize-private.sh
├── compat
│ ├── cfg2keyval.m
│ ├── checkconfig.m
│ ├── checkdata.m
│ ├── datatype.m
│ ├── fetch_data.m
│ ├── fetch_event.m
│ ├── fetch_header.m
│ ├── findcfg.m
│ ├── ft_prepare_atlas.m
│ ├── hastoolbox.m
│ ├── matlablt2010b
│ │ ├── iscolumn.m
│ │ ├── ismatrix.m
│ │ └── isrow.m
│ ├── matlablt2012a
│ │ └── isequaln.m
│ ├── progress.m
│ ├── scalingfactor.m
│ ├── selectdata.m
│ ├── source2full.m
│ ├── source2grid.m
│ ├── source2sparse.m
│ ├── struct2double.m
│ ├── struct2single.m
│ ├── warp_apply.m
│ ├── warp_error.m
│ └── warp_optim.m
├── @config
│ ├── access.m
│ ├── cleancfg.m
│ ├── config.m
│ ├── display.m
│ ├── fieldnames.m
│ ├── isfield.m
│ ├── private
│ │ ├── compile_config.m
│ │ ├── deepcopy.c
│ │ ├── deepcopy.m
│ │ ├── deepcopy.mexa64
│ │ ├── deepcopy.mexglx
│ │ ├── deepcopy.mexmac
│ │ ├── deepcopy.mexmaci
│ │ ├── deepcopy.mexmaci64
│ │ ├── deepcopy.mexw32
│ │ ├── deepcopy.mexw64
│ │ ├── get.m
│ │ ├── increment.c
│ │ ├── increment.m
│ │ ├── increment.mexa64
│ │ ├── increment.mexglx
│ │ ├── increment.mexmac
│ │ ├── increment.mexmaci
│ │ ├── increment.mexmaci64
│ │ ├── increment.mexw32
│ │ ├── increment.mexw64
│ │ ├── set.m
│ │ ├── setzero.c
│ │ ├── setzero.m
│ │ ├── setzero.mexa64
│ │ ├── setzero.mexglx
│ │ ├── setzero.mexmac
│ │ ├── setzero.mexmaci
│ │ ├── setzero.mexmaci64
│ │ ├── setzero.mexw32
│ │ └── setzero.mexw64
│ ├── rmfield.m
│ ├── struct2cell.m
│ ├── struct.m
│ ├── subsasgn.m
│ └── subsref.m
├── connectivity
│ ├── ft_connectivity_corr.m
│ ├── ft_connectivity_csd2transfer.m
│ ├── ft_connectivity_dtf.m
│ ├── ft_connectivity_granger.m
│ ├── ft_connectivity_laggedcoherence.m
│ ├── ft_connectivity_mutualinformation.m
│ ├── ft_connectivity_pdc.m
│ ├── ft_connectivity_powcorr_ortho.m
│ ├── ft_connectivity_ppc.m
│ ├── ft_connectivity_psi.m
│ ├── ft_connectivity_wpli.m
│ ├── private
│ │ ├── blockwise_conditionalgranger.m
│ │ ├── det2x2.m
│ │ ├── det2x2.mexa64
│ │ ├── det2x2.mexglx
│ │ ├── det2x2.mexmaci
│ │ ├── det2x2.mexmaci64
│ │ ├── det2x2.mexw32
│ │ ├── det2x2.mexw64
│ │ ├── fixname.m
│ │ ├── ft_getopt.m
│ │ ├── ft_getopt.mexa64
│ │ ├── ft_getopt.mexglx
│ │ ├── ft_getopt.mexmaci
│ │ ├── ft_getopt.mexmaci64
│ │ ├── ft_getopt.mexw32
│ │ ├── ft_getopt.mexw64
│ │ ├── ft_progress.m
│ │ ├── ft_warning.m
│ │ ├── getsubfield.m
│ │ ├── inv2x2.m
│ │ ├── inv2x2.mexa64
│ │ ├── inv2x2.mexglx
│ │ ├── inv2x2.mexmaci
│ │ ├── inv2x2.mexmaci64
│ │ ├── inv2x2.mexw32
│ │ ├── inv2x2.mexw64
│ │ ├── issubfield.m
│ │ ├── keyval.m
│ │ ├── mtimes2x2.m
│ │ ├── mtimes2x2.mexa64
│ │ ├── mtimes2x2.mexglx
│ │ ├── mtimes2x2.mexmaci
│ │ ├── mtimes2x2.mexmaci64
│ │ ├── mtimes2x2.mexw32
│ │ ├── mtimes2x2.mexw64
│ │ ├── rmsubfield.m
│ │ ├── sandwich2x2.m
│ │ ├── sandwich2x2.mexa64
│ │ ├── sandwich2x2.mexglx
│ │ ├── sandwich2x2.mexmaci
│ │ ├── sandwich2x2.mexmaci64
│ │ ├── sandwich2x2.mexw32
│ │ ├── sandwich2x2.mexw64
│ │ ├── setsubfield.m
│ │ ├── sfactorization_wilson2x2.m
│ │ ├── sfactorization_wilson.m
│ │ └── standardise.m
│ └── README
├── Contents.m
├── contrib
│ ├── misc
│ │ ├── ft_icabrowser.m
│ │ └── ft_nonlinearassociation.m
│ ├── nutmegtrip
│ │ ├── nmt_addtopo.m
│ │ ├── nmt_animate.m
│ │ ├── nmt_close.m
│ │ ├── nmt_image.m
│ │ ├── nmt_peaksearch_helper.m
│ │ ├── nmt_peaksearch.m
│ │ ├── nmt_polaritytweak.m
│ │ ├── nmt_repos.m
│ │ ├── nmt_sourceplot.m
│ │ ├── nmt_spmfig_setup.m
│ │ ├── nmt_spm_plot.m
│ │ ├── nmt_timeselect.m
│ │ ├── nmt_transform_coord.m
│ │ └── private
│ │ ├── atlas_lookup.m
│ │ ├── freezeColors.m
│ │ ├── getdimord.m
│ │ ├── getdimsiz.m
│ │ ├── nmt_coord_diff.m
│ │ ├── nmt_rownorm.m
│ │ ├── nmt_tfplot.m
│ │ ├── nmt_ts_intervalpower.m
│ │ ├── nmt_update_panel.m
│ │ ├── parameterselection.m
│ │ └── unfreezeColors.m
│ └── spike
│ ├── COPYING
│ ├── ft_spikedensity.m
│ ├── ft_spikedetection.m
│ ├── ft_spikedownsample.m
│ ├── ft_spikefixdmafile.m
│ ├── ft_spike_isi.m
│ ├── ft_spike_jpsth.m
│ ├── ft_spike_maketrials.m
│ ├── ft_spike_plot_isi.m
│ ├── ft_spike_plot_isireturn.m
│ ├── ft_spike_plot_jpsth.m
│ ├── ft_spike_plot_psth.m
│ ├── ft_spike_plot_raster.m
│ ├── ft_spike_psth.m
│ ├── ft_spike_rate.m
│ ├── ft_spike_rate_orituning.m
│ ├── ft_spike_select.m
│ ├── ft_spikesimulation.m
│ ├── ft_spikesorting.m
│ ├── ft_spikesplitting.m
│ ├── ft_spiketriggeredaverage.m
│ ├── ft_spiketriggeredinterpolation.m
│ ├── ft_spiketriggeredspectrum_convol.m
│ ├── ft_spiketriggeredspectrum_fft.m
│ ├── ft_spiketriggeredspectrum.m
│ ├── ft_spiketriggeredspectrum_stat.m
│ ├── ft_spike_waveform.m
│ ├── ft_spike_xcorr.m
│ ├── private
│ │ ├── cluster_ward.m
│ │ ├── isrealmat.m
│ │ ├── isrealvec.m
│ │ ├── offset2time.m
│ │ ├── peakdetect3.m
│ │ ├── preproc.m
│ │ ├── read_neuralynx_dma.m
│ │ ├── sine_taper.m
│ │ ├── smartinput.m
│ │ ├── specest_nanfft.m
│ │ ├── spike_crossx.c
│ │ ├── spike_crossx.m
│ │ ├── spike_crossx.mexmaci
│ │ ├── spike_crossx.mexmaci64
│ │ ├── spike_crossx.mexw32
│ │ └── spike_crossx.mexw64
│ └── README
├── COPYING
├── edf2fieldtrip.m
├── external
│ ├── afni
│ │ ├── addsquare.m
│ │ ├── AFNI_CoordChange.m
│ │ ├── afni_fig_interface.m
│ │ ├── AfniIndex2AfniXYZ.m
│ │ ├── AFNI_Index2XYZcontinuous.m
│ │ ├── AFNI_IndexChange.m
│ │ ├── afni_nel_parse.m
│ │ ├── afni_ni_checkfordata.m
│ │ ├── afni_ni_defs.m
│ │ ├── afni_ni_is_numeric_type.m
│ │ ├── afni_niml_parse.m
│ │ ├── afni_niml_print.m
│ │ ├── afni_niml_read.m
│ │ ├── afni_niml_readsimple.m
│ │ ├── afni_niml_test_io.m
│ │ ├── afni_niml_write.m
│ │ ├── afni_niml_writesimple.m
│ │ ├── afni_ni_rowtype_name_to_code.m
│ │ ├── AFNI_OrientCode.m
│ │ ├── AfniPrefix.m
│ │ ├── AFNI_SliceDispManip.m
│ │ ├── afni_talk_defs.m
│ │ ├── afni_test_niml_io.m
│ │ ├── AfniXYZ2AfniIndex.m
│ │ ├── AFNI_XYZcontinuous2Index.m
│ │ ├── angle_dist_nc.m
│ │ ├── Args_to_opts.m
│ │ ├── basis_col.m
│ │ ├── basis_row.m
│ │ ├── BrikInfo.m
│ │ ├── BrikInfo_SectionValue.m
│ │ ├── BrikLoad.m
│ │ ├── CA_EZ_Prep.m
│ │ ├── Change1D2Carray.m
│ │ ├── CheckBrikHEAD.m
│ │ ├── CheckPrefix.m
│ │ ├── CompCondNum.m
│ │ ├── ContrastTest.m
│ │ ├── ContrVec.m
│ │ ├── cstring.m
│ │ ├── DeOblique.m
│ │ ├── DispIVSurf.m
│ │ ├── DisplayAfniSlice.m
│ │ ├── dofit.m
│ │ ├── eq_str.m
│ │ ├── ErrEval.m
│ │ ├── ExamineXmat.m
│ │ ├── figarng.m
│ │ ├── FigPrint.m
│ │ ├── filexist.m
│ │ ├── FindChar.m
│ │ ├── GE_convertADW.m
│ │ ├── GE_convertVolume.m
│ │ ├── GE_createSPMmat.m
│ │ ├── GE_dumpExamHeader.m
│ │ ├── GE_dumpHeader.m
│ │ ├── GE_dumpImageHeader.m
│ │ ├── GE_dumpSeriesHeader.m
│ │ ├── GE_get_volsperrun.m
│ │ ├── GE_readHeaderExam.m
│ │ ├── GE_readHeaderImage.m
│ │ ├── GE_readHeader.m
│ │ ├── GE_readHeaderPixel.m
│ │ ├── GE_readHeaderSeries.m
│ │ ├── GE_readHeaderSuite.m
│ │ ├── GE_readVolume.m
│ │ ├── GetAfniSlice.m
│ │ ├── GetAfniSliceTriplet.m
│ │ ├── GetNextLine.m
│ │ ├── get_required_precision.m
│ │ ├── GetWord.m
│ │ ├── gind2sub.m
│ │ ├── Gram_Schmidt_Process.m
│ │ ├── GroupAna.m
│ │ ├── GS_orth_1D.m
│ │ ├── HEAD_Rules.m
│ │ ├── HistoryTrace.m
│ │ ├── idummy.m
│ │ ├── IndiAna.m
│ │ ├── Info_1D.m
│ │ ├── IntProj.m
│ │ ├── isdigit.m
│ │ ├── iseven.m
│ │ ├── isint.m
│ │ ├── is_orthogonal_matrix.m
│ │ ├── is_orthogonal_set.m
│ │ ├── is_orthonormal_set.m
│ │ ├── is_row.m
│ │ ├── is_symmetric_matrix.m
│ │ ├── LabelAxis.m
│ │ ├── m3dReorder.m
│ │ ├── MakeColorMap.m
│ │ ├── makemodel.m
│ │ ├── MatAFNI_Demo.m
│ │ ├── MATVEC_to_WARP.m
│ │ ├── McRetroTS.m
│ │ ├── myrgb.txt
│ │ ├── NewCs.m
│ │ ├── New_HEAD.m
│ │ ├── New_input.m
│ │ ├── NextString.m
│ │ ├── normalise.m
│ │ ├── pad_strn.m
│ │ ├── PeakFinder.m
│ │ ├── PhaseEstimator.m
│ │ ├── Plane_Equation.m
│ │ ├── plotsign2.m
│ │ ├── PrefixStatus.m
│ │ ├── PreProc.m
│ │ ├── private
│ │ │ ├── GetPath.m
│ │ │ └── Norm.m
│ │ ├── PurgeComments.m
│ │ ├── QRDecom.m
│ │ ├── Read_1D.m
│ │ ├── README
│ │ ├── README-1.0.GE
│ │ ├── README.attributes
│ │ ├── README.GE
│ │ ├── readmtc.m
│ │ ├── readsrf.m
│ │ ├── readXcol.m
│ │ ├── ref.m
│ │ ├── Remove1DExtension.m
│ │ ├── RemoveExtension.m
│ │ ├── RemoveNiftiExtension.m
│ │ ├── ResliceBrick.m
│ │ ├── RetroTS.m
│ │ ├── rgbdectohex.m
│ │ ├── ROIcmap.m
│ │ ├── ROIcol.m
│ │ ├── RotateAboutAxis.m
│ │ ├── Rrank.m
│ │ ├── RVT_from_PeakFinder.m
│ │ ├── ScaleToMap.m
│ │ ├── sectotime.m
│ │ ├── setfpos.m
│ │ ├── setfsize.m
│ │ ├── ShowCmap.m
│ │ ├── ShowPlane.m
│ │ ├── ShowRegressors.m
│ │ ├── Show_RVT_Peak.m
│ │ ├── SkipMatlabHelp.m
│ │ ├── split_string.m
│ │ ├── spm_bf.m
│ │ ├── spm_Gpdf.m
│ │ ├── spm_hrf.m
│ │ ├── suma_stitch.m
│ │ ├── SumsOfSquares.m
│ │ ├── TaskTest.m
│ │ ├── TellAfniCheck.m
│ │ ├── TellAfni_Commands.m
│ │ ├── TellAfni.m
│ │ ├── termcross.m
│ │ ├── termsnotcontained.m
│ │ ├── Test_AFNI_Index2XYZcontinuous.m
│ │ ├── Test_AFNI_IndexChange.m
│ │ ├── Test_AFNI_XYZcontinuous2Index.m
│ │ ├── Test_BrikLoad.m
│ │ ├── Test_m3dReorder.m
│ │ ├── Test_New_HEAD.m
│ │ ├── Test_TellAfni.m
│ │ ├── THD_3dmm_to_dicomm.m
│ │ ├── THD_dicomm_to_3dmm.m
│ │ ├── ToyTalk.m
│ │ ├── tross_Encode_String.m
│ │ ├── uiget1Dfile.m
│ │ ├── unsplit_string.m
│ │ ├── VectStat.m
│ │ ├── WaverBasisOption.m
│ │ ├── WhichSubBricks.m
│ │ ├── WordCount.m
│ │ ├── WriteBrikHEAD.m
│ │ ├── WriteBrik.m
│ │ ├── writeSPMmat.m
│ │ ├── wryte3.m
│ │ ├── zdeblankall.m
│ │ ├── zdeblank.m
│ │ ├── zglobb.m
│ │ ├── zinputdlg.m
│ │ └── zscale.m
│ ├── artinis
│ │ ├── artinis_license.m
│ │ ├── ft_nirs_prepare_ODtransformation.m
│ │ ├── ft_nirs_referencechannelsubtraction.m
│ │ ├── ft_nirs_scalpcouplingindex.m
│ │ ├── ft_nirs_transform_ODs.m
│ │ ├── ft_prepare_ODtransformation.m
│ │ ├── ft_transform_ODs.m
│ │ ├── ft_trialfun_artinis.m
│ │ ├── LICENSE.txt
│ │ ├── private
│ │ │ ├── arrangeoxy3optodes.p
│ │ │ ├── Cope_ext_coeff_table.txt
│ │ │ ├── ft_nirs_optodedistance.m
│ │ │ ├── parseoxy3header.p
│ │ │ ├── parseoxyproj.p
│ │ │ ├── readoxy3block.p
│ │ │ ├── read_oxy3_data.p
│ │ │ ├── read_oxy3_event.p
│ │ │ └── read_oxy3_header.p
│ │ └── read_artinis_oxy3.m
│ ├── bci2000
│ │ ├── COPYRIGHT
│ │ ├── load_bcidat.m
│ │ ├── load_bcidat.mexa64
│ │ ├── load_bcidat.mexmac
│ │ ├── load_bcidat.mexmaci
│ │ ├── load_bcidat.mexsol
│ │ ├── load_bcidat.mexw32
│ │ ├── load_bcidat.mexw64
│ │ └── README
│ ├── bct
│ │ ├── adjacency_plot_und.m
│ │ ├── agreement.m
│ │ ├── agreement_weighted.m
│ │ ├── align_matrices.m
│ │ ├── assortativity_bin.m
│ │ ├── assortativity.m
│ │ ├── assortativity_wei.m
│ │ ├── backbone_wu.m
│ │ ├── betweenness_bin.m
│ │ ├── betweenness_wei.m
│ │ ├── breadthdist.m
│ │ ├── breadth.m
│ │ ├── charpath.m
│ │ ├── clustering_coef_bd.m
│ │ ├── clustering_coef_bu.m
│ │ ├── clustering_coef_wd.m
│ │ ├── clustering_coef_wu.m
│ │ ├── clustering_coef_wu_sign.m
│ │ ├── community_louvain.m
│ │ ├── consensus_und.m
│ │ ├── core_periphery_dir.m
│ │ ├── cycprob.m
│ │ ├── degrees_dir.m
│ │ ├── degrees_und.m
│ │ ├── demo_generative_models_geometric.m
│ │ ├── demo_generative_models_neighbors.m
│ │ ├── density_dir.m
│ │ ├── density_und.m
│ │ ├── distance_bin.m
│ │ ├── distance_wei.m
│ │ ├── diversity_coef_sign.m
│ │ ├── edge_betweenness_bin.m
│ │ ├── edge_betweenness_wei.m
│ │ ├── edge_nei_overlap_bd.m
│ │ ├── edge_nei_overlap_bu.m
│ │ ├── efficiency_bin.m
│ │ ├── efficiency.m
│ │ ├── efficiency_wei.m
│ │ ├── eigenvector_centrality_und.m
│ │ ├── erange.m
│ │ ├── evaluate_generative_model.m
│ │ ├── find_motif34.m
│ │ ├── findpaths.m
│ │ ├── findwalks.m
│ │ ├── flow_coef_bd.m
│ │ ├── gateway_coef_sign.m
│ │ ├── generative_model.m
│ │ ├── get_components.m
│ │ ├── grid_communities.m
│ │ ├── gtom.m
│ │ ├── jdegree.m
│ │ ├── kcore_bd.m
│ │ ├── kcore_bu.m
│ │ ├── kcoreness_centrality_bd.m
│ │ ├── kcoreness_centrality_bu.m
│ │ ├── latmio_dir_connected.m
│ │ ├── latmio_dir.m
│ │ ├── latmio_und_connected.m
│ │ ├── latmio_und.m
│ │ ├── link_communities.m
│ │ ├── local_assortativity_wu_sign.m
│ │ ├── makeevenCIJ.m
│ │ ├── makefractalCIJ.m
│ │ ├── makelatticeCIJ.m
│ │ ├── make_motif34lib.m
│ │ ├── makerandCIJdegreesfixed.m
│ │ ├── makerandCIJ_dir.m
│ │ ├── makerandCIJ_und.m
│ │ ├── makeringlatticeCIJ.m
│ │ ├── maketoeplitzCIJ.m
│ │ ├── matching_ind.m
│ │ ├── matching_ind_und.m
│ │ ├── modularity_dir.m
│ │ ├── modularity_finetune_und_sign.m
│ │ ├── modularity_louvain_und.m
│ │ ├── modularity_louvain_und_sign.m
│ │ ├── modularity_probtune_und_sign.m
│ │ ├── modularity_und.m
│ │ ├── module_degree_zscore.m
│ │ ├── motif3funct_bin.m
│ │ ├── motif3funct_wei.m
│ │ ├── motif3struct_bin.m
│ │ ├── motif3struct_wei.m
│ │ ├── motif4funct_bin.m
│ │ ├── motif4funct_wei.m
│ │ ├── motif4struct_bin.m
│ │ ├── motif4struct_wei.m
│ │ ├── null_model_dir_sign.m
│ │ ├── null_model_und_sign.m
│ │ ├── pagerank_centrality.m
│ │ ├── participation_coef.m
│ │ ├── participation_coef_sign.m
│ │ ├── partition_distance.m
│ │ ├── randmio_dir_connected.m
│ │ ├── randmio_dir.m
│ │ ├── randmio_dir_signed.m
│ │ ├── randmio_und_connected.m
│ │ ├── randmio_und.m
│ │ ├── randmio_und_signed.m
│ │ ├── randomize_graph_partial_und.m
│ │ ├── randomizer_bin_und.m
│ │ ├── reachdist.m
│ │ ├── README
│ │ ├── release_notes.m
│ │ ├── rentian_scaling.m
│ │ ├── reorderMAT.m
│ │ ├── reorder_matrix.m
│ │ ├── reorder_mod.m
│ │ ├── rich_club_bd.m
│ │ ├── rich_club_bu.m
│ │ ├── rich_club_wd.m
│ │ ├── rich_club_wu.m
│ │ ├── score_wu.m
│ │ ├── strengths_dir.m
│ │ ├── strengths_und.m
│ │ ├── strengths_und_sign.m
│ │ ├── subgraph_centrality.m
│ │ ├── threshold_absolute.m
│ │ ├── threshold_proportional.m
│ │ ├── transitivity_bd.m
│ │ ├── transitivity_bu.m
│ │ ├── transitivity_wd.m
│ │ ├── transitivity_wu.m
│ │ ├── weight_conversion.m
│ │ └── writetoPAJ.m
│ ├── bemcp
│ │ ├── bem_Cii_cog.c
│ │ ├── bem_Cii_cog.mexa64
│ │ ├── bem_Cii_cog.mexglx
│ │ ├── bem_Cii_cog.mexmaci
│ │ ├── bem_Cii_cog.mexmaci64
│ │ ├── bem_Cii_cog.mexw32
│ │ ├── bem_Cii_cog.mexw64
│ │ ├── bem_Cii_cst.c
│ │ ├── bem_Cii_cst.mexa64
│ │ ├── bem_Cii_cst.mexglx
│ │ ├── bem_Cii_cst.mexmaci
│ │ ├── bem_Cii_cst.mexmaci64
│ │ ├── bem_Cii_cst.mexw32
│ │ ├── bem_Cii_cst.mexw64
│ │ ├── bem_Cii_lin.c
│ │ ├── bem_Cii_lin.mexa64
│ │ ├── bem_Cii_lin.mexglx
│ │ ├── bem_Cii_lin.mexmaci
│ │ ├── bem_Cii_lin.mexmaci64
│ │ ├── bem_Cii_lin.mexw32
│ │ ├── bem_Cii_lin.mexw64
│ │ ├── bem_Cij_cog.c
│ │ ├── bem_Cij_cog.mexa64
│ │ ├── bem_Cij_cog.mexglx
│ │ ├── bem_Cij_cog.mexmaci
│ │ ├── bem_Cij_cog.mexmaci64
│ │ ├── bem_Cij_cog.mexw32
│ │ ├── bem_Cij_cog.mexw64
│ │ ├── bem_Cij_cst.c
│ │ ├── bem_Cij_cst.mexa64
│ │ ├── bem_Cij_cst.mexglx
│ │ ├── bem_Cij_cst.mexmaci
│ │ ├── bem_Cij_cst.mexmaci64
│ │ ├── bem_Cij_cst.mexw32
│ │ ├── bem_Cij_cst.mexw64
│ │ ├── bem_Cij_lin.c
│ │ ├── bem_Cij_lin.mexa64
│ │ ├── bem_Cij_lin.mexglx
│ │ ├── bem_Cij_lin.mexmaci
│ │ ├── bem_Cij_lin.mexmaci64
│ │ ├── bem_Cij_lin.mexw32
│ │ ├── bem_Cij_lin.mexw64
│ │ ├── bemcp_example.m
│ │ ├── bem_Gi_cog.c
│ │ ├── bem_Gi_cog.mexa64
│ │ ├── bem_Gi_cog.mexglx
│ │ ├── bem_Gi_cog.mexmaci
│ │ ├── bem_Gi_cog.mexmaci64
│ │ ├── bem_Gi_cog.mexw32
│ │ ├── bem_Gi_cog.mexw64
│ │ ├── bem_Gi_vert.c
│ │ ├── bem_Gi_vert.mexa64
│ │ ├── bem_Gi_vert.mexglx
│ │ ├── bem_Gi_vert.mexmaci
│ │ ├── bem_Gi_vert.mexmaci64
│ │ ├── bem_Gi_vert.mexw32
│ │ ├── bem_Gi_vert.mexw64
│ │ ├── Makefile
│ │ ├── make.m
│ │ └── README
│ ├── besa
│ │ ├── besa_matrix2Gen.m
│ │ ├── besa_plotFtDipoleResults.m
│ │ ├── besa_plotFtSensorLevelMaps.m
│ │ ├── besa_save2Avr.m
│ │ ├── besa_save2Bsa.m
│ │ ├── besa_save2ChanLabels.m
│ │ ├── besa_save2ChanPositions.m
│ │ ├── besa_save2Dataset.m
│ │ ├── besa_save2Elp.m
│ │ ├── besa_save2Evt.m
│ │ ├── besa_save2PmgPos.m
│ │ ├── besa_save2SurfacePoint.m
│ │ ├── besa_save2Swf.m
│ │ ├── besa_transformCartesian2Spherical.m
│ │ ├── COPYING
│ │ ├── readBESAavr.m
│ │ ├── readBESAbsa.m
│ │ ├── readBESAelp.m
│ │ ├── readBESAfmp.m
│ │ ├── readBESAgfprv.m
│ │ ├── readBESAimage.m
│ │ ├── readBESAlft.m
│ │ ├── readBESAloc.m
│ │ ├── readBESAmul.m
│ │ ├── readBESApos.m
│ │ ├── readBESAsb.m
│ │ ├── readBESAsfh.m
│ │ ├── readBESAsrf.m
│ │ ├── readBESAswf.m
│ │ ├── readBESAtfc.m
│ │ ├── readBESAtfcs.m
│ │ ├── README
│ │ └── test_matlab2besa.m
│ ├── biosig
│ │ ├── CREDITS
│ │ ├── doc
│ │ │ ├── Contents.m
│ │ │ ├── datatype.txt
│ │ │ ├── DecimalFactors.txt
│ │ │ ├── elecpos.txt
│ │ │ ├── eventcodes.txt
│ │ │ ├── header.txt
│ │ │ ├── IEEEandUCUM.1b.txt
│ │ │ ├── leadidtable_scpecg.txt
│ │ │ ├── ManufacturerInformation.cfg
│ │ │ ├── patientcodes.txt
│ │ │ └── units.csv
│ │ ├── LICENSE
│ │ ├── mvar.m
│ │ ├── private
│ │ │ ├── bdf2biosig_events.m
│ │ │ ├── bkropen.m
│ │ │ ├── bni2hdr.m
│ │ │ ├── bv2biosig_events.m
│ │ │ ├── cntopen.m
│ │ │ ├── Contents.m
│ │ │ ├── covm.m
│ │ │ ├── famosopen.m
│ │ │ ├── fefopen.m
│ │ │ ├── fltopen.m
│ │ │ ├── gdfdatatype.m
│ │ │ ├── getfiletype.m
│ │ │ ├── iopen.m
│ │ │ ├── iread.m
│ │ │ ├── leadidcodexyz.m
│ │ │ ├── matread.m
│ │ │ ├── mvfilter.m
│ │ │ ├── mwfopen.m
│ │ │ ├── opendicom.m
│ │ │ ├── openiff.m
│ │ │ ├── openldr.m
│ │ │ ├── openxml.m
│ │ │ ├── physicalunits.m
│ │ │ ├── rs.m
│ │ │ ├── scpopen.m
│ │ │ ├── str2double.m
│ │ │ └── sumskipnan.m
│ │ ├── README
│ │ ├── README.FieldTrip
│ │ ├── sclose.m
│ │ ├── sopen.m
│ │ ├── sread.m
│ │ └── VERSION
│ ├── bsmart
│ │ ├── armorf.m
│ │ └── README
│ ├── cca
│ │ └── ccabss.m
│ ├── comm
│ │ ├── de2bi.m
│ │ └── README
│ ├── COPYING
│ ├── ctf
│ │ ├── addCTFtrial.m
│ │ ├── COPYING
│ │ ├── getCTFBalanceCoefs.m
│ │ ├── getCTFdata.m
│ │ ├── readCPersist.m
│ │ ├── readCTFds.m
│ │ ├── readCTFhdm.m
│ │ ├── readCTFMRI.m
│ │ ├── README
│ │ ├── setCTFDataBalance.m
│ │ ├── VERSION
│ │ ├── writeCPersist.m
│ │ ├── writeCTFds.m
│ │ ├── writeCTFhdm.m
│ │ ├── writeCTFMRI.m
│ │ ├── writeMarkerFile.m
│ │ └── writeRes4.m
│ ├── dipoli
│ │ ├── ama2vol.m
│ │ ├── dipoli_example.m
│ │ ├── dipoli.glnx86
│ │ ├── dipoli.m
│ │ ├── dipoli.maci
│ │ ├── loadama.m
│ │ ├── private
│ │ │ ├── bounding_mesh.m
│ │ │ ├── find_innermost_boundary.m
│ │ │ ├── find_outermost_boundary.m
│ │ │ ├── solid_angle.m
│ │ │ ├── solid_angle.mexa64
│ │ │ ├── solid_angle.mexglx
│ │ │ ├── solid_angle.mexmac
│ │ │ ├── solid_angle.mexmaci
│ │ │ ├── solid_angle.mexmaci64
│ │ │ ├── solid_angle.mexw32
│ │ │ └── solid_angle.mexw64
│ │ ├── README
│ │ └── write_tri.m
│ ├── dss
│ │ ├── beta_global.m
│ │ ├── beta_pow3.m
│ │ ├── beta_tanh.m
│ │ ├── CHANGES
│ │ ├── default_stop.m
│ │ ├── denoise_avg.m
│ │ ├── denoise_dct.m
│ │ ├── denoise_energy.m
│ │ ├── denoise_fica_gauss.m
│ │ ├── denoise_fica_kurtosis.m
│ │ ├── denoise_fica_skew.m
│ │ ├── denoise_fica_tanh.m
│ │ ├── denoise_filter.m
│ │ ├── denoise_mask.m
│ │ ├── denoise_pow3.m
│ │ ├── denoise_smooth_tanh.m
│ │ ├── denoise_tanh.m
│ │ ├── denss.m
│ │ ├── dss_2dmask.m
│ │ ├── dss_check_adaptivity.m
│ │ ├── dss_core_defl.m
│ │ ├── dss_core_pca.m
│ │ ├── dss_core_symm.m
│ │ ├── dss_create_state.m
│ │ ├── dss_fastica.m
│ │ ├── dss_message.m
│ │ ├── dss_preprocess.m
│ │ ├── dss_set_denoising.m
│ │ ├── dss_sphere.m
│ │ ├── estimate_mask.m
│ │ ├── gamma_179.m
│ │ ├── gamma_predictive.m
│ │ ├── gamma_predictive_symm.m
│ │ ├── keyboard_interrupt.m
│ │ ├── LICENSE
│ │ ├── logplot.m
│ │ ├── ortho_default.m
│ │ ├── ortho_no.m
│ │ ├── ortho_quasi.m
│ │ ├── ortho_sparse.m
│ │ ├── prepare.m
│ │ ├── pre_sphere.m
│ │ ├── pre_sphere_symm.m
│ │ ├── randlap.m
│ │ ├── README.txt
│ │ ├── report_convergence.m
│ │ ├── report_objective.m
│ │ ├── report_print.m
│ │ ├── report_w.m
│ │ ├── src
│ │ │ ├── Keytest.java
│ │ │ └── testkeypress.c
│ │ ├── tostring.m
│ │ └── VERSION
│ ├── eeglab
│ │ ├── binica.m
│ │ ├── binica.sc
│ │ ├── COPYING
│ │ ├── eeglab2fieldtrip.m
│ │ ├── floatread.m
│ │ ├── floatwrite.m
│ │ ├── icadefs.m
│ │ ├── ica_linux
│ │ ├── jader.m
│ │ ├── loadcnt.m
│ │ ├── pcsquash.m
│ │ ├── README
│ │ ├── runica.m
│ │ ├── sobi.m
│ │ └── varimax.m
│ ├── eeprobe
│ │ ├── AUTHORS
│ │ ├── LICENSE
│ │ ├── LICENSE.addendum
│ │ ├── read_eep_avr.m
│ │ ├── read_eep_avr.mexa64
│ │ ├── read_eep_avr.mexglx
│ │ ├── read_eep_avr.mexmac
│ │ ├── read_eep_avr.mexmaci64
│ │ ├── read_eep_avr.mexw32
│ │ ├── read_eep_avr.mexw64
│ │ ├── read_eep_cnt.m
│ │ ├── read_eep_cnt.mexa64
│ │ ├── read_eep_cnt.mexglx
│ │ ├── read_eep_cnt.mexmac
│ │ ├── read_eep_cnt.mexmaci64
│ │ ├── read_eep_cnt.mexw32
│ │ ├── read_eep_cnt.mexw64
│ │ ├── read_eep_rej.m
│ │ ├── read_eep_trg.bak
│ │ ├── read_eep_trg.mexa64
│ │ ├── read_eep_trg.mexmaci64
│ │ ├── read_eep_trg.mexw64
│ │ ├── README
│ │ ├── VERSION
│ │ ├── write_eep_avr.m
│ │ ├── write_eep_avr.mexa64
│ │ ├── write_eep_avr.mexglx
│ │ ├── write_eep_avr.mexmaci64
│ │ ├── write_eep_avr.mexw64
│ │ ├── write_eep_cnt.m
│ │ ├── write_eep_cnt.mexa64
│ │ ├── write_eep_cnt.mexglx
│ │ ├── write_eep_cnt.mexmaci64
│ │ └── write_eep_cnt.mexw64
│ ├── egi_mff
│ │ ├── COPYING
│ │ ├── EGI_Matlab_MFF_API_v2_2014-04-23Draft.pdf
│ │ ├── getMatlabMffApiVersion.m
│ │ ├── java
│ │ │ └── MFF-1.2.jar
│ │ ├── mff_getObject.m
│ │ ├── mff_getSummaryInfo.m
│ │ ├── mff_micros2Sample.m
│ │ ├── mff_setup.m
│ │ ├── mff_valid.m
│ │ ├── README.fieldtrip
│ │ ├── read_mff_data.m
│ │ ├── read_mff_event.m
│ │ ├── read_mff_header.m
│ │ ├── write_mff_data.m
│ │ ├── write_mff_event.m
│ │ └── write_mff_history.m
│ ├── fastica
│ │ ├── Contents.m
│ │ ├── demosig.m
│ │ ├── dispsig.m
│ │ ├── fasticag.m
│ │ ├── fastica.m
│ │ ├── fpica.m
│ │ ├── gui_advc.m
│ │ ├── gui_adv.m
│ │ ├── gui_cb.m
│ │ ├── gui_cg.m
│ │ ├── gui_help.m
│ │ ├── gui_lc.m
│ │ ├── gui_l.m
│ │ ├── gui_sc.m
│ │ ├── gui_s.m
│ │ ├── icaplot.m
│ │ ├── pcamat.m
│ │ ├── README
│ │ ├── remmean.m
│ │ └── whitenv.m
│ ├── fileexchange
│ │ ├── arrow.m
│ │ ├── CalcMD5.c
│ │ ├── CalcMD5.COPYING
│ │ ├── CalcMD5.m
│ │ ├── CalcMD5.mexa64
│ │ ├── CalcMD5.mexglx
│ │ ├── CalcMD5.mexmaci
│ │ ├── CalcMD5.mexmaci64
│ │ ├── CalcMD5.mexw32
│ │ ├── CalcMD5.mexw64
│ │ ├── DataHash.license
│ │ ├── DataHash.m
│ │ ├── icp.license
│ │ ├── icp.m
│ │ ├── keep.m
│ │ ├── uimage.m
│ │ └── uimagesc.m
│ ├── freesurfer
│ │ ├── colortable_BA.txt
│ │ ├── colortable_desikan_killiany.txt
│ │ ├── fread3.m
│ │ ├── fwrite3.m
│ │ ├── isdicomfile.m
│ │ ├── load_analyze_hdr.m
│ │ ├── load_analyze.m
│ │ ├── load_dicom_fl.m
│ │ ├── load_dicom_series.m
│ │ ├── load_mgh.m
│ │ ├── load_nifti_hdr.m
│ │ ├── load_nifti.m
│ │ ├── MRIfspec.m
│ │ ├── MRIread.m
│ │ ├── MRIwrite.m
│ │ ├── read_annotation.m
│ │ ├── read_curv.m
│ │ ├── read_fscolorlut.m
│ │ ├── read_label.m
│ │ ├── README
│ │ ├── read_surf.m
│ │ ├── save_mgh.m
│ │ ├── save_nifti.m
│ │ ├── Simple_surface_labels2009.txt
│ │ ├── strlen.m
│ │ ├── vox2ras_0to1.m
│ │ ├── vox2ras_1to0.m
│ │ ├── vox2ras_dfmeas.m
│ │ ├── vox2ras_ksolve.m
│ │ ├── vox2ras_rsolveAA.m
│ │ ├── vox2ras_rsolve.m
│ │ ├── vox2ras_tkreg.m
│ │ ├── vox2rasToQform.m
│ │ └── write_surf.m
│ ├── gifti
│ │ ├── @gifti
│ │ │ ├── Contents.m
│ │ │ ├── display.m
│ │ │ ├── export.m
│ │ │ ├── fieldnames.m
│ │ │ ├── gifti.m
│ │ │ ├── isfield.m
│ │ │ ├── plot.m
│ │ │ ├── private
│ │ │ │ ├── base64decode.m
│ │ │ │ ├── base64encode.m
│ │ │ │ ├── dunzip.m
│ │ │ │ ├── dzip.m
│ │ │ │ ├── getdict.m
│ │ │ │ ├── isintent.m
│ │ │ │ ├── read_freesurfer_file.m
│ │ │ │ └── read_gifti_file.m
│ │ │ ├── save.m
│ │ │ ├── struct.m
│ │ │ ├── subsasgn.m
│ │ │ └── subsref.m
│ │ ├── GPL
│ │ ├── LICENCE.gifti
│ │ ├── LICENCE.xmltree
│ │ ├── README
│ │ └── @xmltree
│ │ ├── add.m
│ │ ├── attributes.m
│ │ ├── branch.m
│ │ ├── char.m
│ │ ├── children.m
│ │ ├── Contents.m
│ │ ├── convert.m
│ │ ├── copy.m
│ │ ├── delete.m
│ │ ├── display.m
│ │ ├── editor.m
│ │ ├── find.m
│ │ ├── flush.m
│ │ ├── getfilename.m
│ │ ├── get.m
│ │ ├── isfield.m
│ │ ├── length.m
│ │ ├── move.m
│ │ ├── parent.m
│ │ ├── private
│ │ │ ├── xml_findstr.c
│ │ │ ├── xml_findstr.m
│ │ │ ├── xml_findstr.mexa64
│ │ │ ├── xml_findstr.mexglx
│ │ │ ├── xml_findstr.mexmaci64
│ │ │ ├── xml_findstr.mexw32
│ │ │ ├── xml_findstr.mexw64
│ │ │ └── xml_parser.m
│ │ ├── root.m
│ │ ├── save.m
│ │ ├── setfilename.m
│ │ ├── set.m
│ │ └── xmltree.m
│ ├── icasso
│ │ ├── cca.m
│ │ ├── centrotype.m
│ │ ├── clusterhull.m
│ │ ├── clusterquality.m
│ │ ├── clusterstat.m
│ │ ├── corrw.m
│ │ ├── hcluster.m
│ │ ├── icassoCluster.m
│ │ ├── icassoDendrogram.m
│ │ ├── icassoEst.m
│ │ ├── icassoExp.m
│ │ ├── icassoGet.m
│ │ ├── icassoGraph.m
│ │ ├── icassoIdx2Centrotype.m
│ │ ├── icasso.m
│ │ ├── icassoProjection.m
│ │ ├── icassoResult.m
│ │ ├── icassoRindex.m
│ │ ├── icassoShow.m
│ │ ├── icassoStability.m
│ │ ├── icassoStruct.m
│ │ ├── mmds.m
│ │ ├── parallelize.m
│ │ ├── processvarargin.m
│ │ ├── README_license.txt
│ │ ├── README.txt
│ │ ├── redscale.m
│ │ ├── reducesim.m
│ │ ├── rindex.m
│ │ ├── sammon.m
│ │ ├── signalplot.m
│ │ ├── sim2dis.m
│ │ ├── similaritygraph.m
│ │ ├── som_dendrogram.m
│ │ ├── som_grid.m
│ │ ├── som_linkage.m
│ │ ├── som_set.m
│ │ ├── sqrtsim2dis.m
│ │ └── vis_valuetype.m
│ ├── images
│ │ ├── README
│ │ └── rgb2hsv.m
│ ├── itab
│ │ ├── lcReadData.dll
│ │ └── lcReadHeader.dll
│ ├── mne
│ │ ├── coil_def.dat
│ │ ├── fiff_copy_tree.m
│ │ ├── fiff_define_constants.m
│ │ ├── fiff_dir_tree_find.m
│ │ ├── fiff_end_block.m
│ │ ├── fiff_end_file.m
│ │ ├── fiff_find_evoked.m
│ │ ├── fiff_finish_writing_raw.m
│ │ ├── fiff_invert_transform.m
│ │ ├── fiff_list_dir_tree.m
│ │ ├── fiff_make_dir_tree.m
│ │ ├── fiff_open.m
│ │ ├── fiff_pick_channels_evoked.m
│ │ ├── fiff_pick_channels.m
│ │ ├── fiff_pick_info.m
│ │ ├── fiff_pick_types_evoked.m
│ │ ├── fiff_pick_types.m
│ │ ├── fiff_read_bad_channels.m
│ │ ├── fiff_read_coord_trans.m
│ │ ├── fiff_read_ctf_comp.m
│ │ ├── fiff_read_epochs.m
│ │ ├── fiff_read_events.m
│ │ ├── fiff_read_evoked_all.m
│ │ ├── fiff_read_evoked.m
│ │ ├── fiff_read_meas_info.m
│ │ ├── fiff_read_mri.m
│ │ ├── fiff_read_named_matrix.m
│ │ ├── fiff_read_proj.m
│ │ ├── fiff_read_raw_segment.m
│ │ ├── fiff_read_raw_segment_times.m
│ │ ├── fiff_read_tag_info.m
│ │ ├── fiff_read_tag.m
│ │ ├── fiff_reset_ch_pos.m
│ │ ├── fiff_setup_read_raw.m
│ │ ├── fiff_split_name_list.m
│ │ ├── fiff_start_block.m
│ │ ├── fiff_start_file.m
│ │ ├── fiff_start_writing_raw.m
│ │ ├── fiff_transform_eeg_chs.m
│ │ ├── fiff_transform_meg_chs.m
│ │ ├── fiff_write_ch_info.m
│ │ ├── fiff_write_complex.m
│ │ ├── fiff_write_complex_matrix.m
│ │ ├── fiff_write_coord_trans.m
│ │ ├── fiff_write_ctf_comp.m
│ │ ├── fiff_write_dau16.m
│ │ ├── fiff_write_dig_file.m
│ │ ├── fiff_write_dig_point.m
│ │ ├── fiff_write_double_complex.m
│ │ ├── fiff_write_double_complex_matrix.m
│ │ ├── fiff_write_double.m
│ │ ├── fiff_write_double_matrix.m
│ │ ├── fiff_write_evoked.m
│ │ ├── fiff_write_float.m
│ │ ├── fiff_write_float_matrix.m
│ │ ├── fiff_write_float_sparse_ccs.m
│ │ ├── fiff_write_float_sparse_rcs.m
│ │ ├── fiff_write_id.m
│ │ ├── fiff_write_int.m
│ │ ├── fiff_write_int_matrix.m
│ │ ├── fiff_write_named_matrix.m
│ │ ├── fiff_write_name_list.m
│ │ ├── fiff_write_proj.m
│ │ ├── fiff_write_raw_buffer.m
│ │ ├── fiff_write_raw_segment.m
│ │ ├── fiff_write_raw_segment_times.m
│ │ ├── fiff_write_short.m
│ │ ├── fiff_write_string.m
│ │ ├── LICENSE.txt
│ │ ├── mne_add_coil_defs.m
│ │ ├── mne_block_diag.m
│ │ ├── mne_combine_xyz.m
│ │ ├── mne_compensate_to.m
│ │ ├── mne_ex_average_epochs.m
│ │ ├── mne_ex_cancel_noise.m
│ │ ├── mne_ex_compute_inverse.m
│ │ ├── mne_ex_data_sets.m
│ │ ├── mne_ex_evoked_grad_amp.m
│ │ ├── mne_ex_read_epochs.m
│ │ ├── mne_ex_read_evoked.m
│ │ ├── mne_ex_read_raw.m
│ │ ├── mne_ex_read_write_raw.m
│ │ ├── mne_ex_rt.m
│ │ ├── mne_file_name.m
│ │ ├── mne_find_channel.m
│ │ ├── mne_find_source_space_hemi.m
│ │ ├── mne_fread3.m
│ │ ├── mne_fwrite3.m
│ │ ├── mne_get_current_comp.m
│ │ ├── mne_label_time_courses.m
│ │ ├── mne_license.m
│ │ ├── mne_load_coil_def.m
│ │ ├── mne_make_combined_event_file.m
│ │ ├── mne_make_compensator.m
│ │ ├── mne_make_projector_info.m
│ │ ├── mne_make_projector.m
│ │ ├── mne_mesh_edges.m
│ │ ├── mne_morph_data.m
│ │ ├── mne_omit_first_line.m
│ │ ├── mne_patch_info.m
│ │ ├── mne_pick_channels_cov.m
│ │ ├── mne_pick_channels_forward.m
│ │ ├── mne_prepare_inverse_operator.m
│ │ ├── mne_read_bem_surfaces.m
│ │ ├── mne_read_cov.m
│ │ ├── mne_read_curvature.m
│ │ ├── mne_read_epoch.m
│ │ ├── mne_read_events.m
│ │ ├── mne_read_forward_solution.m
│ │ ├── mne_read_inverse_operator.m
│ │ ├── mne_read_label_file.m
│ │ ├── mne_read_morph_map.m
│ │ ├── mne_read_noise_cov.m
│ │ ├── mne_read_source_spaces.m
│ │ ├── mne_read_stc_file1.m
│ │ ├── mne_read_stc_file.m
│ │ ├── mne_read_surface.m
│ │ ├── mne_read_surfaces.m
│ │ ├── mne_read_w_file1.m
│ │ ├── mne_read_w_file.m
│ │ ├── mne_reduce_surface.m
│ │ ├── mne_rt_buffer_reader.class
│ │ ├── mne_rt_buffer_reader.java
│ │ ├── mne_rt_client.m
│ │ ├── mne_rt_cmd_client.m
│ │ ├── mne_rt_data_client.m
│ │ ├── mne_rt_define_commands.m
│ │ ├── mne_set_current_comp.m
│ │ ├── mne_source_spectral_analysis.m
│ │ ├── mne_transform_coordinates.m
│ │ ├── mne_transform_source_space_to.m
│ │ ├── mne_transpose_named_matrix.m
│ │ ├── mne_write_cov_file.m
│ │ ├── mne_write_cov.m
│ │ ├── mne_write_events.m
│ │ ├── mne_write_inverse_sol_stc.m
│ │ ├── mne_write_inverse_sol_w.m
│ │ ├── mne_write_label_file.m
│ │ ├── mne_write_stc_file1.m
│ │ ├── mne_write_stc_file.m
│ │ ├── mne_write_surface.m
│ │ ├── mne_write_w_file1.m
│ │ └── mne_write_w_file.m
│ ├── netcdf
│ │ ├── LICENSE
│ │ └── netcdf.m
│ ├── neurone
│ │ ├── EEGLAB Plug-In Instructions 1.0.3.4.pdf
│ │ ├── eegplugin_neurone.m
│ │ ├── guireadneurone.fig
│ │ ├── guireadneurone.m
│ │ ├── mega_gradient_edit.png
│ │ ├── module_read_neurone_xml.m
│ │ ├── neurone_logo.png
│ │ ├── pop_readneurone.m
│ │ ├── readneuronedata.m
│ │ ├── readneuroneevents.m
│ │ ├── readneurone.m
│ │ └── Version History.txt
│ ├── neuroscope
│ │ ├── LoadBinary.m
│ │ ├── LoadEvents.m
│ │ ├── LoadParameters.m
│ │ ├── LoadPositions.m
│ │ ├── LoadSpikeAmplitudes.m
│ │ ├── LoadSpikeFeatures.m
│ │ ├── LoadSpikeTimes.m
│ │ ├── LoadSpikeWaveforms.m
│ │ └── private
│ │ ├── Contents.m
│ │ ├── isdmatrix.m
│ │ ├── isdscalar.m
│ │ ├── isdvector.m
│ │ ├── isimatrix.m
│ │ ├── isiscalar.m
│ │ ├── isivector.m
│ │ ├── islmatrix.m
│ │ ├── islscalar.m
│ │ ├── islvector.m
│ │ ├── isradians.m
│ │ ├── isstring.m
│ │ └── wrap.m
│ ├── neuroshare
│ │ ├── libraries
│ │ │ ├── nevlib
│ │ │ │ ├── msvcp71.dll
│ │ │ │ ├── msvcr71.dll
│ │ │ │ └── nsNEVLibrary.dll
│ │ │ └── plexon
│ │ │ ├── nsPlxLibrary.dll
│ │ │ └── PlexonNeuroshare.txt
│ │ ├── mexprog.dll
│ │ ├── neuroshare_ExampleAnalog.m
│ │ ├── neuroshare_Example.m
│ │ ├── ns_CloseFile.m
│ │ ├── ns_GetAnalogData.m
│ │ ├── ns_GetAnalogInfo.m
│ │ ├── ns_GetEntityInfo.m
│ │ ├── ns_GetEventData.m
│ │ ├── ns_GetEventInfo.m
│ │ ├── ns_GetFileInfo.m
│ │ ├── ns_GetIndexByTime.m
│ │ ├── ns_GetLastErrorMsg.m
│ │ ├── ns_GetLibraryInfo.m
│ │ ├── ns_GetNeuralData.m
│ │ ├── ns_GetNeuralInfo.m
│ │ ├── ns_GetSegmentData.m
│ │ ├── ns_GetSegmentInfo.m
│ │ ├── ns_GetSegmentSourceInfo.m
│ │ ├── ns_GetTimeByIndex.m
│ │ ├── ns_OpenFile.m
│ │ ├── ns_SetLibrary.m
│ │ └── readme.txt
│ ├── openmeeg
│ │ ├── COPYING
│ │ ├── icosahedron162.m
│ │ ├── icosahedron42.m
│ │ ├── icosahedron642.m
│ │ ├── icosahedron.m
│ │ ├── LICENSE
│ │ ├── om_checkombin.m
│ │ ├── om_check_vol.m
│ │ ├── om_getgccversion.m
│ │ ├── om_load_full.m
│ │ ├── om_load_sparse.m
│ │ ├── om_load_sym.m
│ │ ├── om_normals.m
│ │ ├── om_save_full.m
│ │ ├── om_save_sparse.m
│ │ ├── om_save_sym.m
│ │ ├── om_save_tri.m
│ │ ├── om_spher_mag_iso.m
│ │ ├── om_spher_pot_aniso.m
│ │ ├── om_spher_pot_iso.m
│ │ ├── om_vangle.m
│ │ ├── om_write_cond.m
│ │ ├── om_write_geom.m
│ │ ├── openmeeg_dsm.m
│ │ ├── openmeeg_eeg_leadfield_example.m
│ │ ├── openmeeg_helper.m
│ │ ├── openmeeg_io_matlab_test.m
│ │ ├── openmeeg_license.m
│ │ ├── openmeeg.m
│ │ ├── openmeeg_meg_leadfield_example.m
│ │ ├── openmeeg_megm.m
│ │ ├── private
│ │ │ ├── bounding_mesh.m
│ │ │ ├── find_innermost_boundary.m
│ │ │ ├── find_outermost_boundary.m
│ │ │ ├── normals.m
│ │ │ ├── refine.m
│ │ │ ├── solid_angle.m
│ │ │ ├── solid_angle.mexa64
│ │ │ ├── solid_angle.mexglx
│ │ │ ├── solid_angle.mexmac
│ │ │ ├── solid_angle.mexmaci
│ │ │ ├── solid_angle.mexmaci64
│ │ │ ├── solid_angle.mexw32
│ │ │ └── solid_angle.mexw64
│ │ ├── README
│ │ └── testOpenMEEGeeg.m
│ ├── plot2svg
│ │ ├── license.txt
│ │ ├── plot2svg.m
│ │ ├── readme.txt
│ │ ├── simulink2svg.m
│ │ ├── svgBoundingBox.m
│ │ ├── svgComposite.m
│ │ ├── svgGaussianBlur.m
│ │ ├── svgImage.m
│ │ ├── svgLuminanceToAlpha.m
│ │ ├── svgOffset.m
│ │ ├── svgSpecularLightingDistant.m
│ │ └── svgTurbulence.m
│ ├── README
│ ├── signal
│ │ ├── barthannwin.m
│ │ ├── blackmanharris.m
│ │ ├── bohmanwin.m
│ │ ├── boxcar.m
│ │ ├── butter.m
│ │ ├── dpss_hack
│ │ │ ├── dpss.m
│ │ │ ├── precompute_dpss.m
│ │ │ └── README
│ │ ├── filtfilt.m
│ │ ├── flattopwin.m
│ │ ├── gausswin.m
│ │ ├── hanning.m
│ │ ├── hann.m
│ │ ├── hilbert.m
│ │ ├── kaiser.m
│ │ ├── nuttallwin.m
│ │ ├── parzenwin.m
│ │ ├── private
│ │ │ ├── bilinear.m
│ │ │ ├── postpad.m
│ │ │ └── sftrans.m
│ │ ├── README
│ │ ├── rectwin.m
│ │ ├── triang.m
│ │ ├── tukeywin.m
│ │ └── window.m
│ ├── spm8
│ │ ├── Contents.m
│ │ ├── @file_array
│ │ │ ├── cat.m
│ │ │ ├── Contents.m
│ │ │ ├── ctranspose.m
│ │ │ ├── display.m
│ │ │ ├── disp.m
│ │ │ ├── double.m
│ │ │ ├── end.m
│ │ │ ├── fieldnames.m
│ │ │ ├── file_array.m
│ │ │ ├── horzcat.m
│ │ │ ├── isnan.m
│ │ │ ├── length.m
│ │ │ ├── loadobj.m
│ │ │ ├── ndims.m
│ │ │ ├── numel.m
│ │ │ ├── numeric.m
│ │ │ ├── permute.m
│ │ │ ├── private
│ │ │ │ ├── datatypes.m
│ │ │ │ ├── dim.m
│ │ │ │ ├── dtype.m
│ │ │ │ ├── file2mat.m
│ │ │ │ ├── file2mat.mexa64
│ │ │ │ ├── file2mat.mexglx
│ │ │ │ ├── file2mat.mexmaci
│ │ │ │ ├── file2mat.mexmaci64
│ │ │ │ ├── file2mat.mexw32
│ │ │ │ ├── file2mat.mexw64
│ │ │ │ ├── fname.m
│ │ │ │ ├── mat2file.m
│ │ │ │ ├── mat2file.mexa64
│ │ │ │ ├── mat2file.mexglx
│ │ │ │ ├── mat2file.mexmaci
│ │ │ │ ├── mat2file.mexmaci64
│ │ │ │ ├── mat2file.mexw32
│ │ │ │ ├── mat2file.mexw64
│ │ │ │ ├── mystruct.m
│ │ │ │ ├── offset.m
│ │ │ │ ├── permission.m
│ │ │ │ ├── resize_scales.m
│ │ │ │ ├── scl_inter.m
│ │ │ │ └── scl_slope.m
│ │ │ ├── privatedim.m
│ │ │ ├── privatedtype.m
│ │ │ ├── privatefname.m
│ │ │ ├── privateoffset.m
│ │ │ ├── privatepermission.m
│ │ │ ├── privatescl_inter.m
│ │ │ ├── privatescl_slope.m
│ │ │ ├── reshape.m
│ │ │ ├── size.m
│ │ │ ├── subsasgn.m
│ │ │ ├── subsref.m
│ │ │ ├── transpose.m
│ │ │ └── vertcat.m
│ │ ├── file_array.m
│ │ ├── matlabbatch
│ │ │ └── cfg_getfile.m
│ │ ├── @meeg
│ │ │ ├── badchannels.m
│ │ │ ├── badtrials.m
│ │ │ ├── cache.m
│ │ │ ├── chanlabels.m
│ │ │ ├── chantype.m
│ │ │ ├── check.m
│ │ │ ├── clone.m
│ │ │ ├── conditions.m
│ │ │ ├── condlist.m
│ │ │ ├── Contents.m
│ │ │ ├── coor2D.m
│ │ │ ├── delete.m
│ │ │ ├── display.m
│ │ │ ├── dtype.m
│ │ │ ├── ecgchannels.m
│ │ │ ├── emgchannels.m
│ │ │ ├── eogchannels.m
│ │ │ ├── events.m
│ │ │ ├── fiducials.m
│ │ │ ├── fieldnames.m
│ │ │ ├── fnamedat.m
│ │ │ ├── fname.m
│ │ │ ├── frequencies.m
│ │ │ ├── fsample.m
│ │ │ ├── ftraw.m
│ │ │ ├── fttimelock.m
│ │ │ ├── getcache.m
│ │ │ ├── getfield.m
│ │ │ ├── history.m
│ │ │ ├── indchannel.m
│ │ │ ├── indchantype.m
│ │ │ ├── indfrequency.m
│ │ │ ├── indsample.m
│ │ │ ├── indtrial.m
│ │ │ ├── isfield.m
│ │ │ ├── meegchannels.m
│ │ │ ├── meeg.m
│ │ │ ├── modality.m
│ │ │ ├── nchannels.m
│ │ │ ├── nconditions.m
│ │ │ ├── nfrequencies.m
│ │ │ ├── nsamples.m
│ │ │ ├── ntrials.m
│ │ │ ├── path.m
│ │ │ ├── pickconditions.m
│ │ │ ├── private
│ │ │ │ ├── checkmeeg.m
│ │ │ │ ├── getset.m
│ │ │ │ └── match_str.m
│ │ │ ├── putfsample.m
│ │ │ ├── putnsamples.m
│ │ │ ├── reject.m
│ │ │ ├── repl.m
│ │ │ ├── rmfield.m
│ │ │ ├── save.m
│ │ │ ├── sconfounds.m
│ │ │ ├── selectchannels.m
│ │ │ ├── selectdata.m
│ │ │ ├── sensors.m
│ │ │ ├── size.m
│ │ │ ├── subsasgn.m
│ │ │ ├── subsref.m
│ │ │ ├── time.m
│ │ │ ├── timeonset.m
│ │ │ ├── transformtype.m
│ │ │ ├── trialonset.m
│ │ │ ├── type.m
│ │ │ └── units.m
│ │ ├── @nifti
│ │ │ ├── Contents.m
│ │ │ ├── create.m
│ │ │ ├── display.m
│ │ │ ├── disp.m
│ │ │ ├── fieldnames.m
│ │ │ ├── nifti.m
│ │ │ ├── private
│ │ │ │ ├── decode_qform0.m
│ │ │ │ ├── empty_hdr.m
│ │ │ │ ├── encode_qform0.m
│ │ │ │ ├── findindict.m
│ │ │ │ ├── getdict.m
│ │ │ │ ├── M2Q.m
│ │ │ │ ├── mayo2nifti1.m
│ │ │ │ ├── mayostruc.m
│ │ │ │ ├── nifti1.h
│ │ │ │ ├── nifti_stats.c
│ │ │ │ ├── nifti_stats.m
│ │ │ │ ├── nifti_stats_mex.c
│ │ │ │ ├── niftistruc.m
│ │ │ │ ├── Q2M.m
│ │ │ │ ├── read_extras.m
│ │ │ │ ├── read_hdr.m
│ │ │ │ ├── read_hdr_raw.m
│ │ │ │ ├── write_extras.m
│ │ │ │ └── write_hdr_raw.m
│ │ │ ├── privateencode_qform0.m
│ │ │ ├── privatemayo2nifti1.m
│ │ │ ├── privateniftistruc.m
│ │ │ ├── privateread_extras.m
│ │ │ ├── privateread_hdr.m
│ │ │ ├── structn.m
│ │ │ ├── subsasgn.m
│ │ │ └── subsref.m
│ │ ├── nifti.m
│ │ ├── spm_affreg.m
│ │ ├── spm_brainwarp.m
│ │ ├── spm_brainwarp.mexa64
│ │ ├── spm_brainwarp.mexglx
│ │ ├── spm_brainwarp.mexmaci
│ │ ├── spm_brainwarp.mexmaci64
│ │ ├── spm_brainwarp.mexw32
│ │ ├── spm_brainwarp.mexw64
│ │ ├── spm_bsplinc.mexa64
│ │ ├── spm_bsplinc.mexglx
│ │ ├── spm_bsplinc.mexmaci
│ │ ├── spm_bsplinc.mexmaci64
│ │ ├── spm_bsplinc.mexw32
│ │ ├── spm_bsplinc.mexw64
│ │ ├── spm_bsplins.mexa64
│ │ ├── spm_bsplins.mexglx
│ │ ├── spm_bsplins.mexmaci
│ │ ├── spm_bsplins.mexmaci64
│ │ ├── spm_bsplins.mexw32
│ │ ├── spm_bsplins.mexw64
│ │ ├── spm_bwlabel.m
│ │ ├── spm_bwlabel.mexa64
│ │ ├── spm_bwlabel.mexglx
│ │ ├── spm_bwlabel.mexmaci
│ │ ├── spm_bwlabel.mexmaci64
│ │ ├── spm_bwlabel.mexw32
│ │ ├── spm_bwlabel.mexw64
│ │ ├── spm_check_installation.m
│ │ ├── spm_check_orientations.m
│ │ ├── spm_chi2_plot.m
│ │ ├── spm_conman.m
│ │ ├── spm_conv_vol.mexa64
│ │ ├── spm_conv_vol.mexglx
│ │ ├── spm_conv_vol.mexmaci
│ │ ├── spm_conv_vol.mexmaci64
│ │ ├── spm_conv_vol.mexw32
│ │ ├── spm_conv_vol.mexw64
│ │ ├── spm_create_vol.m
│ │ ├── spm_dctmtx.m
│ │ ├── spm_defaults.m
│ │ ├── spm_eeg_inv_vbecd_disp.m
│ │ ├── spm_eeg_load.m
│ │ ├── spm_existfile.mexa64
│ │ ├── spm_existfile.mexglx
│ │ ├── spm_existfile.mexmaci
│ │ ├── spm_existfile.mexmaci64
│ │ ├── spm_existfile.mexw32
│ │ ├── spm_existfile.mexw64
│ │ ├── spm_figure.m
│ │ ├── spm_fileparts.m
│ │ ├── spm_flip_analyze_images.m
│ │ ├── spm_get_defaults.m
│ │ ├── spm_getSPM.m
│ │ ├── spm_global.mexa64
│ │ ├── spm_global.mexglx
│ │ ├── spm_global.mexmaci
│ │ ├── spm_global.mexmaci64
│ │ ├── spm_global.mexw32
│ │ ├── spm_global.mexw64
│ │ ├── spm_help.m
│ │ ├── spm_hist.mexa64
│ │ ├── spm_hist.mexglx
│ │ ├── spm_hist.mexmaci
│ │ ├── spm_hist.mexmaci64
│ │ ├── spm_hist.mexw32
│ │ ├── spm_hist.mexw64
│ │ ├── spm_imatrix.m
│ │ ├── spm_input.m
│ │ ├── spm_invdef.mexa64
│ │ ├── spm_invdef.mexglx
│ │ ├── spm_invdef.mexmaci
│ │ ├── spm_invdef.mexmaci64
│ │ ├── spm_invdef.mexw32
│ │ ├── spm_invdef.mexw64
│ │ ├── spm_jobman.m
│ │ ├── spm_krutil.mexa64
│ │ ├── spm_krutil.mexglx
│ │ ├── spm_krutil.mexmaci
│ │ ├── spm_krutil.mexmaci64
│ │ ├── spm_krutil.mexw32
│ │ ├── spm_krutil.mexw64
│ │ ├── spm_load_priors.m
│ │ ├── spm.m
│ │ ├── spm_maff.m
│ │ ├── spm_matlab_version_chk.m
│ │ ├── spm_matrix.m
│ │ ├── spm_minmax.m
│ │ ├── spm_normalise_disp.m
│ │ ├── spm_normalise.m
│ │ ├── spm_orthviews.m
│ │ ├── spm_platform.m
│ │ ├── spm_prep2sn.m
│ │ ├── spm_preproc.m
│ │ ├── spm_preproc_write.m
│ │ ├── spm_print.m
│ │ ├── spm_progress_bar.m
│ │ ├── spm_read_vols.m
│ │ ├── spm_sample_priors.m
│ │ ├── spm_sample_vol.mexa64
│ │ ├── spm_sample_vol.mexglx
│ │ ├── spm_sample_vol.mexmaci
│ │ ├── spm_sample_vol.mexmaci64
│ │ ├── spm_sample_vol.mexw32
│ │ ├── spm_sample_vol.mexw64
│ │ ├── spm_select.m
│ │ ├── spm_slice_vol.mexa64
│ │ ├── spm_slice_vol.mexglx
│ │ ├── spm_slice_vol.mexmaci
│ │ ├── spm_slice_vol.mexmaci64
│ │ ├── spm_slice_vol.mexw32
│ │ ├── spm_slice_vol.mexw64
│ │ ├── spm_smoothkern.m
│ │ ├── spm_smooth.m
│ │ ├── spm_smoothto8bit.m
│ │ ├── spm_str_manip.m
│ │ ├── spm_type.m
│ │ ├── spm_unlink.mexa64
│ │ ├── spm_unlink.mexglx
│ │ ├── spm_unlink.mexmaci
│ │ ├── spm_unlink.mexmaci64
│ │ ├── spm_unlink.mexw32
│ │ ├── spm_unlink.mexw64
│ │ ├── spm_vol.m
│ │ ├── spm_vol_nifti.m
│ │ ├── spm_write_plane.m
│ │ ├── spm_write_sn.m
│ │ ├── spm_write_vol.m
│ │ ├── spm_XYZreg.m
│ │ ├── src
│ │ │ ├── spm_bsplinc.c
│ │ │ ├── spm_bsplins.c
│ │ │ ├── spm_bwlabel.c
│ │ │ ├── spm_conv_vol.c
│ │ │ ├── spm_existfile.c
│ │ │ ├── spm_getdata.c
│ │ │ ├── spm_getdata.h
│ │ │ ├── spm_global.c
│ │ │ ├── spm_hist.c
│ │ │ ├── spm_invdef.c
│ │ │ ├── spm_krutil.c
│ │ │ ├── spm_mapping.c
│ │ │ ├── spm_mapping.h
│ │ │ ├── spm_sample_vol.c
│ │ │ ├── spm_slice_vol.c
│ │ │ ├── spm_unlink.c
│ │ │ ├── spm_vol_access.c
│ │ │ └── spm_vol_access.h
│ │ ├── templates
│ │ │ └── T1.nii
│ │ └── tpm
│ │ ├── csf.nii
│ │ ├── grey.nii
│ │ └── white.nii
│ ├── stats
│ │ ├── betacdf.m
│ │ ├── betainv.m
│ │ ├── betapdf.m
│ │ ├── binocdf.m
│ │ ├── binopdf.m
│ │ ├── common_size.m
│ │ ├── finv.m
│ │ ├── iscomplex.m
│ │ ├── lgamma.m
│ │ ├── nanmean.m
│ │ ├── nanmean.mexa64
│ │ ├── nanmean.mexmaci
│ │ ├── nanmean.mexmaci64
│ │ ├── nanmean.mexw32
│ │ ├── nanmean.mexw64
│ │ ├── nanstd.m
│ │ ├── nanstd.mexa64
│ │ ├── nanstd.mexmaci
│ │ ├── nanstd.mexmaci64
│ │ ├── nanstd.mexw32
│ │ ├── nanstd.mexw64
│ │ ├── nansum.m
│ │ ├── nansum.mexa64
│ │ ├── nansum.mexmaci
│ │ ├── nansum.mexmaci64
│ │ ├── nansum.mexw32
│ │ ├── nansum.mexw64
│ │ ├── nanvar.m
│ │ ├── nanvar.mexa64
│ │ ├── nanvar.mexmaci
│ │ ├── nanvar.mexmaci64
│ │ ├── nanvar.mexw32
│ │ ├── nanvar.mexw64
│ │ ├── private
│ │ │ └── size_equal.m
│ │ ├── range.m
│ │ ├── README
│ │ ├── tcdf.m
│ │ └── tinv.m
│ ├── vgrid
│ │ ├── bin
│ │ │ ├── glnxa64
│ │ │ │ └── vgrid
│ │ │ └── maci64
│ │ │ └── vgrid
│ │ ├── ChangeLog
│ │ ├── COPYING
│ │ ├── include
│ │ │ ├── generateGrid.h
│ │ │ ├── generateGrid-util.h
│ │ │ ├── marching-tets.h
│ │ │ ├── materialDB.h
│ │ │ ├── mesh.h
│ │ │ ├── pre-post-conditions.h
│ │ │ ├── primitive.h
│ │ │ └── vec3.h
│ │ ├── INSTALL
│ │ ├── Makefile
│ │ ├── program
│ │ │ ├── Makefile
│ │ │ ├── vgrid.C
│ │ │ └── vgrid.man
│ │ ├── README
│ │ ├── README.ascii-format
│ │ ├── src
│ │ │ ├── generateGrid.C
│ │ │ ├── Makefile
│ │ │ ├── marching-tets.C
│ │ │ ├── materialDB.C
│ │ │ ├── mesh.C
│ │ │ └── trilinear.C
│ │ ├── VERSION
│ │ ├── vgrid.m
│ │ └── vista
│ │ ├── include
│ │ │ └── vista.h
│ │ ├── Makefile
│ │ └── src
│ │ ├── attr.c
│ │ ├── basic.c
│ │ ├── binarize.c
│ │ ├── convert.c
│ │ ├── file.c
│ │ ├── graph.c
│ │ ├── image.c
│ │ ├── Makefile
│ │ └── option.c
│ ├── videomeg
│ │ ├── comp_tstamps.m
│ │ ├── LICENSE
│ │ ├── load_audio0123.m
│ │ ├── load_video123.m
│ │ ├── README.md
│ │ └── VERSION
│ ├── wavefront
│ │ ├── license.txt
│ │ ├── read_wobj.m
│ │ ├── VERSION
│ │ └── write_wobj.m
│ ├── xml4mat
│ │ ├── consolidateall.m
│ │ ├── consolidate.m
│ │ ├── file2str.m
│ │ ├── license.txt
│ │ ├── mat2xml.m
│ │ ├── mbmling.m
│ │ ├── README
│ │ ├── simplify_mbml.m
│ │ ├── spcharin.m
│ │ ├── spcharout.m
│ │ ├── tag2eval.m
│ │ ├── xml2cell.m
│ │ ├── xml2mat.m
│ │ ├── xml2struct.m
│ │ └── xml2whos.m
│ └── yokogawa_meg_reader
│ ├── Contents.m
│ ├── GetSqf.p
│ ├── getYkgwData.m
│ ├── getYkgwData.p
│ ├── getYkgwHdrAcqCond.m
│ ├── getYkgwHdrAcqCond.p
│ ├── getYkgwHdrBookmark.m
│ ├── getYkgwHdrBookmark.p
│ ├── getYkgwHdrChannel.m
│ ├── getYkgwHdrChannel.p
│ ├── getYkgwHdrCoregist.m
│ ├── getYkgwHdrCoregist.p
│ ├── getYkgwHdrDigitize.m
│ ├── getYkgwHdrDigitize.p
│ ├── getYkgwHdrEvent.m
│ ├── getYkgwHdrEvent.p
│ ├── getYkgwHdrSource.m
│ ├── getYkgwHdrSource.p
│ ├── getYkgwHdrSubject.m
│ ├── getYkgwHdrSubject.p
│ ├── getYkgwHdrSystem.m
│ ├── getYkgwHdrSystem.p
│ ├── getYkgwMriHdr.m
│ ├── getYkgwMriHdr.p
│ ├── getYkgwVersion.m
│ ├── getYkgwVersion.p
│ └── YokogawaMEGReaderToolbox_1.4_specifications.pdf
├── fieldtrip2besa.m
├── fieldtrip2ctf.m
├── fieldtrip2fiff.m
├── fieldtrip2spss.m
├── fileio
│ ├── COPYING
│ ├── ft_chantype.m
│ ├── ft_chanunit.m
│ ├── ft_create_buffer.m
│ ├── ft_destroy_buffer.m
│ ├── ft_filetype.m
│ ├── ft_filter_event.m
│ ├── ft_flush_data.m
│ ├── ft_flush_event.m
│ ├── ft_flush_header.m
│ ├── ft_poll_buffer.m
│ ├── ft_read_atlas.m
│ ├── ft_read_cifti.m
│ ├── ft_read_data.m
│ ├── ft_read_event.m
│ ├── ft_read_header.m
│ ├── ft_read_headshape.m
│ ├── ft_read_mri.m
│ ├── ft_read_sens.m
│ ├── ft_read_spike.m
│ ├── ft_read_vol.m
│ ├── ft_write_cifti.m
│ ├── ft_write_data.m
│ ├── ft_write_event.m
│ ├── ft_write_headshape.m
│ ├── ft_write_mri.m
│ ├── ft_write_spike.m
│ ├── matlablt2010b
│ │ └── @uint64
│ │ ├── abs.c
│ │ ├── abs.m
│ │ ├── abs.mexa64
│ │ ├── abs.mexglx
│ │ ├── abs.mexmaci
│ │ ├── abs.mexmaci64
│ │ ├── abs.mexw32
│ │ ├── abs.mexw64
│ │ ├── all.m
│ │ ├── any.m
│ │ ├── compile_uint64.m
│ │ ├── diff.m
│ │ ├── max.c
│ │ ├── max.m
│ │ ├── max.mexa64
│ │ ├── max.mexglx
│ │ ├── max.mexmac
│ │ ├── max.mexmaci
│ │ ├── max.mexmaci64
│ │ ├── max.mexw32
│ │ ├── max.mexw64
│ │ ├── min.c
│ │ ├── min.m
│ │ ├── min.mexa64
│ │ ├── min.mexglx
│ │ ├── min.mexmac
│ │ ├── min.mexmaci
│ │ ├── min.mexmaci64
│ │ ├── min.mexw32
│ │ ├── min.mexw64
│ │ ├── minus.c
│ │ ├── minus.m
│ │ ├── minus.mexa64
│ │ ├── minus.mexglx
│ │ ├── minus.mexmac
│ │ ├── minus.mexmaci
│ │ ├── minus.mexmaci64
│ │ ├── minus.mexw32
│ │ ├── minus.mexw64
│ │ ├── plus.c
│ │ ├── plus.m
│ │ ├── plus.mexa64
│ │ ├── plus.mexglx
│ │ ├── plus.mexmac
│ │ ├── plus.mexmaci
│ │ ├── plus.mexmaci64
│ │ ├── plus.mexw32
│ │ ├── plus.mexw64
│ │ ├── rdivide.c
│ │ ├── rdivide.m
│ │ ├── rdivide.mexa64
│ │ ├── rdivide.mexglx
│ │ ├── rdivide.mexmac
│ │ ├── rdivide.mexmaci
│ │ ├── rdivide.mexmaci64
│ │ ├── rdivide.mexw32
│ │ ├── rdivide.mexw64
│ │ ├── test.m
│ │ ├── times.c
│ │ ├── times.m
│ │ ├── times.mexa64
│ │ ├── times.mexglx
│ │ ├── times.mexmac
│ │ ├── times.mexmaci
│ │ ├── times.mexmaci64
│ │ ├── times.mexw32
│ │ └── times.mexw64
│ ├── private
│ │ ├── add_mex_source.m
│ │ ├── ama2vol.m
│ │ ├── appendevent.m
│ │ ├── avw_hdr_read.m
│ │ ├── avw_img_read.m
│ │ ├── bigendian.m
│ │ ├── bounding_mesh.m
│ │ ├── bti2grad.m
│ │ ├── buffer.mexa64
│ │ ├── buffer.mexglx
│ │ ├── buffer.mexmac
│ │ ├── buffer.mexmaci
│ │ ├── buffer.mexmaci64
│ │ ├── buffer.mexw32
│ │ ├── buffer.mexw64
│ │ ├── buffer_wait_dat.m
│ │ ├── channelposition.m
│ │ ├── compile_mex_list.m
│ │ ├── cornerpoints.m
│ │ ├── cstructdecode.m
│ │ ├── ctf2grad.m
│ │ ├── dataset2files.m
│ │ ├── db_close.m
│ │ ├── db_insert_blob.m
│ │ ├── db_insert.m
│ │ ├── db_open.m
│ │ ├── db_select_blob.m
│ │ ├── db_select.m
│ │ ├── decode_fif.m
│ │ ├── decode_nifti1.m
│ │ ├── decode_res4.m
│ │ ├── dimlength.m
│ │ ├── elproj.m
│ │ ├── encode_nifti1.m
│ │ ├── fetch_url.m
│ │ ├── fif2grad.m
│ │ ├── fiff_open_le.m
│ │ ├── filetype_check_extension.m
│ │ ├── filetype_check_header.m
│ │ ├── filetype_check_uri.m
│ │ ├── find_outermost_boundary.m
│ │ ├── fixdimord.m
│ │ ├── fixinside.m
│ │ ├── fixname.m
│ │ ├── fixpos.m
│ │ ├── fixsampleinfo.m
│ │ ├── ft_apply_montage.m
│ │ ├── ft_checkdata.m
│ │ ├── ft_convert_units.m
│ │ ├── ft_datatype_comp.m
│ │ ├── ft_datatype_dip.m
│ │ ├── ft_datatype_freq.m
│ │ ├── ft_datatype_headmodel.m
│ │ ├── ft_datatype.m
│ │ ├── ft_datatype_mvar.m
│ │ ├── ft_datatype_raw.m
│ │ ├── ft_datatype_sens.m
│ │ ├── ft_datatype_source.m
│ │ ├── ft_datatype_spike.m
│ │ ├── ft_datatype_timelock.m
│ │ ├── ft_datatype_vol.m
│ │ ├── ft_estimate_units.m
│ │ ├── ft_fetch_data.m
│ │ ├── ft_fetch_header.m
│ │ ├── ft_findcfg.m
│ │ ├── ft_getopt.m
│ │ ├── ft_getopt.mexa64
│ │ ├── ft_getopt.mexglx
│ │ ├── ft_getopt.mexmaci
│ │ ├── ft_getopt.mexmaci64
│ │ ├── ft_getopt.mexw32
│ │ ├── ft_getopt.mexw64
│ │ ├── ft_hastoolbox.m
│ │ ├── ft_headcoordinates.m
│ │ ├── ft_platform_supports.m
│ │ ├── ft_progress.m
│ │ ├── ft_scalingfactor.m
│ │ ├── ft_senslabel.m
│ │ ├── ft_senstype.m
│ │ ├── ft_voltype.m
│ │ ├── ft_warning.m
│ │ ├── ft_warp_apply.m
│ │ ├── getdatfield.m
│ │ ├── getdimord.m
│ │ ├── getdimsiz.m
│ │ ├── getsubfield.m
│ │ ├── hasyokogawa.m
│ │ ├── inflate_file.m
│ │ ├── in_fopen_manscan.m
│ │ ├── in_fread_manscan.m
│ │ ├── inifile.m
│ │ ├── issubfield.m
│ │ ├── istrue.m
│ │ ├── itab2grad.m
│ │ ├── jaga16_packet.m
│ │ ├── keyval.m
│ │ ├── labelcmb2indx.m
│ │ ├── littleendian.m
│ │ ├── loadama.m
│ │ ├── loadvar.m
│ │ ├── match_str.m
│ │ ├── mne2grad.m
│ │ ├── mxDeserialize_c.mexa64
│ │ ├── mxDeserialize_c.mexglx
│ │ ├── mxDeserialize_c.mexmac
│ │ ├── mxDeserialize_c.mexmaci
│ │ ├── mxDeserialize_c.mexmaci64
│ │ ├── mxDeserialize_c.mexw32
│ │ ├── mxDeserialize_c.mexw64
│ │ ├── mxDeserialize_cpp.mexa64
│ │ ├── mxDeserialize_cpp.mexmaci64
│ │ ├── mxDeserialize_cpp.mexw32
│ │ ├── mxDeserialize.m
│ │ ├── mxSerialize_c.mexa64
│ │ ├── mxSerialize_c.mexglx
│ │ ├── mxSerialize_c.mexmac
│ │ ├── mxSerialize_c.mexmaci
│ │ ├── mxSerialize_c.mexmaci64
│ │ ├── mxSerialize_c.mexw32
│ │ ├── mxSerialize_c.mexw64
│ │ ├── mxSerialize_cpp.mexa64
│ │ ├── mxSerialize_cpp.mexmaci64
│ │ ├── mxSerialize_cpp.mexw32
│ │ ├── mxSerialize_cpp.mexw64
│ │ ├── mxSerialize.m
│ │ ├── ndgrid.m
│ │ ├── netmeg2grad.m
│ │ ├── neuralynx_crc.m
│ │ ├── neuralynx_getheader.m
│ │ ├── neuralynx_timestamp.m
│ │ ├── np_readdata.m
│ │ ├── np_readfileinfo.m
│ │ ├── np_readmarker.m
│ │ ├── np_read_splitted_fileinfo.m
│ │ ├── openbdf.m
│ │ ├── parameterselection.m
│ │ ├── plx_orig_header.m
│ │ ├── pos2dim3d.m
│ │ ├── pos2dim.m
│ │ ├── pos2transform.m
│ │ ├── pthreadGC2.dll
│ │ ├── pthreadGC2-w64.dll
│ │ ├── pthreadVC2.dll
│ │ ├── quaternion.m
│ │ ├── read_16bit.mexa64
│ │ ├── read_16bit.mexglx
│ │ ├── read_16bit.mexmaci
│ │ ├── read_16bit.mexmaci64
│ │ ├── read_16bit.mexw32
│ │ ├── read_16bit.mexw64
│ │ ├── read_24bit.mexa64
│ │ ├── read_24bit.mexglx
│ │ ├── read_24bit.mexmac
│ │ ├── read_24bit.mexmaci
│ │ ├── read_24bit.mexmaci64
│ │ ├── read_24bit.mexw32
│ │ ├── read_24bit.mexw64
│ │ ├── read_4d_hdr.m
│ │ ├── read_ah5_data.m
│ │ ├── read_ah5_markers.m
│ │ ├── read_ahdf5_hdr.m
│ │ ├── read_asa_bnd.m
│ │ ├── read_asa_dip.m
│ │ ├── read_asa_elc.m
│ │ ├── read_asa.m
│ │ ├── read_asa_mri.m
│ │ ├── read_asa_msr.m
│ │ ├── read_asa_vol.m
│ │ ├── readbdf.m
│ │ ├── read_besa_avr.m
│ │ ├── read_besa_besa.m
│ │ ├── read_besa_sfp.m
│ │ ├── read_besa_swf.m
│ │ ├── read_bham.m
│ │ ├── read_biff.m
│ │ ├── read_biosemi_bdf.m
│ │ ├── read_biosig_data.m
│ │ ├── read_biosig_header.m
│ │ ├── read_brainvision_eeg.m
│ │ ├── read_brainvision_pos.m
│ │ ├── read_brainvision_vhdr.m
│ │ ├── read_brainvision_vmrk.m
│ │ ├── read_bti_ascii.m
│ │ ├── read_bti_hs.m
│ │ ├── read_bti_m4d.m
│ │ ├── read_bucn_nirsdata.m
│ │ ├── read_bucn_nirsevent.m
│ │ ├── read_bucn_nirshdr.m
│ │ ├── read_buffer_offline_data.m
│ │ ├── read_buffer_offline_events.m
│ │ ├── read_buffer_offline_header.m
│ │ ├── read_bv_srf.m
│ │ ├── read_caret_spec.m
│ │ ├── read_ced_son.m
│ │ ├── read_combined_ds.m
│ │ ├── read_ctf_ascii.m
│ │ ├── read_ctf_cls.m
│ │ ├── read_ctf_coef.m
│ │ ├── read_ctf_dat.m
│ │ ├── read_ctf_hc.m
│ │ ├── read_ctf_hdm.m
│ │ ├── read_ctf_hist.m
│ │ ├── read_ctf_meg4.m
│ │ ├── read_ctf_mri4.m
│ │ ├── read_ctf_mri.m
│ │ ├── read_ctf_pos.m
│ │ ├── read_ctf_res4.m
│ │ ├── read_ctf_sens.m
│ │ ├── read_ctf_shape.m
│ │ ├── read_ctf_shm.m
│ │ ├── read_ctf_shm.mexglx
│ │ ├── read_ctf_svl.m
│ │ ├── read_ctf_trigger.m
│ │ ├── read_curry.m
│ │ ├── read_deymed_dat.m
│ │ ├── read_deymed_ini.m
│ │ ├── read_edf.m
│ │ ├── read_eeglabdata.m
│ │ ├── read_eeglabevent.m
│ │ ├── read_eeglabheader.m
│ │ ├── read_egis_data.m
│ │ ├── read_egis_header.m
│ │ ├── read_elec.m
│ │ ├── read_erplabdata.m
│ │ ├── read_erplabevent.m
│ │ ├── read_erplabheader.m
│ │ ├── read_eyelink_asc.m
│ │ ├── read_fcdc_trl.m
│ │ ├── ReadHeader.m
│ │ ├── read_itab_mhd.m
│ │ ├── readmarkerfile.m
│ │ ├── read_mat.m
│ │ ├── read_mclust_t.m
│ │ ├── read_mff_bin.m
│ │ ├── read_micromed_event.m
│ │ ├── read_micromed_trc.m
│ │ ├── read_mpi_dap.m
│ │ ├── read_mpi_ds.m
│ │ ├── read_nervus_data.m
│ │ ├── read_nervus_header.m
│ │ ├── read_neuralynx_bin.m
│ │ ├── read_neuralynx_cds.m
│ │ ├── read_neuralynx_dma.m
│ │ ├── read_neuralynx_ds.m
│ │ ├── read_neuralynx_ncs.m
│ │ ├── read_neuralynx_nev.m
│ │ ├── read_neuralynx_nse.m
│ │ ├── read_neuralynx_nst.m
│ │ ├── read_neuralynx_nts.m
│ │ ├── read_neuralynx_ntt.m
│ │ ├── read_neuralynx_sdma.m
│ │ ├── read_neuralynx_ttl.m
│ │ ├── read_neuromag_eve.m
│ │ ├── read_neuromag_hc.m
│ │ ├── read_neuroshare.m
│ │ ├── read_neurosim_evolution.m
│ │ ├── read_neurosim_signals.m
│ │ ├── read_neurosim_spikes.m
│ │ ├── read_nex_data.m
│ │ ├── read_nex_event.m
│ │ ├── read_nex_header.m
│ │ ├── read_nexstim_event.m
│ │ ├── read_nexstim_nxe.m
│ │ ├── read_nifti2_hdr.m
│ │ ├── read_nihonkohden_hdr.m
│ │ ├── read_nihonkohden_m00.m
│ │ ├── read_nimh_cortex.m
│ │ ├── read_nmc_archive_k_data.m
│ │ ├── read_nmc_archive_k_event.m
│ │ ├── read_nmc_archive_k_hdr.m
│ │ ├── read_ns_avg.m
│ │ ├── read_ns_eeg.m
│ │ ├── read_ns_hdr.m
│ │ ├── read_off.m
│ │ ├── read_plexon_ddt.m
│ │ ├── read_plexon_ds.m
│ │ ├── read_plexon_nex.m
│ │ ├── read_plexon_plx.m
│ │ ├── read_ply.m
│ │ ├── read_polhemus_fil.m
│ │ ├── read_sbin_data.m
│ │ ├── read_sbin_events.m
│ │ ├── read_sbin_header.m
│ │ ├── read_serial_event.m
│ │ ├── read_shm_data.m
│ │ ├── read_shm_event.m
│ │ ├── read_shm_header.m
│ │ ├── read_smi_txt.m
│ │ ├── read_spike6mat_data.m
│ │ ├── read_spike6mat_header.m
│ │ ├── read_spmeeg_data.m
│ │ ├── read_spmeeg_event.m
│ │ ├── read_spmeeg_header.m
│ │ ├── read_stl.m
│ │ ├── read_tdt_sev.m
│ │ ├── read_tdt_tbk.m
│ │ ├── read_tdt_tdx.m
│ │ ├── read_tdt_tev.m
│ │ ├── read_tdt_tsq.m
│ │ ├── read_tmsi_poly5.m
│ │ ├── read_tobii_tsv.m
│ │ ├── read_trigger.m
│ │ ├── read_videomeg_aud.m
│ │ ├── read_videomeg_vid.m
│ │ ├── read_vtk.m
│ │ ├── read_wdq_data.m
│ │ ├── read_wdq_header.m
│ │ ├── read_yokogawa_data.m
│ │ ├── read_yokogawa_data_new.m
│ │ ├── read_yokogawa_event.m
│ │ ├── read_yokogawa_header.m
│ │ ├── read_yokogawa_header_new.m
│ │ ├── read_zebris.m
│ │ ├── refine.m
│ │ ├── rfbevent.mexa64
│ │ ├── rfbevent.mexglx
│ │ ├── rfbevent.mexmac
│ │ ├── rfbevent.mexmaci
│ │ ├── rfbevent.mexmaci64
│ │ ├── rmsubfield.m
│ │ ├── rotate.m
│ │ ├── sap2matlab.mexa64
│ │ ├── sap2matlab.mexmaci64
│ │ ├── sap2matlab.mexw32
│ │ ├── setsubfield.m
│ │ ├── solid_angle.m
│ │ ├── solid_angle.mexa64
│ │ ├── surf_to_tetgen.m
│ │ ├── time2offset.m
│ │ ├── timestamp_neuralynx.m
│ │ ├── timestamp_plexon.m
│ │ ├── tokenize.m
│ │ ├── translate.m
│ │ ├── undobalancing.m
│ │ ├── volumewrite_spm.m
│ │ ├── write_brainvision_eeg.m
│ │ ├── write_ctf_shm.m
│ │ ├── write_ctf_shm.mexglx
│ │ ├── write_edf.m
│ │ ├── write_gdf.m
│ │ ├── write_neuralynx_ncs.m
│ │ ├── write_neuralynx_nts.m
│ │ ├── write_nifti2_hdr.m
│ │ ├── write_off.m
│ │ ├── write_plexon_nex.m
│ │ ├── write_ply.m
│ │ ├── write_serial_event.m
│ │ ├── write_stl.m
│ │ ├── write_vtk.m
│ │ ├── xml2struct.m
│ │ ├── yokogawa2grad.m
│ │ ├── yokogawa2grad_new.m
│ │ └── yokogawa2vol.m
│ └── README
├── forward
│ ├── COPYING
│ ├── ft_apply_montage.m
│ ├── ft_average_sens.m
│ ├── ft_compute_leadfield.m
│ ├── ft_convert_units.m
│ ├── ft_estimate_units.m
│ ├── ft_headmodel_asa.m
│ ├── ft_headmodel_bemcp.m
│ ├── ft_headmodel_concentricspheres.m
│ ├── ft_headmodel_dipoli.m
│ ├── ft_headmodel_fns.m
│ ├── ft_headmodel_halfspace.m
│ ├── ft_headmodel_infinite.m
│ ├── ft_headmodel_interpolate.m
│ ├── ft_headmodel_localspheres.m
│ ├── ft_headmodel_openmeeg.m
│ ├── ft_headmodel_simbio.m
│ ├── ft_headmodel_singleshell.m
│ ├── ft_headmodel_singlesphere.m
│ ├── ft_headmodel_slab.m
│ ├── ft_inside_vol.m
│ ├── ft_prepare_vol_sens.m
│ ├── ft_senslabel.m
│ ├── ft_senstype.m
│ ├── ft_sourcedepth.m
│ ├── ft_transform_headshape.m
│ ├── ft_transform_sens.m
│ ├── ft_transform_vol.m
│ ├── ft_voltype.m
│ ├── private
│ │ ├── add_mex_source.m
│ │ ├── ama2vol.m
│ │ ├── bounding_mesh.m
│ │ ├── channelposition.m
│ │ ├── compile_mex_list.m
│ │ ├── cornerpoints.m
│ │ ├── current_dipole.m
│ │ ├── eeg_halfspace_medium_leadfield.m
│ │ ├── eeg_halfspace_monopole.m
│ │ ├── eeg_infinite_monopole.m
│ │ ├── eeg_leadfield1.m
│ │ ├── eeg_leadfield4.m
│ │ ├── eeg_leadfield4_prepare.m
│ │ ├── eeg_leadfieldb.m
│ │ ├── eeg_slab_monopole.m
│ │ ├── elproj.m
│ │ ├── find_innermost_boundary.m
│ │ ├── find_mesh_edge.m
│ │ ├── find_outermost_boundary.m
│ │ ├── find_triangle_neighbours.m
│ │ ├── fitsphere.m
│ │ ├── fixname.m
│ │ ├── fixpos.m
│ │ ├── ft_datatype_headmodel.m
│ │ ├── ft_datatype_sens.m
│ │ ├── ft_getopt.m
│ │ ├── ft_getopt.mexa64
│ │ ├── ft_getopt.mexglx
│ │ ├── ft_getopt.mexmaci
│ │ ├── ft_getopt.mexmaci64
│ │ ├── ft_getopt.mexw32
│ │ ├── ft_getopt.mexw64
│ │ ├── ft_hastoolbox.m
│ │ ├── ft_headcoordinates.m
│ │ ├── ft_scalingfactor.m
│ │ ├── ft_warning.m
│ │ ├── ft_warp_apply.m
│ │ ├── get_dip_halfspace.m
│ │ ├── getsubfield.m
│ │ ├── halfspace_medium_leadfield.m
│ │ ├── hasyokogawa.m
│ │ ├── headsurface.m
│ │ ├── icosahedron162.m
│ │ ├── icosahedron2562.m
│ │ ├── icosahedron42.m
│ │ ├── icosahedron642.m
│ │ ├── icosahedron.m
│ │ ├── inf_medium_leadfield.m
│ │ ├── issubfield.m
│ │ ├── istrue.m
│ │ ├── keyval.m
│ │ ├── ksphere.m
│ │ ├── leadfield_fns.m
│ │ ├── leadfield_interpolate.m
│ │ ├── leadfield_openmeeg.m
│ │ ├── leadfield_simbio.m
│ │ ├── leadsphere_all.m
│ │ ├── legs.m
│ │ ├── lmoutr.m
│ │ ├── lmoutr.mexa64
│ │ ├── lmoutr.mexglx
│ │ ├── lmoutr.mexmac
│ │ ├── lmoutr.mexmaci
│ │ ├── lmoutr.mexmaci64
│ │ ├── lmoutr.mexw32
│ │ ├── lmoutr.mexw64
│ │ ├── lmoutrn.m
│ │ ├── loadama.m
│ │ ├── magnetic_dipole.m
│ │ ├── match_str.m
│ │ ├── meg_forward.m
│ │ ├── meg_ini.m
│ │ ├── meg_leadfield1.mexa64
│ │ ├── meg_leadfield1.mexglx
│ │ ├── meg_leadfield1.mexmac
│ │ ├── meg_leadfield1.mexmaci
│ │ ├── meg_leadfield1.mexmaci64
│ │ ├── meg_leadfield1.mexw32
│ │ ├── meg_leadfield1.mexw64
│ │ ├── mesh2edge.m
│ │ ├── normals.m
│ │ ├── pinvNx2.m
│ │ ├── plgndr.m
│ │ ├── plgndr.mexa64
│ │ ├── plgndr.mexglx
│ │ ├── plgndr.mexmac
│ │ ├── plgndr.mexmaci
│ │ ├── plgndr.mexmaci64
│ │ ├── plgndr.mexw32
│ │ ├── plgndr.mexw64
│ │ ├── plinprojn.m
│ │ ├── project_elec.m
│ │ ├── projecttri.m
│ │ ├── ptriproj.m
│ │ ├── ptriproj.mexa64
│ │ ├── ptriproj.mexglx
│ │ ├── ptriproj.mexmac
│ │ ├── ptriproj.mexmaci
│ │ ├── ptriproj.mexmaci64
│ │ ├── ptriproj.mexw32
│ │ ├── ptriproj.mexw64
│ │ ├── ptriprojn.m
│ │ ├── retriangulate.m
│ │ ├── rmsubfield.m
│ │ ├── routlm.mexa64
│ │ ├── routlm.mexglx
│ │ ├── routlm.mexmac
│ │ ├── routlm.mexmaci
│ │ ├── routlm.mexmaci64
│ │ ├── routlm.mexw32
│ │ ├── routlm.mexw64
│ │ ├── setsubfield.m
│ │ ├── solid_angle.m
│ │ ├── solid_angle.mexa64
│ │ ├── solid_angle.mexglx
│ │ ├── solid_angle.mexmac
│ │ ├── solid_angle.mexmaci
│ │ ├── solid_angle.mexmaci64
│ │ ├── solid_angle.mexw32
│ │ ├── solid_angle.mexw64
│ │ ├── surface_nesting.m
│ │ ├── surfaceorientation.m
│ │ ├── transfer_elec.m
│ │ ├── triangle4pt.m
│ │ └── undobalancing.m
│ └── README
├── ft_analysispipeline.m
├── ft_annotate.m
├── ft_anonimizedata.m
├── ft_appenddata.m
├── ft_appendfreq.m
├── ft_appendsource.m
├── ft_appendspike.m
├── ft_appendtimelock.m
├── ft_artifact_clip.m
├── ft_artifact_ecg.m
├── ft_artifact_eog.m
├── ft_artifact_jump.m
├── ft_artifact_muscle.m
├── ft_artifact_threshold.m
├── ft_artifact_tms.m
├── ft_artifact_zvalue.m
├── ft_audiovideobrowser.m
├── ft_channelnormalise.m
├── ft_channelrepair.m
├── ft_channelselection.m
├── ft_clusterplot.m
├── ft_combineplanar.m
├── ft_componentanalysis.m
├── ft_conjunctionanalysis.m
├── ft_connectivityanalysis.m
├── ft_connectivityplot.m
├── ft_connectivitysimulation.m
├── ft_crossfrequencyanalysis.m
├── ft_databrowser.m
├── ft_defacemesh.m
├── ft_defacevolume.m
├── ft_defaults.m
├── ft_definetrial.m
├── ft_denoise_pca.m
├── ft_denoise_synthetic.m
├── ft_detect_movement.m
├── ft_dipolefitting.m
├── ft_dipolesimulation.m
├── ft_electrodeplacement.m
├── ft_electroderealign.m
├── ft_examplefunction.m
├── ft_freqanalysis.m
├── ft_freqanalysis_mvar.m
├── ft_freqbaseline.m
├── ft_freqcomparison.m
├── ft_freqdescriptives.m
├── ft_freqgrandaverage.m
├── ft_freqinterpolate.m
├── ft_freqsimulation.m
├── ft_freqstatistics.m
├── ft_globalmeanfield.m
├── ft_headmovement.m
├── ft_interactiverealign.m
├── ft_interpolatenan.m
├── ft_lateralizedpotential.m
├── ft_layoutplot.m
├── ft_math.m
├── ft_megplanar.m
├── ft_megrealign.m
├── ft_movieplotER.m
├── ft_movieplotTFR.m
├── ft_multiplotCC.m
├── ft_multiplotER.m
├── ft_multiplotTFR.m
├── ft_mvaranalysis.m
├── ft_neighbourplot.m
├── ft_networkanalysis.m
├── ft_prepare_bemmodel.m
├── ft_prepare_concentricspheres.m
├── ft_prepare_headmodel.m
├── ft_prepare_layout.m
├── ft_prepare_leadfield.m
├── ft_prepare_localspheres.m
├── ft_prepare_mesh.m
├── ft_prepare_neighbours.m
├── ft_prepare_singleshell.m
├── ft_prepare_sourcemodel.m
├── ft_preprocessing.m
├── ft_qualitycheck.m
├── ft_recodeevent.m
├── ft_redefinetrial.m
├── ft_regressconfound.m
├── ft_rejectartifact.m
├── ft_rejectcomponent.m
├── ft_rejectvisual.m
├── ft_removetemplateartifact.m
├── ft_removetmsartifact.m
├── ft_resampledata.m
├── ft_scalpcurrentdensity.m
├── ft_sensorrealign.m
├── ft_singleplotER.m
├── ft_singleplotTFR.m
├── ft_sliceinterp.m
├── ft_sourceanalysis.m
├── ft_sourcedescriptives.m
├── ft_sourcegrandaverage.m
├── ft_sourceinterpolate.m
├── ft_sourcemovie.m
├── ft_sourceparcellate.m
├── ft_sourceplot.m
├── ft_sourcestatistics.m
├── ft_sourcewrite.m
├── ft_statistics_analytic.m
├── ft_statistics_crossvalidate.m
├── ft_statistics_montecarlo.m
├── ft_statistics_stats.m
├── ft_stratify.m
├── ft_surfacerealign.m
├── ft_timelockanalysis.m
├── ft_timelockbaseline.m
├── ft_timelockgrandaverage.m
├── ft_timelocksimulation.m
├── ft_timelockstatistics.m
├── ft_topoplotCC.m
├── ft_topoplotER.m
├── ft_topoplotIC.m
├── ft_topoplotTFR.m
├── ft_volumedownsample.m
├── ft_volumelookup.m
├── ft_volumenormalise.m
├── ft_volumerealign.m
├── ft_volumereslice.m
├── ft_volumesegment.m
├── ft_volumewrite.m
├── ft_wizard.m
├── inverse
│ ├── beamformer_dics.m
│ ├── beamformer_lcmv.m
│ ├── beamformer_pcc.m
│ ├── beamformer_sam.m
│ ├── COPYING
│ ├── dipole_fit.m
│ ├── ft_eloreta.m
│ ├── ft_sloreta.m
│ ├── harmony.m
│ ├── minimumnormestimate.m
│ ├── music.m
│ ├── new
│ │ ├── ft_inverse_beamformer_dics.m
│ │ ├── ft_inverse_beamformer_lcmv.m
│ │ ├── ft_inverse_beamformer_pcc.m
│ │ ├── ft_inverse_dipolefit.m
│ │ ├── ft_inverse_mne.m
│ │ ├── ft_inverse_music.m
│ │ └── ft_inverse_residualvariance.m
│ ├── private
│ │ ├── avgref.m
│ │ ├── bounding_mesh.m
│ │ ├── calctangent.m
│ │ ├── find_innermost_boundary.m
│ │ ├── find_inside_vol.m
│ │ ├── fixdipole.m
│ │ ├── fixname.m
│ │ ├── ft_getopt.m
│ │ ├── ft_getopt.mexa64
│ │ ├── ft_getopt.mexglx
│ │ ├── ft_getopt.mexmaci
│ │ ├── ft_getopt.mexmaci64
│ │ ├── ft_getopt.mexw32
│ │ ├── ft_getopt.mexw64
│ │ ├── ft_hastoolbox.m
│ │ ├── ft_inside_vol.m
│ │ ├── ft_progress.m
│ │ ├── ft_scalingfactor.m
│ │ ├── ft_senslabel.m
│ │ ├── ft_senstype.m
│ │ ├── ft_voltype.m
│ │ ├── getsubfield.m
│ │ ├── hasyokogawa.m
│ │ ├── issubfield.m
│ │ ├── keyval.m
│ │ ├── mesh_laplacian.m
│ │ ├── mesh_spectrum.m
│ │ ├── mkfilt_eloreta_v2.m
│ │ ├── quaternion.m
│ │ ├── rigidbody.m
│ │ ├── rotate.m
│ │ ├── SAM_costfun.m
│ │ ├── settang.m
│ │ ├── solid_angle.m
│ │ ├── solid_angle.mexa64
│ │ ├── solid_angle.mexglx
│ │ ├── solid_angle.mexmac
│ │ ├── solid_angle.mexmaci
│ │ ├── solid_angle.mexmaci64
│ │ ├── solid_angle.mexw32
│ │ ├── solid_angle.mexw64
│ │ └── translate.m
│ ├── README
│ └── residualvariance.m
├── loreta2fieldtrip.m
├── nutmeg2fieldtrip.m
├── plotting
│ ├── COPYING
│ ├── ft_plot_axes.m
│ ├── ft_plot_box.m
│ ├── ft_plot_crosshair.m
│ ├── ft_plot_dipole.m
│ ├── ft_plot_headshape.m
│ ├── ft_plot_lay.m
│ ├── ft_plot_line.m
│ ├── ft_plot_matrix.m
│ ├── ft_plot_mesh.m
│ ├── ft_plot_montage.m
│ ├── ft_plot_ortho.m
│ ├── ft_plot_patch.m
│ ├── ft_plot_sens.m
│ ├── ft_plot_slice.m
│ ├── ft_plot_text.m
│ ├── ft_plot_topo3d.m
│ ├── ft_plot_topo.m
│ ├── ft_plot_vector.m
│ ├── ft_plot_vol.m
│ ├── ft_select_box.m
│ ├── ft_select_channel.m
│ ├── ft_select_point3d.m
│ ├── ft_select_point.m
│ ├── ft_select_range.m
│ ├── ft_select_voxel.m
│ ├── ft_uilayout.m
│ ├── private
│ │ ├── black.m
│ │ ├── blue.m
│ │ ├── brain.m
│ │ ├── channelposition.m
│ │ ├── cornerpoints.m
│ │ ├── cortex.m
│ │ ├── cylinder.m
│ │ ├── elproj.m
│ │ ├── fixname.m
│ │ ├── fixpos.m
│ │ ├── ft_apply_montage.m
│ │ ├── ft_convert_units.m
│ │ ├── ft_datatype_sens.m
│ │ ├── ft_datatype_volume.m
│ │ ├── ft_estimate_units.m
│ │ ├── ft_getopt.m
│ │ ├── ft_getopt.mexa64
│ │ ├── ft_getopt.mexglx
│ │ ├── ft_getopt.mexmaci
│ │ ├── ft_getopt.mexmaci64
│ │ ├── ft_getopt.mexw32
│ │ ├── ft_getopt.mexw64
│ │ ├── ft_platform_supports.m
│ │ ├── ft_progress.m
│ │ ├── ft_scalingfactor.m
│ │ ├── ft_senslabel.m
│ │ ├── ft_senstype.m
│ │ ├── ft_voltype.m
│ │ ├── ft_warning.m
│ │ ├── ft_warp_apply.m
│ │ ├── getsubfield.m
│ │ ├── green.m
│ │ ├── icosahedron162.m
│ │ ├── icosahedron2562.m
│ │ ├── icosahedron42.m
│ │ ├── icosahedron642.m
│ │ ├── icosahedron.m
│ │ ├── inside_contour.m
│ │ ├── intersect_plane.m
│ │ ├── issubfield.m
│ │ ├── istrue.m
│ │ ├── keyvalcheck.m
│ │ ├── keyval.m
│ │ ├── ltrisect.m
│ │ ├── ltrisect.mexa64
│ │ ├── ltrisect.mexglx
│ │ ├── ltrisect.mexmac
│ │ ├── ltrisect.mexmaci
│ │ ├── ltrisect.mexmaci64
│ │ ├── ltrisect.mexw32
│ │ ├── ltrisect.mexw64
│ │ ├── match_str.m
│ │ ├── mesh2edge.m
│ │ ├── ndgrid.m
│ │ ├── projecttri.m
│ │ ├── ptriprojn.m
│ │ ├── ptriside.m
│ │ ├── quaternion.m
│ │ ├── red.m
│ │ ├── refine.m
│ │ ├── rmsubfield.m
│ │ ├── rotate.m
│ │ ├── scale.m
│ │ ├── select3d.m
│ │ ├── select3dtool.m
│ │ ├── setsubfield.m
│ │ ├── skin.m
│ │ ├── skull.m
│ │ ├── translate.m
│ │ ├── undobalancing.m
│ │ ├── white.m
│ │ └── yellow.m
│ └── README
├── preproc
│ ├── COPYING
│ ├── ft_preproc_bandpassfilter.m
│ ├── ft_preproc_bandstopfilter.m
│ ├── ft_preproc_baselinecorrect.m
│ ├── ft_preproc_denoise.m
│ ├── ft_preproc_derivative.m
│ ├── ft_preproc_detrend.m
│ ├── ft_preproc_dftfilter.m
│ ├── ft_preproc_highpassfilter.m
│ ├── ft_preproc_hilbert.m
│ ├── ft_preproc_lowpassfilter.m
│ ├── ft_preproc_medianfilter.m
│ ├── ft_preproc_online_downsample_apply.m
│ ├── ft_preproc_online_downsample_init.m
│ ├── ft_preproc_online_filter_apply.m
│ ├── ft_preproc_online_filter_init.m
│ ├── ft_preproc_padding.m
│ ├── ft_preproc_polyremoval.m
│ ├── ft_preproc_rectify.m
│ ├── ft_preproc_rereference.m
│ ├── ft_preproc_resample.m
│ ├── ft_preproc_slidingrange.m
│ ├── ft_preproc_smooth.m
│ ├── ft_preproc_standardize.m
│ ├── private
│ │ ├── filter_with_correction.m
│ │ ├── fir_df.m
│ │ ├── fir_filterdcpadded.m
│ │ ├── firws.m
│ │ ├── firwsord.m
│ │ ├── fixname.m
│ │ ├── ft_warning.m
│ │ ├── invfirwsord.m
│ │ ├── istrue.m
│ │ ├── kaiserbeta.m
│ │ ├── keyval.m
│ │ ├── minphaserceps.m
│ │ ├── plotfresp.m
│ │ ├── print_once.m
│ │ └── windows.m
│ └── README
├── private
│ ├── align_ijk2xyz.m
│ ├── alpha_taper.m
│ ├── artifact_viewer.m
│ ├── atlas_lookup.m
│ ├── avgref.m
│ ├── avw_hdr_make.m
│ ├── avw_img_write.m
│ ├── bandpassfilter.m
│ ├── bandstopfilter.m
│ ├── binomialprob.m
│ ├── blc.m
│ ├── blockindx2cmbindx.m
│ ├── bounding_mesh.m
│ ├── browse_audiovideo.m
│ ├── browse_movieplotER.m
│ ├── browse_multiplotER.m
│ ├── browse_simpleFFT.m
│ ├── browse_topoplotER.m
│ ├── browse_topoplotVAR.m
│ ├── bsscca.m
│ ├── cancorr.m
│ ├── cellStruct2StructCell.m
│ ├── channelconnectivity.m
│ ├── channelposition.m
│ ├── checkchan.m
│ ├── checkfreq.m
│ ├── checkpos.m
│ ├── checktime.m
│ ├── closedf.m
│ ├── clusterstat.m
│ ├── combineClusters.m
│ ├── combineClusters.mexa64
│ ├── combineClusters.mexw32
│ ├── combineClusters.mexw64
│ ├── comp2timelock.m
│ ├── constructplanargrad.m
│ ├── continuous_ns.m
│ ├── convert_event.m
│ ├── cornerpoints.m
│ ├── crosshair.m
│ ├── csp.m
│ ├── ctf2grad.m
│ ├── dataset2files.m
│ ├── define_biff.m
│ ├── denoise_artifact.m
│ ├── det2x2.mexmaci64
│ ├── dftfilter.m
│ ├── dimassign.m
│ ├── dimindex.m
│ ├── dimlength.m
│ ├── dimnum.m
│ ├── dist.m
│ ├── elproj.m
│ ├── estimate_fwhm1.m
│ ├── estimate_fwhm2.m
│ ├── expand_orthogonal.m
│ ├── fdr.m
│ ├── findcluster.m
│ ├── find_innermost_boundary.m
│ ├── find_mesh_edge.m
│ ├── find_nearest.m
│ ├── find_outermost_boundary.m
│ ├── find_triangle_neighbours.m
│ ├── find_vertex_neighbours.m
│ ├── fitsphere.m
│ ├── fixdimord.m
│ ├── fixdipole.m
│ ├── fixinside.m
│ ├── fixname.m
│ ├── fixneighbours.m
│ ├── fixpos.m
│ ├── fixsampleinfo.m
│ ├── fourier2crsspctrm.m
│ ├── freq2cumtapcnt.m
│ ├── freq2timelock.m
│ ├── ft_fetch_sens.m
│ ├── ft_fetch_vol.m
│ ├── ft_getuserfun.m
│ ├── ft_platform_supports.m
│ ├── fwer.m
│ ├── getdatfield.m
│ ├── getdimord.m
│ ├── getdimsiz.m
│ ├── getsubfield.m
│ ├── getusername.m
│ ├── globalrescale.m
│ ├── grid2transform.m
│ ├── guidelines.m
│ ├── headsurface.m
│ ├── highpassfilter.m
│ ├── hline.m
│ ├── icosahedron162.m
│ ├── icosahedron2562.m
│ ├── icosahedron42.m
│ ├── icosahedron642.m
│ ├── icosahedron.m
│ ├── ignorefields.m
│ ├── inputlabel2outputlabel.m
│ ├── inside_contour.m
│ ├── interp_gridded.m
│ ├── interp_ungridded.m
│ ├── intersect_line.m
│ ├── inv2x2.mexmaci64
│ ├── iscompatwrapper.m
│ ├── isfunction.m
│ ├── isrealmat.m
│ ├── isrealvec.m
│ ├── issubfield.m
│ ├── join_str.m
│ ├── ksphere.m
│ ├── labelcmb2indx.m
│ ├── lapcal.m
│ ├── lbex.m
│ ├── lmoutr.m
│ ├── lmoutr.mexa64
│ ├── lmoutr.mexglx
│ ├── lmoutr.mexmac
│ ├── lmoutr.mexmaci
│ ├── lmoutr.mexmaci64
│ ├── lmoutr.mexw32
│ ├── lmoutr.mexw64
│ ├── lmoutrn.m
│ ├── loadvar.m
│ ├── lowpassfilter.m
│ ├── megplanar_fitplane.m
│ ├── megplanar_orig.m
│ ├── megplanar_sincos.m
│ ├── menu_about.m
│ ├── menu_pipeline.m
│ ├── mergeconfig.m
│ ├── mesh2edge.m
│ ├── mesh_laplacian.m
│ ├── mesh_spectrum.m
│ ├── mesh_spherify.m
│ ├── mni2tal.m
│ ├── mollify.m
│ ├── moviefunction.m
│ ├── msphere.m
│ ├── mtimes2x2.mexmaci64
│ ├── mutexlock.m
│ ├── mutexunlock.m
│ ├── mxDeserialize_c.mexa64
│ ├── mxDeserialize_c.mexglx
│ ├── mxDeserialize_c.mexmac
│ ├── mxDeserialize_c.mexmaci
│ ├── mxDeserialize_c.mexmaci64
│ ├── mxDeserialize_c.mexw32
│ ├── mxDeserialize_c.mexw64
│ ├── mxDeserialize_cpp.mexa64
│ ├── mxDeserialize_cpp.mexmaci64
│ ├── mxDeserialize_cpp.mexw32
│ ├── mxDeserialize.m
│ ├── mxSerialize_c.mexa64
│ ├── mxSerialize_c.mexglx
│ ├── mxSerialize_c.mexmac
│ ├── mxSerialize_c.mexmaci
│ ├── mxSerialize_c.mexmaci64
│ ├── mxSerialize_c.mexw32
│ ├── mxSerialize_c.mexw64
│ ├── mxSerialize_cpp.mexa64
│ ├── mxSerialize_cpp.mexmaci64
│ ├── mxSerialize_cpp.mexw32
│ ├── mxSerialize_cpp.mexw64
│ ├── mxSerialize.m
│ ├── ndgrid.m
│ ├── neuralynx_crc.m
│ ├── neuralynx_getheader.m
│ ├── nex_cont.m
│ ├── nex_info.m
│ ├── nex_int.m
│ ├── nex_marker.m
│ ├── nex_ts.m
│ ├── nex_wf.m
│ ├── nimh2grad.m
│ ├── normals.m
│ ├── notchfilter.m
│ ├── offset2time.m
│ ├── openedf.m
│ ├── parameterselection.m
│ ├── patchsvd.m
│ ├── peakdetect2.m
│ ├── peakdetect3.m
│ ├── pinvNx2.m
│ ├── pipeline-skeleton.html
│ ├── plgndr.m
│ ├── plgndr.mexa64
│ ├── plgndr.mexglx
│ ├── plgndr.mexmac
│ ├── plgndr.mexmaci
│ ├── plgndr.mexmaci64
│ ├── plgndr.mexw32
│ ├── plgndr.mexw64
│ ├── plinprojn.m
│ ├── poly2tri.m
│ ├── pos2dim3d.m
│ ├── pos2dim.m
│ ├── pos2transform.m
│ ├── prepare_cortexhull.m
│ ├── prepare_design.m
│ ├── prepare_freq_matrices.m
│ ├── prepare_headmodel.m
│ ├── prepare_mesh_headshape.m
│ ├── prepare_mesh_hexahedral.m
│ ├── prepare_mesh_manual.m
│ ├── prepare_mesh_segmentation.m
│ ├── prepare_resampled_data.m
│ ├── preproc.m
│ ├── print_tim.m
│ ├── procrustes_trans.m
│ ├── project_elec.m
│ ├── projecttri.m
│ ├── ptriproj.m
│ ├── ptriproj.mexa64
│ ├── ptriproj.mexglx
│ ├── ptriproj.mexmac
│ ├── ptriproj.mexmaci
│ ├── ptriproj.mexmaci64
│ ├── ptriproj.mexw32
│ ├── ptriproj.mexw64
│ ├── ptriprojn.m
│ ├── qualitycheck_exportname.m
│ ├── quaternion.m
│ ├── randstatprob.m
│ ├── raw2data.m
│ ├── read_besa_avr.m
│ ├── read_besa_mul.m
│ ├── read_besa_src.m
│ ├── read_besa_swf.m
│ ├── read_besa_tfc.m
│ ├── read_ctf_hc.m
│ ├── read_ctf_hist.m
│ ├── read_labview_dtlg.m
│ ├── read_neuralynx_dma.m
│ ├── refine.m
│ ├── rejectvisual_channel.m
│ ├── rejectvisual_summary.m
│ ├── rejectvisual_trial.m
│ ├── remove_double_vertices.m
│ ├── remove_vertices.m
│ ├── reorderdim.m
│ ├── resampledesign.m
│ ├── retriangulate.m
│ ├── rigidbody.m
│ ├── rmsubfield.m
│ ├── rollback_provenance.m
│ ├── rotate.m
│ ├── routlm.m
│ ├── routlm.mexa64
│ ├── routlm.mexglx
│ ├── routlm.mexmac
│ ├── routlm.mexmaci
│ ├── routlm.mexmaci64
│ ├── routlm.mexw32
│ ├── routlm.mexw64
│ ├── rv.m
│ ├── sandwich2x2.mexmaci64
│ ├── savevar.m
│ ├── scale.m
│ ├── sel50p.m
│ ├── select2d.m
│ ├── select3d.m
│ ├── select_channel_list.m
│ ├── setsubfield.m
│ ├── shiftpredict.m
│ ├── sine_taper.m
│ ├── smartinput.m
│ ├── smooth_source.m
│ ├── smudge.m
│ ├── solid_angle.m
│ ├── solid_angle.mexa64
│ ├── solid_angle.mexglx
│ ├── solid_angle.mexmac
│ ├── solid_angle.mexmaci
│ ├── solid_angle.mexmaci64
│ ├── solid_angle.mexw32
│ ├── solid_angle.mexw64
│ ├── specest_nanfft.m
│ ├── sphericalSplineInterpolate.m
│ ├── spikesort.m
│ ├── splint.m
│ ├── splitstruct.m
│ ├── standardise.m
│ ├── statistics_wrapper.m
│ ├── strel_bol.m
│ ├── surfaceorientation.m
│ ├── svdfft.m
│ ├── swapmemfile.m
│ ├── tal2mni.m
│ ├── time2offset.m
│ ├── timelock2freq.m
│ ├── topoplot_common.m
│ ├── traditional.m
│ ├── transform2grid.m
│ ├── translate.m
│ ├── triangle2connectivity.m
│ ├── triangle2distance.m
│ ├── triangle4pt.m
│ ├── triangulate_seg.m
│ ├── uidisplaytext.m
│ ├── undobalancing.m
│ ├── univariate2bivariate.m
│ ├── unparcellate.m
│ ├── val2nearestchan.m
│ ├── validate_seg.m
│ ├── vline.m
│ ├── volplot.m
│ ├── volumeedit.m
│ ├── volumefillholes.m
│ ├── volumeflip.m
│ ├── volumepermute.m
│ ├── volumesmooth.m
│ ├── volumethreshold.m
│ ├── wizard_base.m
│ └── write_neuralynx_nse.m
├── README
├── signature.md5
├── spass2fieldtrip.m
├── specest
│ ├── ft_specest_hilbert.m
│ ├── ft_specest_mtmconvol.m
│ ├── ft_specest_mtmfft.m
│ ├── ft_specest_tfr.m
│ ├── ft_specest_wavelet.m
│ └── private
│ ├── alpha_taper.m
│ ├── filter_with_correction.m
│ ├── fixname.m
│ ├── ft_getopt.m
│ ├── ft_getopt.mexa64
│ ├── ft_getopt.mexglx
│ ├── ft_getopt.mexmaci
│ ├── ft_getopt.mexmaci64
│ ├── ft_getopt.mexw32
│ ├── ft_getopt.mexw64
│ ├── ft_preproc_bandpassfilter.m
│ ├── ft_preproc_polyremoval.m
│ ├── ft_warning.m
│ ├── getsubfield.m
│ ├── issubfield.m
│ ├── keyvalcheck.m
│ ├── keyval.m
│ ├── rmsubfield.m
│ ├── setsubfield.m
│ ├── sine_taper.m
│ └── sine_taper_scaled.m
├── spm2fieldtrip.m
├── src
│ ├── combineClusters.cpp
│ ├── combineClusters.mexa64
│ ├── combineClusters.mexmaci
│ ├── combineClusters.mexmaci64
│ ├── combineClusters.mexw32
│ ├── combineClusters.mexw64
│ ├── compiler.h
│ ├── d3des.c
│ ├── d3des.h
│ ├── det2x2.c
│ ├── det2x2.m
│ ├── det2x2.mexa64
│ ├── det2x2.mexglx
│ ├── det2x2.mexmaci
│ ├── det2x2.mexmaci64
│ ├── det2x2.mexw32
│ ├── det2x2.mexw64
│ ├── ft_getopt.c
│ ├── ft_getopt.mexa64
│ ├── ft_getopt.mexglx
│ ├── ft_getopt.mexmaci
│ ├── ft_getopt.mexmaci64
│ ├── ft_getopt.mexw32
│ ├── ft_getopt.mexw64
│ ├── ft_spike_sub_crossx.c
│ ├── ft_spike_sub_crossx.mexa64
│ ├── ft_spike_sub_crossx.mexglx
│ ├── ft_spike_sub_crossx.mexmaci
│ ├── ft_spike_sub_crossx.mexmaci64
│ ├── ft_spike_sub_crossx.mexw32
│ ├── ft_spike_sub_crossx.mexw64
│ ├── geometry.c
│ ├── geometry.h
│ ├── getpid.c
│ ├── getpid.m
│ ├── getpid.mexa64
│ ├── getpid.mexglx
│ ├── getpid.mexmaci
│ ├── getpid.mexmaci64
│ ├── getpid.mexw32
│ ├── getpid.mexw64
│ ├── inv2x2.c
│ ├── inv2x2.m
│ ├── inv2x2.mexa64
│ ├── inv2x2.mexglx
│ ├── inv2x2.mexmaci
│ ├── inv2x2.mexmaci64
│ ├── inv2x2.mexw32
│ ├── inv2x2.mexw64
│ ├── lmoutr.c
│ ├── lmoutr.m
│ ├── lmoutr.mexa64
│ ├── lmoutr.mexglx
│ ├── lmoutr.mexmac
│ ├── lmoutr.mexmaci
│ ├── lmoutr.mexmaci64
│ ├── lmoutr.mexw32
│ ├── lmoutr.mexw64
│ ├── ltrisect.c
│ ├── ltrisect.m
│ ├── ltrisect.mexa64
│ ├── ltrisect.mexglx
│ ├── ltrisect.mexmac
│ ├── ltrisect.mexmaci
│ ├── ltrisect.mexmaci64
│ ├── ltrisect.mexw32
│ ├── ltrisect.mexw64
│ ├── meg_leadfield1.c
│ ├── meg_leadfield1.m
│ ├── meg_leadfield1.mexa64
│ ├── meg_leadfield1.mexglx
│ ├── meg_leadfield1.mexmac
│ ├── meg_leadfield1.mexmaci
│ ├── meg_leadfield1.mexmaci64
│ ├── meg_leadfield1.mexw32
│ ├── meg_leadfield1.mexw64
│ ├── mtimes2x2.c
│ ├── mtimes2x2.m
│ ├── mtimes2x2.mexa64
│ ├── mtimes2x2.mexglx
│ ├── mtimes2x2.mexmaci
│ ├── mtimes2x2.mexmaci64
│ ├── mtimes2x2.mexw32
│ ├── mtimes2x2.mexw64
│ ├── mxDeserialize_c.c
│ ├── mxDeserialize_c.mexa64
│ ├── mxDeserialize_c.mexglx
│ ├── mxDeserialize_c.mexmac
│ ├── mxDeserialize_c.mexmaci
│ ├── mxDeserialize_c.mexmaci64
│ ├── mxDeserialize_c.mexw32
│ ├── mxDeserialize_c.mexw64
│ ├── mxDeserialize_cpp.cpp
│ ├── mxDeserialize_cpp.mexa64
│ ├── mxDeserialize_cpp.mexmaci64
│ ├── mxDeserialize_cpp.mexw32
│ ├── mxDeserialize_cpp.mexw64
│ ├── mxDeserialize.m
│ ├── mxSerialize_c.c
│ ├── mxSerialize_c.mexa64
│ ├── mxSerialize_c.mexglx
│ ├── mxSerialize_c.mexmac
│ ├── mxSerialize_c.mexmaci
│ ├── mxSerialize_c.mexmaci64
│ ├── mxSerialize_c.mexw32
│ ├── mxSerialize_c.mexw64
│ ├── mxSerialize_cpp.cpp
│ ├── mxSerialize_cpp.mexa64
│ ├── mxSerialize_cpp.mexmaci64
│ ├── mxSerialize_cpp.mexw32
│ ├── mxSerialize_cpp.mexw64
│ ├── mxSerialize.m
│ ├── nanaccum.c
│ ├── nanaccum.h
│ ├── nanmean.c
│ ├── nanmean.m
│ ├── nanmean.mexa64
│ ├── nanmean.mexmaci
│ ├── nanmean.mexmaci64
│ ├── nanmean.mexw32
│ ├── nanmean.mexw64
│ ├── nannumel.c
│ ├── nanstd.c
│ ├── nanstd.m
│ ├── nanstd.mexa64
│ ├── nanstd.mexmaci
│ ├── nanstd.mexmaci64
│ ├── nanstd.mexw32
│ ├── nanstd.mexw64
│ ├── nansum.c
│ ├── nansum.m
│ ├── nansum.mexa64
│ ├── nansum.mexmaci
│ ├── nansum.mexmaci64
│ ├── nansum.mexw32
│ ├── nansum.mexw64
│ ├── nanvar.c
│ ├── nanvar.m
│ ├── nanvar.mexa64
│ ├── nanvar.mexmaci
│ ├── nanvar.mexmaci64
│ ├── nanvar.mexw32
│ ├── nanvar.mexw64
│ ├── platform.h
│ ├── plgndr.c
│ ├── plgndr.m
│ ├── plgndr.mexa64
│ ├── plgndr.mexglx
│ ├── plgndr.mexmac
│ ├── plgndr.mexmaci
│ ├── plgndr.mexmaci64
│ ├── plgndr.mexw32
│ ├── plgndr.mexw64
│ ├── plinproj.c
│ ├── plinproj.m
│ ├── plinproj.mexa64
│ ├── plinproj.mexglx
│ ├── plinproj.mexmac
│ ├── plinproj.mexmaci
│ ├── plinproj.mexmaci64
│ ├── plinproj.mexw32
│ ├── plinproj.mexw64
│ ├── ptriproj.c
│ ├── ptriproj.m
│ ├── ptriproj.mexa64
│ ├── ptriproj.mexglx
│ ├── ptriproj.mexmac
│ ├── ptriproj.mexmaci
│ ├── ptriproj.mexmaci64
│ ├── ptriproj.mexw32
│ ├── ptriproj.mexw64
│ ├── read_16bit.c
│ ├── read_16bit.m
│ ├── read_16bit.mexa64
│ ├── read_16bit.mexglx
│ ├── read_16bit.mexmaci
│ ├── read_16bit.mexmaci64
│ ├── read_16bit.mexw32
│ ├── read_16bit.mexw64
│ ├── read_24bit.c
│ ├── read_24bit.m
│ ├── read_24bit.mexa64
│ ├── read_24bit.mexglx
│ ├── read_24bit.mexmac
│ ├── read_24bit.mexmaci
│ ├── read_24bit.mexmaci64
│ ├── read_24bit.mexw32
│ ├── read_24bit.mexw64
│ ├── read_ctf_shm.c
│ ├── read_ctf_shm.m
│ ├── read_ctf_shm.mexglx
│ ├── rename.c
│ ├── rename.mexa64
│ ├── rename.mexglx
│ ├── rename.mexmaci
│ ├── rename.mexmaci64
│ ├── rename.mexw32
│ ├── rename.mexw64
│ ├── rfbevent.c
│ ├── rfbevent.m
│ ├── rfbevent.mexa64
│ ├── rfbevent.mexglx
│ ├── rfbevent.mexmac
│ ├── rfbevent.mexmaci
│ ├── rfbevent.mexmaci64
│ ├── routlm.c
│ ├── routlm.m
│ ├── routlm.mexa64
│ ├── routlm.mexglx
│ ├── routlm.mexmac
│ ├── routlm.mexmaci
│ ├── routlm.mexmaci64
│ ├── routlm.mexw32
│ ├── routlm.mexw64
│ ├── sandwich2x2.c
│ ├── sandwich2x2.m
│ ├── sandwich2x2.mexa64
│ ├── sandwich2x2.mexglx
│ ├── sandwich2x2.mexmaci
│ ├── sandwich2x2.mexmaci64
│ ├── sandwich2x2.mexw32
│ ├── sandwich2x2.mexw64
│ ├── solid_angle.c
│ ├── solid_angle.m
│ ├── solid_angle.mexa64
│ ├── solid_angle.mexglx
│ ├── solid_angle.mexmac
│ ├── solid_angle.mexmaci
│ ├── solid_angle.mexmaci64
│ ├── solid_angle.mexw32
│ ├── solid_angle.mexw64
│ ├── splint_gh.c
│ ├── splint_gh.m
│ ├── splint_gh.mexa64
│ ├── splint_gh.mexglx
│ ├── splint_gh.mexmac
│ ├── splint_gh.mexmaci
│ ├── splint_gh.mexmaci64
│ ├── splint_gh.mexw32
│ ├── splint_gh.mexw64
│ ├── write_ctf_shm.c
│ ├── write_ctf_shm.m
│ └── write_ctf_shm.mexglx
├── statfun
│ ├── ft_statfun_actvsblT.m
│ ├── ft_statfun_correlationT.m
│ ├── ft_statfun_depsamplesFmultivariate.m
│ ├── ft_statfun_depsamplesFunivariate.m
│ ├── ft_statfun_depsamplesregrT.m
│ ├── ft_statfun_depsamplesT.m
│ ├── ft_statfun_diff_itc.m
│ ├── ft_statfun_diff.m
│ ├── ft_statfun_indepsamplesF.m
│ ├── ft_statfun_indepsamplesregrT.m
│ ├── ft_statfun_indepsamplesT.m
│ ├── ft_statfun_indepsamplesZcoh.m
│ ├── ft_statfun_mean.m
│ ├── ft_statfun_pooledT.m
│ ├── ft_statfun_roc.m
│ └── private
│ ├── fixname.m
│ ├── ft_warning.m
│ ├── getsubfield.m
│ ├── issubfield.m
│ ├── rmsubfield.m
│ └── setsubfield.m
├── template
│ ├── anatomy
│ │ ├── single_subj_T1_1mm.nii
│ │ └── single_subj_T1.nii
│ ├── atlas
│ │ ├── aal
│ │ │ ├── readme_aal8.txt
│ │ │ ├── ROI_MNI_V4.nii
│ │ │ └── ROI_MNI_V4.txt
│ │ ├── afni
│ │ │ ├── TTatlas+tlrc.BRIK
│ │ │ └── TTatlas+tlrc.HEAD
│ │ ├── README
│ │ └── spm_anatomy
│ │ ├── AllAreas_v17.hdr
│ │ ├── AllAreas_v17.img
│ │ ├── AllAreas_v18.hdr
│ │ └── AllAreas_v18.img
│ ├── electrode
│ │ ├── easycap-M10.txt
│ │ ├── easycap-M1.txt
│ │ ├── GSN-HydroCel-128.sfp
│ │ ├── GSN-HydroCel-129.sfp
│ │ ├── GSN-HydroCel-256.sfp
│ │ ├── GSN-HydroCel-257.sfp
│ │ ├── GSN-HydroCel-32.sfp
│ │ ├── GSN-HydroCel-64_1.0.sfp
│ │ ├── GSN-HydroCel-65_1.0.sfp
│ │ ├── README
│ │ ├── standard_1005.elc
│ │ ├── standard_1020.elc
│ │ ├── standard_alphabetic.elc
│ │ ├── standard_postfixed.elc
│ │ ├── standard_prefixed.elc
│ │ └── standard_primed.elc
│ ├── headmodel
│ │ ├── README
│ │ └── 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
│ ├── layout
│ │ ├── 4D148.lay
│ │ ├── 4D248.lay
│ │ ├── biosemi128.lay
│ │ ├── biosemi160.lay
│ │ ├── biosemi16.lay
│ │ ├── biosemi256.lay
│ │ ├── biosemi32.lay
│ │ ├── biosemi64.lay
│ │ ├── CTF151.lay
│ │ ├── CTF275.lay
│ │ ├── EEG1005.lay
│ │ ├── EEG1010.lay
│ │ ├── EEG1020.lay
│ │ ├── elec1005.lay
│ │ ├── elec1010.lay
│ │ ├── elec1020.lay
│ │ ├── neuromag306all.lay
│ │ ├── neuromag306cmb.lay
│ │ ├── neuromag306eeg1005_natmeg.lay
│ │ ├── neuromag306mag.lay
│ │ ├── neuromag306planar.lay
│ │ ├── NM122all.lay
│ │ ├── NM122combined.lay
│ │ ├── NM122.lay
│ │ ├── NM306all.lay
│ │ ├── NM306mag.lay
│ │ ├── NM306planar.lay
│ │ ├── README
│ │ ├── yokogawa440ag.lay
│ │ ├── yokogawa440all.lay
│ │ ├── yokogawa440.lay
│ │ ├── yokogawa440_old.lay
│ │ └── yokogawa440pg.lay
│ └── sourcemodel
│ ├── cortex_20484.surf.gii
│ ├── cortex_5124.surf.gii
│ ├── cortex_8196.surf.gii
│ └── README
├── trialfun
│ ├── ft_trialfun_brainvision_segmented.m
│ ├── ft_trialfun_edf.m
│ ├── ft_trialfun_example1.m
│ ├── ft_trialfun_example2.m
│ ├── ft_trialfun_general.m
│ ├── ft_trialfun_realtime.m
│ ├── ft_trialfun_trial.m
│ ├── ft_trialfun_twoclass_classification.m
│ ├── mytrialfun.m
│ └── private
│ └── select_channel_list.m
└── utilities
├── appendstruct.m
├── copyfields.m
├── ft_cfg2keyval.m
├── ft_channelcombination.m
├── ft_channelselection.m
├── ft_checkconfig.m
├── ft_checkdata.m
├── ft_checkopt.m
├── ft_compile_mex.m
├── ft_convert_coordsys.m
├── ft_convert_grad.m
├── ft_datatype_comp.m
├── ft_datatype_dip.m
├── ft_datatype_freq.m
├── ft_datatype_headmodel.m
├── ft_datatype.m
├── ft_datatype_mvar.m
├── ft_datatype_parcellation.m
├── ft_datatype_raw.m
├── ft_datatype_segmentation.m
├── ft_datatype_sens.m
├── ft_datatype_source.m
├── ft_datatype_spike.m
├── ft_datatype_timelock.m
├── ft_datatype_volume.m
├── ft_determine_coordsys.m
├── ft_documentationindex.m
├── ft_documentationreference.m
├── ft_fetch_data.m
├── ft_fetch_event.m
├── ft_fetch_header.m
├── ft_findcfg.m
├── ft_getopt.m
├── ft_getopt.mexa64
├── ft_getopt.mexglx
├── ft_getopt.mexmaci
├── ft_getopt.mexmaci64
├── ft_getopt.mexw32
├── ft_getopt.mexw64
├── ft_hash.m
├── ft_hastoolbox.m
├── ft_headcoordinates.m
├── ft_keyval2cfg.m
├── ft_postamble.m
├── ft_preamble.m
├── ft_progress.m
├── ft_scalingfactor.m
├── ft_selectdata.m
├── ft_selectdata_new.m
├── ft_selectdata_old.m
├── ft_setopt.m
├── ft_source2full.m
├── ft_source2grid.m
├── ft_source2sparse.m
├── ft_struct2double.m
├── ft_struct2single.m
├── ft_test_result.m
├── ft_test_run.m
├── ft_trackusage.m
├── ft_transform_geometry.m
├── ft_version.m
├── ft_warning.m
├── ft_warp_apply.m
├── ft_warp_dykstra2012.m
├── ft_warp_error.m
├── ft_warp_optim.m
├── getsubfield.m
├── hasyokogawa.m
├── issubfield.m
├── istrue.m
├── keepfields.m
├── keyvalcheck.m
├── keyval.m
├── match_str.m
├── memtic.m
├── memtoc.m
├── nearest.m
├── printstruct.m
├── private
│ ├── align_ctf2spm.m
│ ├── align_itab2spm.m
│ ├── avgoverdim.m
│ ├── avgoverlabel.m
│ ├── base64encode.m
│ ├── channelposition.m
│ ├── convert_segmentationstyle.m
│ ├── cornerpoints.m
│ ├── dataset2files.m
│ ├── debugCleanup.m
│ ├── determine_segmentationstyle.m
│ ├── dimlength.m
│ ├── fixdimord.m
│ ├── fixdipole.m
│ ├── fixinside.m
│ ├── fixname.m
│ ├── fixpos.m
│ ├── fixsampleinfo.m
│ ├── fixsegmentation.m
│ ├── fixsource.m
│ ├── fixvolume.m
│ ├── ft_findcfg.m
│ ├── ft_platform_supports.m
│ ├── ft_postamble_debug.m
│ ├── ft_postamble_history.m
│ ├── ft_postamble_previous.m
│ ├── ft_postamble_provenance.m
│ ├── ft_postamble_randomseed.m
│ ├── ft_postamble_savevar.m
│ ├── ft_postamble_trackconfig.m
│ ├── ft_preamble_debug.m
│ ├── ft_preamble_init.m
│ ├── ft_preamble_loadvar.m
│ ├── ft_preamble_provenance.m
│ ├── ft_preamble_randomseed.m
│ ├── ft_preamble_trackconfig.m
│ ├── ft_struct2json.m
│ ├── ft_urlread.m
│ ├── funargname.m
│ ├── getaddress.m
│ ├── getdatfield.m
│ ├── getdimord.m
│ ├── getdimsiz.m
│ ├── gethostname.m
│ ├── getusername.m
│ ├── globalrescale.m
│ ├── icosahedron42.m
│ ├── icosahedron.m
│ ├── ignorefields.m
│ ├── individual2sn.m
│ ├── labelcmb2indx.m
│ ├── leaveoneout.m
│ ├── lmoutr.m
│ ├── lmoutr.mexa64
│ ├── lmoutr.mexglx
│ ├── lmoutr.mexmac
│ ├── lmoutr.mexmaci
│ ├── lmoutr.mexmaci64
│ ├── lmoutr.mexw32
│ ├── lmoutr.mexw64
│ ├── lmoutrn.m
│ ├── loadvar.m
│ ├── memprofile.m
│ ├── memprofile.mexa64
│ ├── memprofile.mexglx
│ ├── memprofile.mexmaci
│ ├── memprofile.mexmaci64
│ ├── mergeconfig.m
│ ├── mxDeserialize_cpp.mexa64
│ ├── mxDeserialize_cpp.mexmaci64
│ ├── mxDeserialize_cpp.mexw32
│ ├── mxSerialize_c.mexa64
│ ├── mxSerialize_c.mexglx
│ ├── mxSerialize_c.mexmac
│ ├── mxSerialize_c.mexmaci
│ ├── mxSerialize_c.mexmaci64
│ ├── mxSerialize_c.mexw32
│ ├── mxSerialize_c.mexw64
│ ├── mxSerialize_cpp.mexa64
│ ├── mxSerialize_cpp.mexmaci64
│ ├── mxSerialize_cpp.mexw32
│ ├── mxSerialize_cpp.mexw64
│ ├── mxSerialize.m
│ ├── offset2time.m
│ ├── parameterselection.m
│ ├── pinvNx2.m
│ ├── plinprojn.m
│ ├── pos2dim.m
│ ├── pos2transform.m
│ ├── project_elec.m
│ ├── ptriproj.m
│ ├── ptriproj.mexa64
│ ├── ptriproj.mexglx
│ ├── ptriproj.mexmac
│ ├── ptriproj.mexmaci
│ ├── ptriproj.mexmaci64
│ ├── ptriproj.mexw32
│ ├── ptriproj.mexw64
│ ├── ptriprojn.m
│ ├── quaternion.m
│ ├── randomseed.m
│ ├── refine.m
│ ├── rigidbody.m
│ ├── rotate.m
│ ├── savevar.m
│ ├── scale.m
│ ├── selfromraw.m
│ ├── seloverdim.m
│ ├── selparam.m
│ ├── smartinput.m
│ ├── sn2individual.m
│ ├── time2offset.m
│ ├── traditional.m
│ ├── translate.m
│ ├── undobalancing.m
│ ├── unparcellate.m
│ ├── volumefillholes.m
│ ├── volumeflip.m
│ ├── volumepermute.m
│ ├── volumesmooth.m
│ └── volumethreshold.m
├── removefields.m
├── renamefields.m
├── rmsubfield.m
├── setsubfield.m
├── strel_bol.m
└── tokenize.m
126 directories, 3565 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论