代码搜索:INTERVAL

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

代码结果 8,094
www.eeworm.com/read/424467/10445897

js datagraphic.js

// JavaScript Document System.LoadUnit("BasicGraphic"); //直方图 function BarChart(arrData,arrClr,arrText,arrLabel) { this.Data = arrData; this.Color = arrClr; this.Text = arrText; this.
www.eeworm.com/read/279017/10483052

cfg sur_ctr.cfg

8 Record mode (dist=1/time=2): 2 9 Dist interval: 0.2 10 Time interval (
www.eeworm.com/read/424116/10491264

m iplsdemo.m

echo off close all clc disp(' ') disp(' This is a short demo of iPLS in the iToolbox') disp(' ') disp(' We want to make an iPLS model of near infrared data measured') disp(' on 40 beers with
www.eeworm.com/read/424063/10499306

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/160618/10514273

m p_y.m

function pc3inte=P_y(interval,len); % 该函数对区间进行裁减即Py投影,返回裁剪后的区间信号 if sign(interval(1))==sign(interval(len)) interval=interval.*(sign(interval)==sign(interval(1))); inte=interp1([1,len],[i
www.eeworm.com/read/423536/10552915

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/159163/10687672

cpp main.cpp

#include "head.h" /************************************************************* * 训练网络样本输入的设置 * * **************************************************************/ v
www.eeworm.com/read/159162/10687721

cpp main.cpp

#include "head.h" double forcastcoefficient[N]; int number; double maxprice=500; double forcastprice[N]; double forcasterror[N]; //double maxerror=0.0; //double meanerror=0.0; double threshold
www.eeworm.com/read/351010/10688567

m nnpin.m

function y = nnpin(x,a,b,q) %NNPIN Neural Network Design utility function. % NNPIN(X,A,B,Q) % X - Number or matrix. % A - Lower bound. % B - Upper bound. % Q - Quantization constant (o
www.eeworm.com/read/350990/10690612

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=[