代码搜索:INTERVAL

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

代码结果 8,094
www.eeworm.com/read/168118/9938581

m highv_wedge.m

% HIGHV_WEDGE: model an anticline beneath a high velocity wedge % % high velocity wedge % Just run the script dx=5; %cdp interval xmax=2500;zmax=1000; %maximum line length and maximum depth xpin
www.eeworm.com/read/426232/10272926

m giins.m

% Function 4-3 % giins.m % % Function to insert guard interval into transmission signal % % Programmed by T.Yamamura and H.Harada % function [iout,qout]= giins(idata,qdata,fftlen,gilen,nd);
www.eeworm.com/read/424116/10491124

m sub_iplsreverse.m

function ModelsReverse=sub_iPLSreverse(X,Y,no_of_lv,prepro_method,intervals,xaxislabels,val_method,segments) % sub_iPLSreverse calculates iPLS models WITHOUT the given interval (opposite of ipls)
www.eeworm.com/read/424116/10491171

m mwplsplot_comp.m

function mwplsplot_comp(mwModel,labeltype,optimal_lv_global,max_yaxis) % mwplsplot_comp plots optimal number of components in each interval % % Input: % mwModel (the output from mwpls.m) %
www.eeworm.com/read/424063/10501489

m ip_07_01.m

% MATLAB script for Illustrated Problem 1, Chapter 7. echo on T=1; delta_T=T/200; % sampling interval alpha=0.5; % roll-off factor fc=40/T; % carrier frequen
www.eeworm.com/read/423536/10553196

m ip_07_01.m

% MATLAB script for Illustrated Problem 1, Chapter 7. echo on T=1; delta_T=T/200; % sampling interval alpha=0.5; % roll-off factor fc=40/T; % carrier frequen
www.eeworm.com/read/350843/10706524

h motiondet.h

#ifndef _MOTION_DETCTION_ #define _MOTION_DETCTION_ struct mcfg { int enable; pid_t pid; unsigned int md_interval; unsigned int x0_LU; unsigned int
www.eeworm.com/read/348694/10874372

m confinth.m

function[Lo,Up]=confinh(x,statfun,alpha,B1,varargin) % % [Lo,Up]=confinh(x,statfun,alpha,B1,PAR1,...) % % Confidence interval of the estimator of a parameter % based on the b
www.eeworm.com/read/270992/11013569

m onion.m

%onion.m/created by PJNahin for "Duelling Idiots"(1/5/99) %This m-file uniformly slices the unit interval, from left to right, %ten times, and forms the sum of the widths of the slices. It does %th
www.eeworm.com/read/467324/7009833

m ip_07_01.m

% MATLAB script for Illustrated Problem 1, Chapter 7. echo on T=1; delta_T=T/200; % sampling interval alpha=0.5; % roll-off factor fc=40/T; % carrier frequen