代码搜索:frames
找到约 9,514 项符合「frames」的源代码
代码结果 9,514
www.eeworm.com/read/106690/15626560
m movav.m
% movav() - Perform a moving average of data indexed by xvals.
% Supports use of a moving non-rectangular window.
% Can be used to resample a data matrix (see NOTE below).
% Usage:
www.eeworm.com/read/106690/15626589
m tree.m
% tree() - Make a hierarchical (tree-diagram) component plot. Use
% successive calls to this function to build the full plot.
%
% Usage:
% >> tree(data,channel,frames,xvals,offset,scaleflag,
www.eeworm.com/read/106690/15626609
m icaact.m
% icaact() - compute ICA activation waveforms = weights*sphere*(data-meandata)
%
% Usage: >> [activations] = icaact(data,weights,datamean);
%
% Inputs:
% data = input data (chans,frames)
%
www.eeworm.com/read/106690/15626684
m testica.m
% testica() - Test the runica() function's ability to separate synthetic sources.
% Use the input variables to estimate the (best) decomposition accuracy
% for a given data se
www.eeworm.com/read/106690/15626685
m zica.m
% zica() - Z-transform of ICA activations; useful for studying component SNR
%
% Usage: >> [zact,basesd,maz,mazc,mazf] = zica(activations,frames,baseframes)
%
% Inputs:
% activations - activations m
www.eeworm.com/read/106690/15626739
m abspeak.m
% abspeak() - find peak amps/latencies in each row of a single-epoch data matrix
%
% Usage:
% >> [amps,frames,signs] = abspeak(data);
% >> [amps,frames,signs] = abspeak(data.frames);
%
www.eeworm.com/read/106690/15626751
m eegfiltfft.m
% eegfiltfft() - (high|low|band)-pass filter data using inverse fft
% (without using the Matlab signal processing toolbox)
% Usage:
% >> [smoothdata] = eegfiltfft(data,srate,locutof
www.eeworm.com/read/105909/15655206
cls cenemytemplates.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/105758/15659395
java cuecards.java
import java.awt.Graphics;
import java.awt.Image;
import java.awt.Color;
import java.lang.Math;
import java.awt.*;
public class CueCards extends java.applet.Applet implements Runnable {
static