代码搜索:INTERVAL
找到约 8,094 项符合「INTERVAL」的源代码
代码结果 8,094
www.eeworm.com/read/432354/8609285
m rate_normalized_coherence.m
function info = rate_normalized_coherence(data,lfplabel,interval,window,showplot)
%******** function info = rate_normalized_coherence(data,lfplabel,interval,window,showplot)
%**********
% one
www.eeworm.com/read/187536/8629507
html intervalxydelegate.html
001 /* ===========================================================
002 * JFreeChar
www.eeworm.com/read/432029/8636935
h sdl_timer.h
/*
SDL - Simple DirectMedia Layer
Copyright (C) 1997-2006 Sam Lantinga
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser Genera
www.eeworm.com/read/187475/8637530
txt param.txt
no of dimensions
min value
max value
size of interval
branching factor
number of data rows
path of data file
www.eeworm.com/read/288262/8645786
c spcacat.c
/****************************************************************************
# spcacat: grabpicture from the spca5xx module. #
#.
www.eeworm.com/read/287843/8665453
m loweq.m
function xl=loweq(x,ts,f0)
% xl=loweq(x,ts,f0)
%LOWEQ returns the lowpass equivalent of the signal x
% f0 is the center frequency.
% ts is the sampling interval.
%
t=[
www.eeworm.com/read/287843/8665716
m test.m
t0=.15; % signal duration
ts=0.001; % sampling interval
% the message vector
m=[ones(1,t0/(3*ts)),-2*ones(1,t0/(3*ts)),zeros(1,t0/(3*ts)+1)];
m_hat=imag(hil
www.eeworm.com/read/431605/8666049
m test.m
t0=.15; % signal duration
ts=0.001; % sampling interval
% the message vector
m=[ones(1,t0/(3*ts)),-2*ones(1,t0/(3*ts)),zeros(1,t0/(3*ts)+1)];
m_hat=imag(hil
www.eeworm.com/read/431596/8666261
m loweq.m
function xl=loweq(x,ts,f0)
% xl=loweq(x,ts,f0)
%LOWEQ returns the lowpass equivalent of the signal x
% f0 is the center frequency.
% ts is the sampling interval.
%
t=[
www.eeworm.com/read/287361/8690141
m integrator.m
function [T,Y]=integrator(method,rhsfunc,interval,initialval,options,varargin);
if method==1
[T,Y] = ode113(rhsfunc,interval,initialval,options,varargin{:});
end;
if method==2
[T,Y] = o