代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/106690/15626581
m eeg_eventtypes.m
% eeg_eventtypes() - find closest channels in a larger EEGLAB chanlocs structure
% to channels in a smaller chanlocs structure
% Usage:
% >> [types,numbers] = eeg_eventtype
www.eeworm.com/read/106690/15626650
m runpca.m
% runpca() - perform principal component analysis (PCA) using singular value
% decomposition (SVD) using Matlab svd() or svds()
% >> inv(eigvec)*data = pc;
% Usage
www.eeworm.com/read/106690/15626653
m eeg_multieegplot.m
% eeg_multieegplot() - Produce an eegplot() of a the average of an epoched dataset
% (with optional pre-labelling of specific trials).
% Usage:
% >> eeg_multieegplot( data,trialrej
www.eeworm.com/read/106690/15626656
m pophelp.m
% pophelp() - Same as matlab HTHELP but does not crash under windows.
%
% Usage: >> pophelp( function );
% >> pophelp( function, nonmatlab );
%
% Inputs:
% function - string for a Matlab fun
www.eeworm.com/read/106690/15626748
m pop_icathresh.m
% pop_icathresh() - main menu for choosing threshold for component
% rejection in EEGLAB.
%
% Usage:
% >> [OUTEEG rej] = pop_icathresh(INEEG, threshval, rejmethod,
%
www.eeworm.com/read/106690/15626749
m nan_mean.m
% nan_mean() - Average, not considering NaN values
%
% Usage: same as mean()
% Author: Arnaud Delorme, CNL / Salk Institute, 16 Oct 2002
%123456789012345678901234567890123456789012345678901234567890
www.eeworm.com/read/106690/15626760
m read_erpss.m
% read_erpss() - read an compressed and uncompressed ERPSS file formats
% (.RAW or .RDF)
%
% Usage:
% >> [data,events,header] = read_erpss(filename);
% Inputs
www.eeworm.com/read/106644/15631550
cpp des.cpp
/* des: duplicate the NBS Data Encryption Standard in software.
* usage: des
* prompts for the password
* If the filename ends in ".n" it will be decrypted with the key;
* otherwise i
www.eeworm.com/read/103466/15730667
h czip.h
//
// classes CZip and CUnzip
// usage :
// * construct a CZip/CUnzip object with an unzipped/zipped file name
// * use SwapSize on that object to build a zipp/unzipped file
//
// SwapSiz
www.eeworm.com/read/103466/15730679
h czip.h
//
// classes CZip and CUnzip
// usage :
// * construct a CZip/CUnzip object with an unzipped/zipped file name
// * use SwapSize on that object to build a zipp/unzipped file
//
// SwapSiz