代码搜索:INTERVAL

找到约 8,094 项符合「INTERVAL」的源代码

代码结果 8,094
www.eeworm.com/read/362216/2936186

m modwt_wvar_ci.m

function [CI_wvar, edof, Qeta, AJ] = modwt_wvar_ci(wvar, MJ, ci_method, ... WJt, lbound, ubound, p) % modwt_wvar_ci -- Calculate confidence interval
www.eeworm.com/read/267614/4264959

in cbr_all_pairs.in

# # CBR Format: # "CBR # , : Node numbers. # = 0 means infinite number items. # =
www.eeworm.com/read/160105/5576949

in cbr_all_pairs.in

# # CBR Format: # "CBR # , : Node numbers. # = 0 means infinite number items. # =
www.eeworm.com/read/476016/6772613

m satlin.m

function a = satlin(n,b) %SATLIN Saturating linear transfer function. % % SATLIN(N) % N - SxQ Matrix of net input (column) vectors. % Returns values of N truncated into the interval [0, 1]. %
www.eeworm.com/read/475547/6790972

c msp430x21x2_wdt_02.c

//****************************************************************************** // MSP430F21x2 Demo - WDT, Toggle P1.0, Interval Overflow ISR, 32kHz ACLK // // Description: Toggle P1.0 using sof
www.eeworm.com/read/472659/6872916

c msp430x22x4_wdt_02.c

//****************************************************************************** // MSP430F22x4 Demo - WDT, Toggle P1.0, Interval Overflow ISR, 32kHz ACLK // // Description: Toggle P1.0 using sof
www.eeworm.com/read/472375/6876177

c msp430x11x1_wdt_02.c

//****************************************************************************** // MSP430x11x1 Demo - WDT, Toggle P1.0, Interval Overflow ISR, 32kHz ACLK // // Description: Toggle P1.0 using sof
www.eeworm.com/read/294886/8195998

m satlin.m

function a = satlin(n,b) %SATLIN Saturating linear transfer function. % % SATLIN(N) % N - SxQ Matrix of net input (column) vectors. % Returns values of N truncated into the interval [0, 1]. %
www.eeworm.com/read/293183/8310324

m normal_map.m

%NORMAL_MAP Map a dataset on a normal densities based classifier % % F = normal_map(A,W) % % Maps the dataset A by the normal densities based classfier W on a % [0,1] interval for each of the clas
www.eeworm.com/read/173140/9670780

m ip_01_07.m

% MATLAB script for Illustrative Problem 7, Chapter 1. echo on df=0.01; % Freq. resolution fs=5; % Sampling frequency ts=1/fs; % Sampling interval t=[-5:ts:5];